Oracle's technology for implementing heterogeneous database connection Services is called transparent Gateway (transparent gateway).
At present, Oracle utilizes transparent gateway to realize the interconnection with SQL SERVER, SYBASE, DB2 and other mainstream database.
Now through Oracle Access Sybase database, the configuration oracle9i transparent GATEWAY for Sybase steps written documentation, for the needs of netizens reference!
Configuring transparent GATEWAY for Sybase steps
1.oracle install Sybase client on the server (or install Oracle on the same server, Sybase server) to ensure access to Sybase database
2. Install the transparent GATEWAY for Sybase option to use a custom installation. Choosing the Sybase installation directory correctly
3. Select a SID string to be assigned to the Sybase database. such as: Tg4sybs set Sybase DLL path to environment variable path (this step is important)
4. Modify initialization files by default:
Oracle_home\tg4sybs\admin\inittg4sybs.ora
Setting parameters
Hs_fds_connect_info
Format: hs_fds_connect_info= server_name. Database_name[,interface= Interface_file]
server_name. database_name is case sensitive.
Interface Optional
Examples: as follows
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
# This is a sample agent init file that contains the HS parameters that are
# needed for the Transparent Gateway for Sybase
#
# HS init parameters
#
HS_FDS_CONNECT_INFO=migration_serv.tax
HS_FDS_TRACE_LEVEL=OFF
HS_FDS_RECOVERY_ACCOUNT=RECOVER
HS_FDS_RECOVERY_PWD=RECOVER
#
# Environment variables required for Sybase
#
set SYBASE=d:\sybase
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
In the example above
server_name is Migration_serv.
database_name is tax.