Answers

Question and Answer:

  Home  Oracle Architecture and Concepts

⟩ What is Private Database Link in Oracle?

Database link is created by a user in his schema,it has 2 types

1.private database link

2.public database link /global

private database link is access the object in separate user

syntax:

create database link connect to username identified by password using 'db_name';

 176 views

More Questions for you: