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 |
16. Display the order number, order line number and the shipping date. If the shipping date is null, display the string <not shipped yet>.
What do you mean by group by clause?
What does `(+)` do in a where clause?
how do u setup a replication site?
What are the limitations oracle database 10g xe?
How to define a variable to match a table column data type?
What is the difference between substr & instr functions?
What are the limitations of check constraint?
Please explain me all types of Data models. Also give me the details if each model can have other name.for example:schematic data model is also known as conceptual data model and entity relation data model.
State some uses of redo log files?
Preparing for Oracle PL/SQL Interviews – Need Help with Common Questions
How to login to the server without an instance?