Oracle® Database Heterogeneous Connectivity Administrator's Guide 10g Release 2 (10.2) Part Number B14232-01 |
|
|
View PDF |
The Heterogeneous Services initialization parameter file contains configuration settings stored as a text file.
This section contains the following topics:
See Also:
Section 4.2, "Setting Initialization Parameters" contains instructions for setting the Heterogeneous Services initialization parameters
Section 7.3, "Configuring Generic Connectivity Agents" contains instructions for setting Heterogeneous Services initialization parameters specific to Generic Connectivity
Property | Description |
---|---|
Default value | None |
Range of values | Not applicable |
Specifies the remote functions that can be referenced in SQL statements. The value is a list of remote functions and their owners, separated by semicolons, in the following format:
owner_name.function_name
For example:
owner1.A1;owner2.A2;owner3.A3
If an owner name is not specified for a remote function, the default owner name becomes the user name used to connect to the remote database (specified when the Heterogeneous Services database link is created or taken from user session if not specified in the DB link).
The entries for the owner names and the function names are case-sensitive.
Property | Description |
---|---|
Default value | 0 |
Range of values | 0 to 255 |
Specifies a value that determines the commit point site in a heterogeneous distributed transaction. HS_COMMIT_POINT_STRENGTH
is similar to COMMIT_POINT_STRENGTH
, described in the Oracle Database Reference.
Set the HS_COMMIT_POINT_STRENGTH
initialization parameter to a value relative to the importance of the site that is the commit point site in a distributed transaction. The Oracle database server or non-Oracle system with the highest commit point strength becomes the commit point site. To ensure that a non-Oracle system never becomes the commit point site, set the value of the HS_COMMIT_POINT_STRENGTH
initialization parameter to zero.
The HS_COMMIT_POINT_STRENGTH
initialization parameter is important only if the non-Oracle system can participate in the two-phase protocol as a regular two-phase commit partner and as the commit point site. This is only the case if the transaction model is two-phase commit confirm (2PCC).
Property | Description |
---|---|
Default value | WORLD |
Range of values | 1 to 199 characters |
Specifies a unique network sub-address for a non-Oracle system. The HS_DB_DOMAIN
initialization parameter is similar to the DB_DOMAIN
initialization parameter, described in the Oracle Database Reference. The HS_DB_DOMAIN
initialization parameter is required if you use the Oracle Names server. The HS_DB_NAME
and HS_DB_DOMAIN
initialization parameters define the global name of the non-Oracle system.
Note:
TheHS_DB_NAME
and HS_DB_DOMAIN
initialization parameters must combine to form a unique address in a cooperative server environment.Property | Description |
---|---|
Default value | 01010101 |
Range of values | 1 to 16 hexadecimal characters |
Specifies a unique hexadecimal number identifying the instance to which the Heterogeneous Services agent is connected. This parameter's value is used as part of a transaction ID when global name services are activated. Specifying a nonunique number can cause problems when two-phase commit recovery actions are necessary for a transaction.
Property | Description |
---|---|
Default value | HO |
Range of values | 1 to 8 characters |
Specifies a unique alphanumeric name for the data store given to the non-Oracle system. This name identifies the non-Oracle system within the cooperative server environment. The HS_DB_NAME
and HS_DB_DOMAIN
initialization parameters define the global name of the non-Oracle system.
Property | Description |
---|---|
Default value | 100 |
Range of values | 1 to 4000 |
Specifies the maximum number of entries in the describe cache used by Heterogeneous Services. This limit is known as the describe cache high water mark. The cache contains descriptions of the mapped tables that Heterogeneous Services reuses so that it does not have to re-access the non-Oracle data store.
If you are accessing many mapped tables, increase the high water mark to improve performance. Increasing the high water mark improves performance at the cost of memory usage.
Property | Description |
---|---|
Default value | None |
Range of values | Not applicable |
Specifies the information needed to bind to the data provider, that is, the non-Oracle system. For Generic Connectivity, you can bind to an ODBC-based data source or to an OLE DB-based data source. The information that you provide depends on the platform and whether the data source is ODBC, OLE DB-based, or a transparent gateway.
This parameter is required if you are using Generic Connectivity.
Property | Description |
---|---|
Default value | None |
Range of values | Not applicable |
Specifies a default value for the owner column that will be returned in the data dictionary translation, when the value of the owner is null. For example:
HS_FDS_DEFAULT_SCHEMA_NAME = PUBLIC
Property | Description |
---|---|
Default value | None |
Range of values | Not applicable |
Specifies the full path name to the ODBC library. This parameter is required when you are using Generic Connectivity to access data from an ODBC provider on a UNIX machine. The HS_FDS_SHAREABLE_NAME
initialization parameter should point to the location of the ODBC driver manager and not to the ODBC driver.
Property | Description |
---|---|
Default value | OFF |
Range of values | ON or OFF |
Specifies whether error tracing is enabled or disabled for Generic Connectivity and transparent gateways. Enable the tracing to see which error messages occur when you encounter problems.
For Generic Connectivity, the results are written to a Generic Connectivity log file, in the /log
directory under the $ORACLE_HOME/hs
directory.
For transparent gateways, the location is the $ORACLE_HOME/<
gateway
>/log
directory.
Property | Description |
---|---|
Default value | System-specific |
Range of values | Any valid language name (up to 255 characters) |
Provides Heterogeneous Services with character set, language, and territory information of the non-Oracle data source. The value must use the following format:
language[_territory.character_set]
Note:
The globalization support initialization parameters affect error messages, the data for the SQL Service, and parameters in distributed external procedures.Ideally, the character sets of the Oracle database server and the non-Oracle data source are the same. If they are not the same, Heterogeneous Services attempts to translate the character set of the non-Oracle data source to the Oracle database character set, and back again. The translation can degrade performance. In some cases, Heterogeneous Services cannot translate a character from one character set to another.
Note:
The specified character set must be a superset of the operating system character set on the platform where the agent is installed.The language component of the HS_LANGUAGE
initialization parameter determines:
Day and month names of dates
AD, BC, PM, and AM symbols for date and time
Default sorting mechanism
Note that Oracle does not determine the language for error messages for the generic Heterogeneous Services messages (ORA-25000
through ORA-28000
). These are controlled by the session settings in the Oracle database server.
Note:
Use theHS_NLS_DATE_LANGUAGE
initialization parameter to set the day and month names, and the AD, BC, PM, and AM symbols for dates and time independently from the language.The territory clause specifies the conventions for day and week numbering, default date format, decimal character and group separator, and ISO and local currency symbols. Note that:
You can override the date format using the initialization parameter HS_NLS_DATE_FORMAT
.
The level of globalization support between the Oracle database server and the non-Oracle data source depends on how the driver is implemented.
Property | Description |
---|---|
Default value | 64 KB |
Range of values | Any value up to 2 GB |
Sets the size of the piece of LONG
data being transferred. A smaller piece size means less memory requirement, but more round-trips to fetch all the data. A larger piece size means fewer round-trips, but more of a memory requirement to store the intermediate pieces internally. Thus, the initialization parameter can be used to tune a system for the best performance, with the best trade-off between round-trips and memory requirements, and network latency.
Property | Description |
---|---|
Default value | Value determined by the HS_LANGUAGE initialization parameter |
Range of values | Any valid date format mask (up to 255 characters) |
Defines the date format for dates used by the target system. This initialization parameter has the same function as the NLS_DATE_FORMAT
initialization parameter for an Oracle database server. The value can be any valid date mask listed in the Oracle Database SQL Reference, but must match the date format of the target system. For example, if the target system stores the date February 14, 2001 as 2001/02/14
, set the parameter to yyyy/mm/dd
. Note that characters must be lowercase.
Property | Description |
---|---|
Default value | Value determined by the HS_LANGUAGE initialization parameter |
Range of values | Any valid NLS_LANGUAGE value (up to 255 characters) |
Specifies the language used in character date values coming from the non-Oracle system. Date formats can be language independent. For example, if the format is dd/mm/yyyy
, all three components of the character date are numeric. In the format dd-mon-yyyy
, however, the month component is the name abbreviated to three characters. The abbreviation is language dependent. For example, the abbreviation for the month April is "apr", which in French is "avr" (Avril).
Heterogeneous Services assumes that character date values fetched from the non-Oracle system are in this format. Also, Heterogeneous Services sends character date bind values in this format to the non-Oracle system.
Property | Description |
---|---|
Default value | Value determined by the HS_LANGUAGE initialization parameter |
Range of values | Any valid national character set (up to 255 characters) |
Informs Heterogeneous Services of the value of the national character set of the non-Oracle data source. This value is the non-Oracle equivalent to the NATIONAL CHARACTER SET
parameter setting in the Oracle CREATE DATABASE
statement. The HS_NLS_NCHAR
value should be the character set ID of a character set supported by the Oracle NLSRTL
library.
See Also:
Section A.11, "HS_LANGUAGE"Property | Description |
---|---|
Default value | Value determined by the HS_LANGUAGE initialization parameter |
Range of values | Any valid NLS_NUMERIC_CHARACTERS value (any two valid numeric characters) |
Specifies the characters to use as the group separator and the decimal character. The group separator separates integer groups (such as thousands, millions, and billions). The decimal character separates the integer portion of a number from the decimal portion.
Property | Description |
---|---|
Default value | Derived from the HS_LANGUAGE initialization parameter |
Range of values | Any valid datetime format mask |
Defines the timestamp format for dates used by the target system. This initialization parameter has the same function as the NLS_TIMESTAMP_FORMAT
initialization parameter for an Oracle database server. The value can be any valid timestamp mask listed in the Oracle Database SQL Reference, but it must match the date format of the target system. Note that characters must be lowercase. For example:
HS_NLS_TIMESTAMP_FORMAT = yyyy-mm-dd hh:mi:ss.ff
Property | Description |
---|---|
Default value | Derived from HS_LANGUAGE |
Range of values | Any valid datetime with time zone format mask |
Defines the default timestamp with time zone format for the timestamp with time zone format used by the target system. This parameter has the same function as the NLS_TIMESTAMP_TZ_FORMAT
parameter for an Oracle database server. The value of can be any valid timestamp with time zone mask listed in the Oracle Database SQL Reference, but must match the date format of the target system. Note that characters must be lowercase. For example:
HS_NLS_TIMESTAMP_TZ_FORMAT = yyyy-mm-dd hh:mi:ss.ff tzh:tzm
Property | Description |
---|---|
Default value | 50 |
Range of values | 1 to the value of Oracle's OPEN_CURSORS initialization parameter |
Defines the maximum number of cursors that can be open on one connection to a non-Oracle system instance.
The value never exceeds the number of open cursors in the Oracle database server. Therefore, setting the same value as the OPEN_CURSORS
initialization parameter in the Oracle database server is recommended.
Property | Description |
---|---|
Default value | 3 |
Range of values | 1 to 32767 |
Specifies the size of the Heterogeneous Services cache containing the non-Oracle system equivalent of ROWID
. The cache contains the non-Oracle system ROWID
needed to support the WHERE CURRENT OF
clause in a SQL statement or a SELECT FOR UPDATE
statement.
When the cache is full, the first slot in the cache is reused, then the second, and so on. Only the last HS_ROWID_CACHE_SIZE
non-Oracle system ROWID
is cached.
Property | Description |
---|---|
Default value | ON |
Range of values | OFF or ON |
Controls whether Heterogeneous Services attempts to optimize performance of data transfer between the Oracle database server and the Heterogeneous Services agent connected to the non-Oracle data store.
The following values are possible:
OFF
disables reblocking of fetched data so that data is immediately sent from agent to server.
ON
enables reblocking, which means that data fetched from the non-Oracle system is buffered in the agent and is not sent to the Oracle database server until the amount of fetched data is equal or higher than the value of HS_RPC_FETCH_SIZE
initialization parameter. However, any buffered data is returned immediately when a fetch indicates that no more data exists or when the non-Oracle system reports an error.
Property | Description |
---|---|
Default value | 4000 |
Range of values | Decimal integer (byte count) |
Tunes internal data buffering to optimize the data transfer rate between the server and the agent process.
Increasing the value can reduce the number of network round-trips needed to transfer a given amount of data, but also tends to increase data bandwidth and to reduce response time or latency as measured between issuing a query and completion of all fetches for the query. Nevertheless, increasing the fetch size can increase latency for the initial fetch results of a query, because the first fetch results are not transmitted until additional data is available.
Property | Description |
---|---|
Default value for '[+|-]hh:mm' | Derived from the NLS_TERRITORY initialization parameter |
Range of values for '[+|-]hh:mm' | Any valid datetime format mask |
Specifies the default local time zone displacement for the current SQL session. The format mask, [+|-]hh:mm, is specified to indicate the hours and minutes before or after UTC (Coordinated Universal Time—formerly Greenwich Mean Time). For example:
HS_TIME_ZONE = [+ | -] hh:mm
Property | Description |
---|---|
Default value | None |
Range of values | Valid parameter file names |
Use the IFILE
initialization parameter to embed another initialization file within the current initialization file. The value should be an absolute path and should not contain environment variables. The three levels of nesting limit does not apply.
See Also:
Oracle Database Reference