What is transport network substrate (tns) in oracle?
No Answer is Posted For this Question
Be the First to Post Answer
How are the index updates?
What is BBED in Oracle?
How to end the current transaction in oracle?
How to convert character types to numeric types?
How to convert numbers to characters in oracle?
How to change system global area (sga) in oracle?
Explain how are indexes update?
how may join possible between (requisition with purchase order)
18. Display the clientno and total value for all orders placed by that client. Output the result in the following format: Client <clientno> has placed orders to the value of <total value>
what is insert all statement in sql
How do I reset a sequence in oracle?
i have a table with 1 lac of data.i want to insert this data into another table. i want every 5000 of data insert use a commit.using counter and if error is comming in the 5000 of data it rollback.