For this example, you need to create three Oracle databases, a United States database, a United Kingdom database, and a Canadian database. Each database has a Cust table that contains the customer data for the region.
The following SQL statements create a Cust table on an Oracle database:
This example includes three databases to illustrate dynamic database connections. If the tables are in the same database, use a static database connection to improve performance.