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 |
Define 'view' advantage ?
How do we know whether an index is created on a table ???
What are the factors that affect OPTIMIZER in choosing an Optimization approach ?
Which Functions Using Integer ==> String's i.e 2 ==> Two... Like that string's ==> integer values ? It is Possible ?
Explain what are clusters?
What is Database Link ?
What is meant by a deadlock situation?
How to use "while" statements in oracle?
The table has 3 columns 4 rows. The output is which column has least null values( A COL SHOULD BE THE OUTPUT) Write the query plz. A B C ================ 1 NULL 2 NULL 3 4 NULL 5 6 7 NULL NULL O/P C = 2 4 6
How to define an explicit cursor in oracle?
What is SAVE POINT ?
How to create tables for odbc connection testing?