How to create Database Links?
HI,
Many times it is necessary for the two or more databases to talk to each other so that they can share few tables or in general data between each other.
In oracle the two database can communicate with each other by means of database objects called as database link or also called as DB LINKS. A […]