| Oracle® Transparent Gateway for Ingres II Administrator's Guide 10g Release 1 (10.1) for Solaris Operating System (SPARC) Part Number B10535-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/tg4ingr/admin/inittg4ingr.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: |
none |
|
Range of values: |
Not Applicable |
Specifies the information needed to connect to the Ingres II database.
This is a required parameter, whose format is:
HS_FDS_CONNECT_INFO=vnode::database_name
where:
|
Default value: |
INGRES |
|
Range of values: |
INGRES or ANSI |
Specifies the Ingres II database mode that was specified when the Ingres II database was installed.
The following values are possible:
|
Default value: |
RECOVER |
|
Range of values: |
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 Ingres II. 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: |
RECOVER |
|
Range of values: |
any valid password |
Specifies the password of the recovery account used for the commit-confirm transaction model set up at Ingres II. 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: |
0 |
|
Range of values: |
any value between -24 and +24 |
Sets the time (in hours) on the client to be the same as the time on the server, when the two times are different. For example, if the client time is 13:00 and the server time is 9:00 set HS_FDS_TIMEZONE=4. A negative number sets the number of hours ahead of the client.
|
Default value: |
OFF |
|
Range of values: |
OFF, ON |
Specifies whether error tracing is turned on or off for gateway connectivity.
The following values are valid:
$ORACLE_HOME/TG4INGR/LOG.
|
Default value: |
HS_TRANSACTION_LOG |
|
Range of values: |
any valid table name |
Specifies the name of the table created in the Ingres II database for logging transactions. For more information about the transaction model, see the HS_FDS_TRANSACTION_MODEL parameter.
|
Default value: |
COMMIT_CONFIRM |
|
Range of values: |
COMMIT_CONFIRM, READ_ONLY, SINGLE_SITE or TWO_PHASE_COMMIT |
Specifies the type of transaction model that is used when the Ingres II database is updated by a transaction.
The following values are possible:
|
|
![]() Copyright © 2002, 2004 Oracle. All Rights Reserved. |
|