| Oracle® Transparent Gateway for Sybase Administrator's Guide 10g Release 1 (10.1) for IBM AIX Part Number B10531-01 |
|
The Oracle database server initialization parameters in the init.ora file are distinct from heterogeneous services (HS) initialization parameters. Set HS parameters in the initialization parameter file using an agent-specific mechanism, or set them in the Oracle data dictionary using the DBMS_HS package.
This appendix contains information about the following Heterogeneous Services initialization parameters:
The HS initialization parameter file must be available when the gateway is started. During installation, the following default HS initialization parameter file is created:
$ORACLE_HOME/tg4sybs/admin/inittg4sybs.ora
where $ORACLE_HOME is the directory under which the gateway is installed.
The syntax for the initialization parameter file is as follows:
where:
<param> is an initialization parameter name.
<value> is the initialization parameter value.
'set' and 'private' are keywords.
A backslash at the end of the line continues the string on the next line. If a backslash precedes any other character then the backslash is ignored.
If there is a syntax error in an initialization parameter file, none of the settings take effect.
| Default Value | Range of Values |
|---|---|
|
none |
Not Applicaple |
Specifies the information needed to connect to the Sybase database.
This is a required parameter, whose format is:
HS_FDS_CONNECT_INFO=server_name.database_name[,INTERFACE=interface_file]
where:
The entries for both the server_name and database_name are case-sensitive.
| Default Value | Range of Values |
|---|---|
|
Not Applicaple |
any value |
The name of the table owner that is used for the Sybase tables if an owner is not specified in the SQL statements.
The name of the table owner is case-sensitive.
| Default Value | Range of Values |
|---|---|
|
FALSE |
TRUE, FALSE |
Enables return values from functions. By default, all stored procedures and functions do not return a return value to the user.
| Default Value | Range of Values |
|---|---|
|
RECOVER |
any valid userid |
Specifies the name of the recovery account used for the commit-confirm transaction model. An account with user name and password must be set up at Sybase. For more information about the commit-confirm model, see the HS_FDS_TRANSACTION_MODEL parameter.
The name of the recovery account is case-sensitive.
| Default Value | Range of Values |
|---|---|
|
RECOVER |
any valid password |
Specifies the password of the recovery account used for the commit-confirm transaction model set up at Sybase. For more information about the commit-confirm model, see the HS_FDS_TRANSACTION_MODEL parameter.
The name of the password of the recovery account is case-sensitive.
| Default Value | Range of Values |
|---|---|
|
FALSE |
TRUE, FALSE |
Enables result sets to be returned from stored procedures. By default, all stored procedures do not return a result set to the user.
| Default Value | Range of Values |
|---|---|
|
OFF |
OFF, ON |
Specifies whether error tracing is turned on or off for gateway connectivity.
The following values are valid:
$ORACLE_HOME/TG4SYBS/LOG.
| Default Value | Range of Values |
|---|---|
|
HS_TRANSACTION_LOG |
any valid table name |
Specifies the name of the table created in the Sybase database for logging transactions. For more information about the transaction model, see the HS_FDS_TRANSACTION_MODEL parameter.
| Default Value | Range of Values |
|---|---|
|
COMMIT_CONFIRM |
COMMIT_CONFIRM, READ_ONLY or SINGLE_SITE |
SSpecifies the type of transaction model that is used when the Sybase database is updated by a transaction.
The following values are possible:
|
|
![]() Copyright © 2002, 2003 Oracle Corporation. All Rights Reserved. |
|