Browsing All posts tagged under »SELECT FROM different database«

Oracle connect to or SELECT FROM table in another database

January 18, 2012

0

You must first create a “Database Link”, which is a schema object that allows you to access objects in one database, from another. The example below assumes you have already created a database link that allows adequate permissions. Let’s assume you have two Oracle database instances, one named PROD which contains your live production data, […]