Private,Public database link

How to give private and public database links ?What is syntax for that ?
What means mutation in oracle??

Questions by annu.aa

Showing Answers 1 - 1 of 1 Answers

dbxplorer

  • Jul 21st, 2011
 

Database link is the pointer that allow users to access other user's object in remote database. This is one way communication path using database links.

Private db links:
CREATE DATABASE LINK link_name USING 'remote_database_name';

Public db link:
CREATE PUBLIC DATABASE LINK link_name USING 'remote_database_name';

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions