3.3 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 SCOTT with a password of TIGER.
  • The Oracle database has a database link called GTWLINK (set up as public or private to the user SCOTT) that connects the gateway to a Sybase database as SCOTT with password TIGER2. 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.