What are the types of Database Links ?
Answers were Sorted based on User's Feedback
Answer / orawhiz
Private Database Link, Public Database Link & Network
Database Link.
| Is This Answer Correct ? | 13 Yes | 0 No |
Answer / binta
there are three types of database link:
private
public
network
| Is This Answer Correct ? | 5 Yes | 0 No |
Write a simple Store procedure and pass parameter to it ?
How to define a specific record type?
Can Multiple instances be run on Single Machine???
what is cartesian product?
What is the difference between formal parameters and actual parameters?
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
Can multiple columns be used in group by in oracle?
How to list all user accounts in oracle?
How do I spool in oracle?
How to handle a single quote in oracle sql?
How to retrieve first and last records from a table?
How to export data with a field delimiter?