InterviewSolution
Saved Bookmarks
| 1. |
What Is Private Database Link? |
|
Answer» 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. 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. |
|