Concepts and Architecture Question:
Explain what is Public Database Link?
Answer:
A database link is a pointer that defines a one-way communication path from an Oracle Database server to another database server. The link pointer is actually defined as an entry in a data dictionary table. To access the link, you must be connected to the local database that contains the data dictionary entry.
Previous Question | Next Question |
Explain what is the function of Redo Log? | Tell me what is the difference between materialized view and snapshot? |