Demonstration Requirements
This topic discusses the requirements for the case studies.
The case studies assume these requirements have been met:
- The gateway demonstration tables and stored procedures are installed in the Sybase 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) that connects the gateway to a Sybase database asSCOTTwith passwordTIGER2. For 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.
- The Sybase environment variable,
SYBASE, is set correctly.