Oracle Database Links
What are Database Link: ======================= A database link is one way method of accesing a remote database from other database provided the link should be existing in the dictionary of the local database. We usually create a DB link based on the DB global database name. eg: == A database link connection is one-way in the sense that a client connected to local database A can use a link stored in database A to access information in remote database B, but users connected to database B cannot use the same link to access data in database A. If local users on database B want to access data on database A, then they must define a link that is stored in the data dictionary of database B. A database link connection allows local users to access data on a remote database. For this connection to occur, each database in the distributed system must have a unique global database name in the network domain. The global database name uniquely identifies a database server in a distribu...