How do I manually create a database in oracle?
What is the difference between Sleep and Wait? (Java)
What is meant by recursive hints in oracle?
How can we find out the duplicate values in an oracle table?
How to view existing locks on the database?
What are joins..how many types of joins are there?
29 Answers Amdocs, CSC, TCS,
Why cursor variables are easier to use than cursors?
How to store pictures on to the database?
You create a private database link and upon connection, fails with: ORA-2085: connects to . What is the problem? How would you go about resolving this error?
What are the types of partitions in oracle?
You have one employee table having 3 entries emp_id, Mgr_id and salary. Mgr_id is also referencing emp_id. so now find out the emp_id which are having the second highest salary, under a particular manager.
What is materialized view in Oracle?
I have a table called 'test' on source and target with same name, structure and data type but in a different column order. How can you setup replication for this table?