What is Database Link ?
Answers were Sorted based on User's Feedback
Answer / orawhiz
A database link is a named object that describes a "path"
from one database to another.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / satish agrawal
A database link is a schema object in one database that
enables you to access objects on another database. The
other database need not be an Oracle Database system
| Is This Answer Correct ? | 3 Yes | 0 No |
In Oracle Clinical 4.5.0, can the VIEW_TEMPLATE_ID column in DATA_EXTRACT_VIEWS table contain NULL value?
Explain integrity constraints?
How to use fetch statement in a loop?
What are the arithmetic operations?
What is difference between truncate and delete?
What are the Referential actions supported by FOREIGN KEY integrity constraint ?
what is data abstraction
primary key is foreign key for the same table?
How to convert raw data type into text in oracle? Explain
How to commit the current transaction in oracle?
Is there any way to find out when one specific table/view/M-view is used last time. i.e. when one specific object is used in any SELECT statement.
What is the difference between post-database commit and post-form commit?