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. |
|