What is Private Database Link ?
Answer / orawhiz
Private database link is created on behalf of a specific user.
A private database link can be used only when the owner of
the link specifies a global object name in a SQL statement
or in the definition of the owner's views or procedures.
| Is This Answer Correct ? | 1 Yes | 0 No |
What is bind variable in oracle 11g?
Hi can anyone tell me where are the dumps found of OCA certification.. Also the materials to be studied for the preparation.
Display those managers salary greater than the average salary of his employees?(Based on oracle standard Emp table)
What is system tablespace?
How can we find the size of a database?
What is concurrency in oracle?
what is the use of composite key constraint?
I have table-A(1,2,3)& table-B(3,4,5).what is the different b/w below questions? A union all B? B union all A?
what is the syntax of DELETE command?
Write a simple Store procedure and pass parameter to it ?
How to drop an existing view in oracle?
How to define a sub function?