Demonstration Requirements
Case study requirements.
The case studies assume these requirements have been met:
- The gateway demonstration tables and stored procedures are installed in the SQL Server database
- The Oracle database has an account named
SCOTTwith a password ofTIGER - The Oracle database has a database link called
GTWLINK(set up as public or private to the userSCOTT) which connects the gateway to a SQL Server database asSCOTTwith passwordTIGER2For example, you can create the database link as follows:
SQL> CREATE DATABASE LINK GTWLINK CONNECT TO SCOTT 2 IDENTIFIED BY TIGER2 USING 'GTWSID';
- Oracle Net Services is configured correctly and running