Using the Sapphire/Gateway,
in this Guide
¯for more information.To start the Sapphire/Gateway, the following steps must be performed:
C Shell
setenv SYBASE sybase_directory
where: sybase_directory
is the directory containing the Sybase interfaces
file.Bourne/Korn Shell
SYBASE=sybase_directory
; export SYBASE
C Shell
setenv ORACLE_HOME oracle_directory
setenv ORACLE_SID default_oracle_database
where: oracle_directory
is the directory in which Oracle is installed and default_oracle_database
is the name of a local Oracle database, or: a connection string, to a remote Oracle database.Bourne/Korn Shell
ORACLE_HOME=oracle_directory
; export ORACLE_HOME
ORACLE_SID=default_oracle_database
; export ORACLE_SID
C Shell
setenv INFORMIXDIR informix_directorywhere:
informix_directory
is the directory containing the etc/sqlhosts
file.Bourne/Korn Shell
INFORMIXDIR=informix_directory
; export INFORMIXDIR
C Shell
setenv $SAPPHIRE sapphire_homeBourne/Korn Shell
SAPPHIRE=Sapphire_home; export Sapphire
$SAPPHIRE/bin/dborbd.sh