WebSphere Message Broker Version 8.0.0.5 Betriebssysteme: AIX, HP-Itanium, Linux, Solaris, Windows, z/OS

Sehen Sie sich die Informationen zur aktuellen Produktversion im IBM Integration Bus Version 9.0 an.

WebSphere Message Broker-ODBC-Musterkonfigurationsdateien

Eine Kopie der im Lieferumfang von WebSphere Message Broker enthaltenen ODBC-Musterdefinitionsdateien.

Zweck

Konfigurieren Sie die Dateien odbc.ini und odbcinst.ini, wenn Sie eine unixODBC-Verbindung zu allen unterstützten Datenbanken definieren. Befolgen Sie die Anweisungen im Abschnitt Von Linux- und UNIX-Systemen mithilfe von WebSphere Message Broker ODBC Database Extender eine Verbindung zu einer Datenbank herstellen.

Einige Zeilen in diesem Abschnitt wurden zur besseren Lesbarkeit umgebrochen; in ihrer Ausgabe der Datei müssen diese Zeilen nicht umgebrochen werden.

odbc.ini-Musterdatei

AIX

;##########################################################################
;# ODBC database driver manager initialisation file. #
;##########################################################################
;# It is recommended that you take a copy of this file and then edit the  #
;# copy. #
;#                                                                        #
;# 1. Complete the 'Mandatory information stanza' section                 #
;# at the end of the file. #
;#                                                                        #
;# 2. For each data source, add the name of the data source into          #
;# the 'List of data sources stanza' section. #
;#                                                                        #
;# 3. For each data source, create a stanza in the                        #
;# 'Individual data source stanzas' section. #
;##########################################################################
;##########################################
;###### List of data sources stanza #######
;##########################################
[ODBC Data Sources]
DB2DB=IBM DB2 ODBC Driver
ORACLEDB=DataDirect 6.0 ODBC Oracle Wire Protocol
ORACLERACDB=DataDirect 6.0 ODBC Oracle RAC Wire Protocol
SYBASEDB=DataDirect 6.0 ODBC Sybase Wire Protocol
SYBASEDBUTF8=DataDirect 6.0 ODBC Sybase UTF8 Wire Protocol
SQLSERVERDB=DataDirect 6.0 ODBC SQL Server Wire Protocol
INFORMIXDB=IBM Informix ODBC Driver
SOLIDDB_DB=IBM Solid DB ODBC Driver
;##########################################################
;########## Individual data source stanzas ################
;##########################################################
;# DB2 stanza
[DB2DB]
DRIVER=<DB2-Installationsverzeichnis>/lib64/db2o.o
Description=IBM DB2 ODBC Database
Database=DB2DB
;# Oracle stanza
[ORACLEDB]
Driver=<Broker-Installationsverzeichnis>/ODBC/V6.0/lib/UKora24.so
Description=DataDirect ODBC 6.0 Oracle Wire Protocol
HostName=<Name des Oracle-Servers>
PortNumber=<Port, an dem Oracle auf Hostname empfangsbereit ist>
ServiceName=<Ihr Oracle-Servicename>
CatalogOptions=0
EnableStaticCursorsForLongData=0
ApplicationUsingThreads=1
EnableDescribeParam=1
OptimizePrepare=1
WorkArounds=536870912
ProcedureRetResults=1
ColumnSizeAsCharacter=1
LoginTimeout=0
;# Oracle Real Application Clusters stanza
[ORACLERACDB]
Driver=<Broker-Installationsverzeichnis>/ODBC/V6.0/lib/UKora24.so
Description=DataDirect 6.0 ODBC Oracle RAC Wire Protocol
HostName=<Name des Oracle-Servers>
PortNumber=<Port, an dem Oracle auf Hostname empfangsbereit ist>
ServiceName=<Oracle Real Application Cluster Service-Name>
;#Dies ist eine alternative Serverdefinition. Fügen Sie weitere Definitionen jeweils getrennt durch ein Komma hinzu.
AlternateServers=(HostName=<Alternativer Hostname>:PortNumber=<Port, an
dem Oracle auf dem alternativen Host empfangsbereit ist>:ServiceName=<Ihr
Oracle Real Application Cluster Service-Name>)
CatalogOptions=0
EnableStaticCursorsForLongData=0
ApplicationUsingThreads=1
EnableDescribeParam=1
OptimizePrepare=1
WorkArounds=536870912
ProcedureRetResults=1
ColumnSizeAsCharacter=1
LoginTimeout=0
;# Sybase Stanza
[SYBASEDB]
Driver=<Broker-Installationsverzeichnis>/ODBC/V6.0/lib/UKase24.so
Description=DataDirect 6.0 ODBC Sybase Wire Protocol
Database=<Name_der_Datenbank>
ApplicationUsingThreads=1
EnableDescribeParam=1
OptimizePrepare=1
SelectMethod=0
NetworkAddress=<Sybase-Servername>,<Sybase-Portnummer>
SelectUserName=1
ColumnSizeAsCharacter=1
EnableSPColumnTypes=2
LoginTimeout=0
TimestampTruncationBehavior=1
XAConnOptBehavior=3
;# Sybase Stanza for a UTF8 datasource
[SYBASEDBUTF8]
Driver=<Broker-Installationsverzeichnis>/ODBC/V6.0/lib/UKase24.so
Description=DataDirect 6.0 ODBC Sybase UTF8 Wire Protocol
Database=<Name_der_Datenbank>
ApplicationUsingThreads=1
EnableDescribeParam=1
OptimizePrepare=1
SelectMethod=0
NetworkAddress=<Sybase-Servername>,<Sybase-Portnummer>
SelectUserName=1
ColumnSizeAsCharacter=1
Charset=UTF8
EnableSPColumnTypes=2
LoginTimeout=0
TimestampTruncationBehavior=1
XAConnOptBehavior=3
;# UNIX to SQLServer stanza
[SQLSERVERDB]
Driver=<Broker-Installationsverzeichnis>/ODBC/V6.0/lib/UKmsss24.so
Description=DataDirect 6.0 ODBC SQL Server Wire Protocol
Address=<SQLServer-Systemname>,<SQLServer-Portnummer>
;# Alternative Suche nach dem Server mithilfe eines Instanznamens
;# Address=<Name Ihres SQLServer-Systems>\<Name der SQLServer-Instanz>
AnsiNPW=Yes
Database=<Name_der_Datenbank>
QuotedId=No
ColumnSizeAsCharacter=1
LoginTimeout=0
;# Informix Stanza
[INFORMIXDB]
Driver=libinfWrapper.so
Description=IBM Informix ODBC Database
ServerName=<Informix-Servermame>
Database=<Datenbankname>
;# SolidDB Stanza
[SOLID_DB]
Driver=<SolidDB-Installationsverzeichnis>/bin/soca5x6465.so
Description=IBM Solid DB ODBC database
Database=SOLIDDB_DB
;##########################################
;###### Mandatory information stanza ######
;##########################################

[ODBC]
InstallDir=<Broker-Installationsverzeichnis>/ODBC/V6.0
UseCursorLib=0
IANAAppCodePage=4
UNICODE=UTF-8

HP-Itanium

;##########################################################################
;# ODBC database driver manager initialisation file. #
;##########################################################################
;# It is recommended that you take a copy of this file and then edit the  #
;# copy. #
;#                                                                        #
;# 1. Complete the 'Mandatory information stanza' section                 #
;# at the end of the file. #
;#                                                                        #
;# 2. For each data source, add the name of the data source into          #
;# the 'List of data sources stanza' section. #
;#                                                                        #
;# 3. For each data source, create a stanza in the                        #
;# 'Individual data source stanzas' section. #
;##########################################################################
;##########################################
;###### List of data sources stanza #######
;##########################################
[ODBC Data Sources]
DB2DB=IBM DB2 ODBC Driver
ORACLEDB=DataDirect 6.0 ODBC Oracle Wire Protocol
ORACLERACDB=DataDirect 6.0 ODBC Oracle RAC Wire Protocol
SYBASEDB=DataDirect 6.0 ODBC Sybase Wire Protocol
SYBASEDBUTF8=DataDirect 6.0 ODBC Sybase UTF8 Wire Protocol
SQLSERVERDB=DataDirect 6.0 ODBC SQL Server Wire Protocol
INFORMIXDB=IBM Informix ODBC Driver
SOLIDDB_DB=IBM Solid DB ODBC Driver
;##########################################################
;########## Individual data source stanzas ################
;##########################################################
;# DB2 stanza
[DB2DB]
DRIVER=<DB2-Installationsverzeichnis>/lib64/libdb2o.so
Description=IBM DB2 ODBC Database
Database=DB2DB
;# Oracle stanza
[ORACLEDB]
Driver=<Broker-Installationsverzeichnis>/ODBC/V6.0/lib/UKora24.so
Description=DataDirect ODBC 6.0 Oracle Wire Protocol
HostName=<Name des Oracle-Servers>
PortNumber=<Port, an dem Oracle auf Hostname empfangsbereit ist>
ServiceName=<Ihr Oracle-Servicename>
CatalogOptions=0
EnableStaticCursorsForLongData=0
ApplicationUsingThreads=1
EnableDescribeParam=1
OptimizePrepare=1
WorkArounds=536870912
ProcedureRetResults=1
ColumnSizeAsCharacter=1
LoginTimeout=0
;# Oracle Real Application Clusters stanza
[ORACLERACDB]
Driver=<Broker-Installationsverzeichnis>/ODBC/V6.0/lib/UKora24.so
Description=DataDirect 6.0 ODBC Oracle RAC Wire Protocol
HostName=<Name des Oracle-Servers>
PortNumber=<Port, an dem Oracle auf Hostname empfangsbereit ist>
ServiceName=<Oracle Real Application Cluster Service-Name>
;#Dies ist eine alternative Serverdefinition. Fügen Sie weitere Definitionen jeweils getrennt durch ein Komma hinzu.
AlternateServers=(HostName=<Alternativer Hostname>:PortNumber=<Port, an
dem Oracle auf dem alternativen Host empfangsbereit ist>:ServiceName=<Ihr
Oracle Real Application Cluster Service-Name>)
CatalogOptions=0
EnableStaticCursorsForLongData=0
ApplicationUsingThreads=1
EnableDescribeParam=1
OptimizePrepare=1
WorkArounds=536870912
ProcedureRetResults=1
ColumnSizeAsCharacter=1
LoginTimeout=0
;# Sybase Stanza
[SYBASEDB]
Driver=<Broker-Installationsverzeichnis>/ODBC/V6.0/lib/UKase24.so
Description=DataDirect 6.0 ODBC Sybase Wire Protocol
Database=<Name_der_Datenbank>
ApplicationUsingThreads=1
EnableDescribeParam=1
OptimizePrepare=1
SelectMethod=0
NetworkAddress=<Sybase-Servername>,<Sybase-Portnummer>
SelectUserName=1
ColumnSizeAsCharacter=1
EnableSPColumnTypes=2
LoginTimeout=0
TimestampTruncationBehavior=1
XAConnOptBehavior=3
;# Sybase Stanza for a UTF8 datasource
[SYBASEDBUTF8]
Driver=<Broker-Installationsverzeichnis>/ODBC/V6.0/lib/UKase24.so
Description=DataDirect 6.0 ODBC Sybase UTF8 Wire Protocol
Database=<Name_der_Datenbank>
ApplicationUsingThreads=1
EnableDescribeParam=1
OptimizePrepare=1
SelectMethod=0
NetworkAddress=<Sybase-Servername>,<Sybase-Portnummer>
SelectUserName=1
ColumnSizeAsCharacter=1
Charset=UTF8
EnableSPColumnTypes=2
LoginTimeout=0
TimestampTruncationBehavior=1
XAConnOptBehavior=3
;# UNIX to SQLServer stanza
[SQLSERVERDB]
Driver=<Broker-Installationsverzeichnis>/ODBC/V6.0/lib/UKmsss24.so
Description=DataDirect 6.0 ODBC SQL Server Wire Protocol
Address=<SQLServer-Systemname>,<SQLServer-Portnummer>
;# Alternative Suche nach dem Server mithilfe eines Instanznamens
;# Address=<Name Ihres SQLServer-Systems>\<Name der SQLServer-Instanz>
AnsiNPW=Yes
Database=<Name_der_Datenbank>
QuotedId=No
ColumnSizeAsCharacter=1
LoginTimeout=0
;# Informix Stanza
[INFORMIXDB]
Driver=libinfWrapper.so
Description=IBM Informix ODBC Database
ServerName=<Informix-Servermame>
Database=<Datenbankname>
;# SolidDB Stanza
[SOLID_DB]
Driver=<SolidDB-Installationsverzeichnis>/bin/sochia6465.so
Description=IBM Solid DB ODBC database
Database=SOLIDDB_DB
;##########################################
;###### Mandatory information stanza ######
;##########################################

[ODBC]
InstallDir=<Broker-Installationsverzeichnis>/ODBC/V6.0
UseCursorLib=0
IANAAppCodePage=4
UNICODE=UTF-8

Linux on POWER

;##########################################################################
;# ODBC database driver manager initialisation file. #
;##########################################################################
;# It is recommended that you take a copy of this file and then edit the  #
;# copy. #
;#                                                                        #
;# 1. Complete the 'Mandatory information stanza' section                 #
;# at the end of the file. #
;#                                                                        #
;# 2. For each data source, add the name of the data source into          #
;# the 'List of data sources stanza' section. #
;#                                                                        #
;# 3. For each data source, create a stanza in the                        #
;# 'Individual data source stanzas' section. #
;##########################################################################
;##########################################
;###### List of data sources stanza #######
;##########################################
[ODBC Data Sources]
DB2DB=IBM DB2 ODBC Driver
ORACLEDB=DataDirect 6.0 ODBC Oracle Wire Protocol
ORACLERACDB=DataDirect 6.0 ODBC Oracle RAC Wire Protocol
SYBASEDB=DataDirect 6.0 ODBC Sybase Wire Protocol
SYBASEDBUTF8=DataDirect 6.0 ODBC Sybase UTF8 Wire Protocol
INFORMIXDB=IBM Informix ODBC Driver
;##########################################################
;########## Individual data source stanzas ################
;##########################################################
;# DB2 stanza
[DB2DB]
DRIVER=<DB2-Installationsverzeichnis>/lib64/libdb2o.so
Description=IBM DB2 ODBC Database
Database=DB2DB
;# Oracle stanza
[ORACLEDB]
Driver=<Broker-Installationsverzeichnis>/ODBC/V6.0/lib/UKora24.so
Description=DataDirect 6.0 ODBC Oracle Wire Protocol
HostName=<Name des Oracle-Servers>
PortNumber=<Port, an dem Oracle auf Hostname empfangsbereit ist>
ServiceName=<Ihr Oracle-Servicename>
CatalogOptions=0
EnableStaticCursorsForLongData=0
ApplicationUsingThreads=1
EnableDescribeParam=1
OptimizePrepare=1
WorkArounds=536870912
ProcedureRetResults=1
ColumnSizeAsCharacter=1
LoginTimeout=0
;# Oracle Real Application Clusters stanza
[ORACLERACDB]
Driver=<Broker-Installationsverzeichnis>/ODBC/V6.0/lib/UKora24.so
Description=DataDirect 6.0 ODBC Oracle RAC Wire Protocol
HostName=<Name des Oracle-Servers>
PortNumber=<Port, an dem Oracle auf Hostname empfangsbereit ist>
ServiceName=<Oracle Real Application Cluster Service-Name>
;#Dies ist eine alternative Serverdefinition. Fügen Sie weitere Definitionen jeweils getrennt durch ein Komma hinzu.
AlternateServers=(HostName=<Alternativer Hostname>:PortNumber=<Port, an
dem Oracle auf dem alternativen Host empfangsbereit ist>:ServiceName=<Ihr
Oracle Real Application Cluster Service-Name>)
CatalogOptions=0
EnableStaticCursorsForLongData=0
ApplicationUsingThreads=1
EnableDescribeParam=1
OptimizePrepare=1
WorkArounds=536870912
ProcedureRetResults=1
ColumnSizeAsCharacter=1
LoginTimeout=0
;# Sybase Stanza
[SYBASEDB]
Driver=<Broker-Installationsverzeichnis>/ODBC/V6.0/lib/UKase24.so
Description=DataDirect 6.0 ODBC Sybase Wire Protocol
Database=<Name_der_Datenbank>
ApplicationUsingThreads=1
EnableDescribeParam=1
OptimizePrepare=1
SelectMethod=0
NetworkAddress=<Sybase-Servername>,<Sybase-Portnummer>
SelectUserName=1
ColumnSizeAsCharacter=1
EnableSPColumnTypes=2
LoginTimeout=0
TimestampTruncationBehavior=1
XAConnOptBehavior=3
;# Sybase Stanza for a UTF8 datasource
[SYBASEDBUTF8]
Driver=<Broker-Installationsverzeichnis>/ODBC/V6.0/lib/UKase24.so
Description=DataDirect 6.0 ODBC Sybase UTF8 Wire Protocol
Database=<Name_der_Datenbank>
ApplicationUsingThreads=1
EnableDescribeParam=1
OptimizePrepare=1
SelectMethod=0
NetworkAddress=<Sybase-Servername>,<Sybase-Portnummer>
SelectUserName=1
ColumnSizeAsCharacter=1
Charset=UTF8
EnableSPColumnTypes=2
LoginTimeout=0
TimestampTruncationBehavior=1
XAConnOptBehavior=3
;# Informix Stanza
[INFORMIXDB]
Driver=libinfWrapper.so
Description=IBM Informix ODBC Database
ServerName=<Informix-Servermame>
Database=<Datenbankname>
;##########################################
;###### Mandatory information stanza ######
;##########################################

[ODBC]
InstallDir=<Broker-Installationsverzeichnis>/ODBC/V6.0
UseCursorLib=0
IANAAppCodePage=4
UNICODE=UTF-8

Linux on System z

;##########################################################################
;# ODBC database driver manager initialisation file. #
;##########################################################################
;# It is recommended that you take a copy of this file and then edit the  #
;# copy. #
;#                                                                        #
;# 1. Complete the 'Mandatory information stanza' section                 #
;# at the end of the file. #
;#                                                                        #
;# 2. For each data source, add the name of the data source into          #
;# the 'List of data sources stanza' section. #
;#                                                                        #
;# 3. For each data source, create a stanza in the                        #
;# 'Individual data source stanzas' section. #
;##########################################################################
;##########################################
;###### List of data sources stanza #######
;##########################################
[ODBC Data Sources]
DB2DB=IBM DB2 ODBC Driver
ORACLEDB=DataDirect 6.0 ODBC Oracle Wire Protocol
ORACLERACDB=DataDirect 6.0 ODBC Oracle RAC Wire Protocol
SQLSERVERDB=DataDirect 6.0 ODBC SQL Server Wire Protocol
INFORMIXDB=IBM Informix ODBC Driver
;##########################################################
;########## Individual data source stanzas ################
;##########################################################
;# DB2 stanza
[DB2DB]
DRIVER=<DB2-Installationsverzeichnis>/lib64/libdb2o.so
Description=IBM DB2 ODBC Database
Database=DB2DB
;# Oracle stanza
[ORACLEDB]
Driver=<Broker-Installationsverzeichnis>/ODBC/V6.0/lib/UKora24.so
Description=DataDirect 6.0 ODBC Oracle Wire Protocol
HostName=<Name des Oracle-Servers>
PortNumber=<Port, an dem Oracle auf Hostname empfangsbereit ist>
ServiceName=<Ihr Oracle-Servicename>
CatalogOptions=0
EnableStaticCursorsForLongData=0
ApplicationUsingThreads=1
EnableDescribeParam=1
OptimizePrepare=1
WorkArounds=536870912
ProcedureRetResults=1
ColumnSizeAsCharacter=1
LoginTimeout=0
;# Oracle Real Application Clusters stanza
[ORACLERACDB]
Driver=<Broker-Installationsverzeichnis>/ODBC/V6.0/lib/UKora24.so
Description=DataDirect 6.0 ODBC Oracle RAC Wire Protocol
HostName=<Name des Oracle-Servers>
PortNumber=<Port, an dem Oracle auf Hostname empfangsbereit ist>
ServiceName=<Oracle Real Application Cluster Service-Name>
;#Dies ist eine alternative Serverdefinition. Fügen Sie weitere Definitionen jeweils getrennt durch ein Komma hinzu.
AlternateServers=(HostName=<Alternativer Hostname>:PortNumber=<Port, an
dem Oracle auf dem alternativen Host empfangsbereit ist>:ServiceName=<Ihr
Oracle Real Application Cluster Service-Name>)
CatalogOptions=0
EnableStaticCursorsForLongData=0
ApplicationUsingThreads=1
EnableDescribeParam=1
OptimizePrepare=1
WorkArounds=536870912
ProcedureRetResults=1
ColumnSizeAsCharacter=1
LoginTimeout=0
;# UNIX to SQLServer stanza
[SQLSERVERDB]
Driver=<Broker-Installationsverzeichnis>/ODBC/V6.0/lib/UKmsss24.so
Description=DataDirect 6.0 ODBC SQL Server Wire Protocol
Address=<SQLServer-Systemname>,<SQLServer-Portnummer>
;# Alternative Suche nach dem Server mithilfe eines Instanznamens
;# Address=<Name Ihres SQLServer-Systems>\<Name der SQLServer-Instanz>
AnsiNPW=Yes
Database=<Name_der_Datenbank>
QuotedId=No
ColumnSizeAsCharacter=1
LoginTimeout=0
;# Informix Stanza
[INFORMIXDB]
Driver=libinfWrapper.so
Description=IBM Informix ODBC Driver
ServerName=<Informix-Servermame>
Database=<Datenbankname>
;##########################################
;###### Mandatory information stanza ######
;##########################################

[ODBC]
InstallDir=<Broker-Installationsverzeichnis>/ODBC/V6.0
UseCursorLib=0
IANAAppCodePage=4
UNICODE=UTF-8

Linux on x86

;##########################################################################
;# ODBC database driver manager initialisation file. #
;##########################################################################
;# It is recommended that you take a copy of this file and then edit the  #
;# copy. #
;#                                                                        #
;# 1. Complete the 'Mandatory information stanza' section                 #
;# at the end of the file. #
;#                                                                        #
;# 2. For each data source, add the name of the data source into          #
;# the 'List of data sources stanza' section. #
;#                                                                        #
;# 3. For each data source, create a stanza in the                        #
;# 'Individual data source stanzas' section. #
;##########################################################################
;##########################################
;###### List of data sources stanza #######
;##########################################
[ODBC Data Sources]
DB2DB=IBM DB2 ODBC Driver
ORACLEDB=DataDirect 6.0 ODBC Oracle Wire Protocol
ORACLERACDB=DataDirect 6.0 ODBC Oracle RAC Wire Protocol
SYBASEDB=DataDirect 6.0 ODBC Sybase Wire Protocol
SYBASEDBUTF8=DataDirect 6.0 Sybase UTF8 Wire Protocol
SQLSERVERDB=DataDirect 6.0 ODBC SQL Server Wire Protocol
INFORMIXDB=IBM Informix ODBC Driver
SOLIDDB_DB=IBM Solid DB ODBC Driver
;##########################################################
;########## Individual data source stanzas ################
;##########################################################
# DB2 stanza
[DB2DB]
Driver=<DB2-Installationsverzeichnis>/lib32/libdb2.so
Description=IBM DB2 ODBC Database
Database=DB2DB
# Oracle stanza
[ORACLEDB]
Driver=<Broker-Installationsverzeichnis>/ODBC/V6.0/lib/UKora24.so
Description=DataDirect 6.0 ODBC Oracle Wire Protocol
HostName=<Name des Oracle-Servers>
PortNumber=<Port, an dem Oracle auf Hostname empfangsbereit ist>
ServiceName=<Ihr Oracle-Servicename>
CatalogOptions=0
EnableStaticCursorsForLongData=0
ApplicationUsingThreads=1
EnableDescribeParam=1
OptimizePrepare=1
WorkArounds=536870912
ProcedureRetResults=1
ColumnSizeAsCharacter=1
LoginTimeout=0
# Oracle Real Application Cluster stanza
[ORACLERACDB]
Driver=<Broker-Installationsverzeichnis>/ODBC/V6.0/lib/UKora24.so
Description=DataDirect 6.0 ODBC Oracle RAC Wire Protocol
HostName=<Name des Oracle-Servers>
PortNumber=<Port, an dem Oracle auf Hostname empfangsbereit ist>
ServiceName=<Oracle Real Application Cluster Service-Name>
;#Dies ist eine alternative Serverdefinition. Fügen Sie weitere Definitionen jeweils getrennt durch ein Komma hinzu.
AlternateServers=(HostName=<Alternativer Hostname>:PortNumber=<Port, an dem Oracle auf dem alternativen Host empfangsbereit ist>:ServiceName=<Oracle Real Application Cluster-Servicename>)
CatalogOptions=0
EnableStaticCursorsForLongData=0
ApplicationUsingThreads=1
EnableDescribeParam=1
OptimizePrepare=1
WorkArounds=536870912
ProcedureRetResults=1
ColumnSizeAsCharacter=1
LoginTimeout=0
;# Sybase Stanza
[SYBASEDB]
Driver=<Broker-Installationsverzeichnis>/ODBC/V6.0/lib/UKase24.so
Description=DataDirect 6.0 ODBC Sybase Wire Protocol
Database=<Name_der_Datenbank>
ServerName=<Sybase-Servername>
EnableDescribeParam=1
OptimizePrepare=1
SelectMethod=0
NetworkAddress=<Sybase-Servername>,<Sybase-Portnummer>
SelectUserName=1
ColumnSizeAsCharacter=1
EnableSPColumnTypes=2
LoginTimeout=0
TimestampTruncationBehavior=1
XAConnOptBehavior=3
;# Sybase Stanza for a UTF8 datasource
[SYBASEDBUTF8]
Driver=<Broker-Installationsverzeichnis>/ODBC/V6.0/lib/UKase24.so
Description=DataDirect 6.0 ODBC Sybase UTF8 Wire Protocol
Database=<Name_der_Datenbank>
ServerName=<Sybase-Servername>
EnableDescribeParam=1
OptimizePrepare=1
SelectMethod=0
NetworkAddress=<Sybase-Servername>,<Sybase-Portnummer>
SelectUserName=1
ColumnSizeAsCharacter=1
Charset=UTF8
EnableSPColumnTypes=2
LoginTimeout=0
TimestampTruncationBehavior=1
XAConnOptBehavior=3
;# UNIX to SQLServer stanza
[SQLSERVERDB]
Driver=<Broker-Installationsverzeichnis>/ODBC/V6.0/lib/UKmsss24.so
Description=DataDirect 6.0 ODBC SQL Server Wire Protocol
Address=<SQLServer-Systemname>,<SQLServer-Portnummer>
;# Alternative Suche nach dem Server mithilfe eines Instanznamens
;# Address=<Name Ihres SQLServer-Systems>\<Name der SQLServer-Instanz>
Database=<Name_der_Datenbank>
AnsiNPW=Yes
QuotedId=No
ColumnSizeAsCharacter=1
LoginTimeout=0
;# Informix Stanza
[INFORMIXDB]
Driver=<Informix-Clientverzeichnis>/lib/cli/iclit09b.so
Description=IBM Informix ODBC Database
ServerName=<Informix-Servermame>
Database=<Datenbankname>
;# SolidDB Stanza
[SOLIDDB_DB]
Driver=<SolidDB-Installationsverzeichnis>/bin/soc12x65.so
Description=IBM Solid DB ODBC database
Database=SOLIDDB_DB
;##########################################
;###### Mandatory information stanza ######
;##########################################

[ODBC]
InstallDir=<Broker-Installationsverzeichnis>/ODBC/V6.0
UseCursorLib=0
IANAAppCodePage=4
UNICODE=UTF-8

Linux on x86-64

;##########################################################################
;# ODBC database driver manager initialisation file. #
;##########################################################################
;# It is recommended that you take a copy of this file and then edit the  #
;# copy. #
;#                                                                        #
;# 1. Complete the 'Mandatory information stanza' section                 #
;# at the end of the file. #
;#                                                                        #
;# 2. For each data source, add the name of the data source into          #
;# the 'List of data sources stanza' section. #
;#                                                                        #
;# 3. For each data source, create a stanza in the                        #
;# 'Individual data source stanzas' section. #
;##########################################################################
;##########################################
;###### List of data sources stanza #######
;##########################################
[ODBC Data Sources]
DB2DB=IBM DB2 ODBC Driver
ORACLEDB=DataDirect 6.0 ODBC Oracle Wire Protocol
ORACLERACDB=DataDirect 6.0 ODBC Oracle RAC Wire Protocol
SYBASEDB=DataDirect 6.0 ODBC Sybase Wire Protocol
SYBASEDBUTF8=DataDirect 6.0 ODBC Sybase UTF8 Wire Protocol
SQLSERVERDB=DataDirect 6.0 ODBC SQL Server Wire Protocol
INFORMIXDB=IBM Informix ODBC Driver
SOLIDDB_DB=IBM Solid DB ODBC Driver
;##########################################################
;########## Individual data source stanzas ################
;##########################################################
;# DB2 stanza
[DB2DB]
DRIVER=<DB2-Installationsverzeichnis>/lib64/libdb2o.so
Description=IBM DB2 ODBC Database
Database=DB2DB
;# Oracle stanza
[ORACLEDB]
Driver=<Broker-Installationsverzeichnis>/ODBC/V6.0/lib/UKora24.so
Description=DataDirect ODBC 6.0 Oracle Wire Protocol
HostName=<Name des Oracle-Servers>
PortNumber=<Port, an dem Oracle auf Hostname empfangsbereit ist>
ServiceName=<Ihr Oracle-Servicename>
CatalogOptions=0
EnableStaticCursorsForLongData=0
ApplicationUsingThreads=1
EnableDescribeParam=1
OptimizePrepare=1
WorkArounds=536870912
ProcedureRetResults=1
ColumnSizeAsCharacter=1
LoginTimeout=0
;# Oracle Real Application Clusters stanza
[ORACLERACDB]
Driver=<Broker-Installationsverzeichnis>/ODBC/V6.0/lib/UKora24.so
Description=DataDirect 6.0 ODBC Oracle RAC Wire Protocol
HostName=<Name des Oracle-Servers>
PortNumber=<Port, an dem Oracle auf Hostname empfangsbereit ist>
ServiceName=<Oracle Real Application Cluster Service-Name>
;#Dies ist eine alternative Serverdefinition. Fügen Sie weitere Definitionen jeweils getrennt durch ein Komma hinzu.
AlternateServers=(HostName=<Alternativer Hostname>:PortNumber=<Port, an
dem Oracle auf dem alternativen Host empfangsbereit ist>:ServiceName=<Ihr
Oracle Real Application Cluster Service-Name>)
CatalogOptions=0
EnableStaticCursorsForLongData=0
ApplicationUsingThreads=1
EnableDescribeParam=1
OptimizePrepare=1
WorkArounds=536870912
ProcedureRetResults=1
ColumnSizeAsCharacter=1
LoginTimeout=0
;# Sybase Stanza
[SYBASEDB]
Driver=<Broker-Installationsverzeichnis>/ODBC/V6.0/lib/UKase24.so
Description=DataDirect 6.0 ODBC Sybase Wire Protocol
Database=<Name_der_Datenbank>
ApplicationUsingThreads=1
EnableDescribeParam=1
OptimizePrepare=1
SelectMethod=0
NetworkAddress=<Sybase-Servername>,<Sybase-Portnummer>
SelectUserName=1
ColumnSizeAsCharacter=1
EnableSPColumnTypes=2
LoginTimeout=0
TimestampTruncationBehavior=1
XAConnOptBehavior=3
;# Sybase Stanza for a UTF8 datasource
[SYBASEDBUTF8]
Driver=<Broker-Installationsverzeichnis>/ODBC/V6.0/lib/UKase24.so
Description=DataDirect 6.0 ODBC Sybase UTF8 Wire Protocol
Database=<Name_der_Datenbank>
ApplicationUsingThreads=1
EnableDescribeParam=1
OptimizePrepare=1
SelectMethod=0
NetworkAddress=<Sybase-Servername>,<Sybase-Portnummer>
SelectUserName=1
ColumnSizeAsCharacter=1
Charset=UTF8
EnableSPColumnTypes=2
LoginTimeout=0
TimestampTruncationBehavior=1
XAConnOptBehavior=3
;# UNIX to SQLServer stanza
[SQLSERVERDB]
Driver=<Broker-Installationsverzeichnis>/ODBC/V6.0/lib/UKmsss24.so
Description=DataDirect 6.0 ODBC SQL Server Wire Protocol
Address=<SQLServer-Systemname>,<SQLServer-Portnummer>
;# Alternative Suche nach dem Server mithilfe eines Instanznamens
;# Address=<Name Ihres SQLServer-Systems>\<Name der SQLServer-Instanz>
AnsiNPW=Yes
Database=<Name_der_Datenbank>
QuotedId=No
ColumnSizeAsCharacter=1
LoginTimeout=0
;# Informix Stanza
[INFORMIXDB]
Driver=libinfWrapper.so
Description=IBM Informix ODBC Database
ServerName=<Informix-Servermame>
Database=<Datenbankname>
;# SolidDB Stanza
[SOLID_DB]
Driver=<SolidDB-Installationsverzeichnis>/bin/socl2x6465.so
Description=IBM Solid DB ODBC database
Database=SOLIDDB_DB
;##########################################
;###### Mandatory information stanza ######
;##########################################

[ODBC]
InstallDir=<Broker-Installationsverzeichnis>/ODBC/V6.0
UseCursorLib=0
IANAAppCodePage=4
UNICODE=UTF-8

Solaris on SPARC

;##########################################################################
;# ODBC database driver manager initialisation file. #
;##########################################################################
;# It is recommended that you take a copy of this file and then edit the  #
;# copy. #
;#                                                                        #
;# 1. Complete the 'Mandatory information stanza' section                 #
;# at the end of the file. #
;#                                                                        #
;# 2. For each data source, add the name of the data source into          #
;# the 'List of data sources stanza' section. #
;#                                                                        #
;# 3. For each data source, create a stanza in the                        #
;# 'Individual data source stanzas' section. #
;##########################################################################
;##########################################
;###### List of data sources stanza #######
;##########################################
[ODBC Data Sources]
DB2DB=IBM DB2 ODBC Driver
ORACLEDB=DataDirect 6.0 ODBC Oracle Wire Protocol
ORACLERACDB=DataDirect 6.0 ODBC Oracle RAC Wire Protocol
SYBASEDB=DataDirect 6.0 ODBC Sybase Wire Protocol
SYBASEDBUTF8=DataDirect 6.0 ODBC Sybase UTF8 Wire Protocol
SQLSERVERDB=DataDirect 6.0 ODBC SQL Server Wire Protocol
INFORMIXDB=IBM Informix ODBC Driver
SOLIDDB_DB=IBM Solid DB ODBC Driver
;##########################################################
;########## Individual data source stanzas ################
;##########################################################
;# DB2 stanza
[DB2DB]
DRIVER=<DB2-Installationsverzeichnis>/lib64/libdb2o.o
Description=IBM DB2 ODBC Database
Database=DB2DB
;# Oracle stanza
[ORACLEDB]
Driver=<Broker-Installationsverzeichnis>/ODBC/V6.0/lib/UKora24.so
Description=DataDirect ODBC 6.0 Oracle Wire Protocol
HostName=<Name des Oracle-Servers>
PortNumber=<Port, an dem Oracle auf Hostname empfangsbereit ist>
ServiceName=<Ihr Oracle-Servicename>
CatalogOptions=0
EnableStaticCursorsForLongData=0
ApplicationUsingThreads=1
EnableDescribeParam=1
OptimizePrepare=1
WorkArounds=536870912
ProcedureRetResults=1
ColumnSizeAsCharacter=1
LoginTimeout=0
;# Oracle Real Application Clusters stanza
[ORACLERACDB]
Driver=<Broker-Installationsverzeichnis>/ODBC/V6.0/lib/UKora24.so
Description=DataDirect 6.0 ODBC Oracle RAC Wire Protocol
HostName=<Name des Oracle-Servers>
PortNumber=<Port, an dem Oracle auf Hostname empfangsbereit ist>
ServiceName=<Oracle Real Application Cluster Service-Name>
;#Dies ist eine alternative Serverdefinition. Fügen Sie weitere Definitionen jeweils getrennt durch ein Komma hinzu.
AlternateServers=(HostName=<Alternativer Hostname>:PortNumber=<Port, an
dem Oracle auf dem alternativen Host empfangsbereit ist>:ServiceName=<Ihr
Oracle Real Application Cluster Service-Name>)
CatalogOptions=0
EnableStaticCursorsForLongData=0
ApplicationUsingThreads=1
EnableDescribeParam=1
OptimizePrepare=1
WorkArounds=536870912
ProcedureRetResults=1
ColumnSizeAsCharacter=1
LoginTimeout=0
;# Sybase Stanza
[SYBASEDB]
Driver=<Broker-Installationsverzeichnis>/ODBC/V6.0/lib/UKase24.so
Description=DataDirect 6.0 ODBC Sybase Wire Protocol
Database=<Name_der_Datenbank>
ApplicationUsingThreads=1
EnableDescribeParam=1
OptimizePrepare=1
SelectMethod=0
NetworkAddress=<Sybase-Servername>,<Sybase-Portnummer>
SelectUserName=1
ColumnSizeAsCharacter=1
EnableSPColumnTypes=2
LoginTimeout=0
TimestampTruncationBehavior=1
XAConnOptBehavior=3
;# Sybase Stanza for a UTF8 datasource
[SYBASEDBUTF8]
Driver=<Broker-Installationsverzeichnis>/ODBC/V6.0/lib/UKase24.so
Description=DataDirect 6.0 ODBC Sybase UTF8 Wire Protocol
Database=<Name_der_Datenbank>
ApplicationUsingThreads=1
EnableDescribeParam=1
OptimizePrepare=1
SelectMethod=0
NetworkAddress=<Sybase-Servername>,<Sybase-Portnummer>
SelectUserName=1
ColumnSizeAsCharacter=1
Charset=UTF8
EnableSPColumnTypes=2
LoginTimeout=0
TimestampTruncationBehavior=1
XAConnOptBehavior=3
;# UNIX to SQLServer stanza
[SQLSERVERDB]
Driver=<Broker-Installationsverzeichnis>/ODBC/V6.0/lib/UKmsss24.so
Description=DataDirect 6.0 ODBC SQL Server Wire Protocol
Address=<SQLServer-Systemname>,<SQLServer-Portnummer>
;# Alternative Suche nach dem Server mithilfe eines Instanznamens
;# Address=<Name Ihres SQLServer-Systems>\<Name der SQLServer-Instanz>
AnsiNPW=Yes
Database=<Name_der_Datenbank>
QuotedId=No
ColumnSizeAsCharacter=1
LoginTimeout=0
;# Informix Stanza
[INFORMIXDB]
Driver=libinfWrapper.so
Description=IBM Informix ODBC Database
ServerName=<Informix-Servermame>
Database=<Datenbankname>
;# SolidDB Stanza
[SOLID_DB]
Driver=<SolidDB-Installationsverzeichnis>/bin/socs0x6465.so
Description=IBM Solid DB ODBC database
Database=SOLIDDB_DB
;##########################################
;###### Mandatory information stanza ######
;##########################################

[ODBC]
InstallDir=<Broker-Installationsverzeichnis>/ODBC/V6.0
UseCursorLib=0
IANAAppCodePage=4
UNICODE=UTF-8

Solaris on x86-64

;##########################################################################
;# ODBC database driver manager initialisation file. #
;##########################################################################
;# It is recommended that you take a copy of this file and then edit the  #
;# copy. #
;#                                                                        #
;# 1. For each data source, add the name of the data source into          #
;# the 'List of data sources stanza' section. #
;#                                                                        #
;# 2. For each data source, create a stanza in the                        #
;# 'Individual data source stanzas' section. #
;#                                                                        #
;##########################################################################
;#######################################
;#### List of data sources stanza ######
;#######################################

[ODBC Data Sources]
DB2DB=IBM DB2 ODBC Driver
ORACLEDB=DataDirect 6.0 ODBC Oracle Wire Protocol
ORACLERACDB=DataDirect 6.0 ODBC Oracle RAC Wire Protocol
SYBASEDB=DataDirect 6.0 ODBC Sybase Wire Protocol
SYBASEDBUTF8=DataDirect 6.0 ODBC Sybase UTF8 Wire Protocol
SQLSERVERDB=DataDirect 6.0 ODBC SQL Server Wire Protocol
INFORMIXDB=IBM Informix ODBC Driver
SOLIDDB_DB=IBM Solid DB ODBC Driver
;##########################################################
;########## Individual data source stanzas ################
;##########################################################
;# DB2 stanza
[DB2DB]
DRIVER=<DB2-Installationsverzeichnis>/lib64/libdb2o.so
Description=IBM DB2 ODBC Database
Database=DB2DB
;# Oracle stanza
[ORACLEDB]
Driver=<Broker-Installationsverzeichnis>/ODBC/V6.0/lib/UKora24.so
Description=DataDirect 6.0 ODBC Oracle Wire Protocol
HostName=<Name des Oracle-Servers>
PortNumber=<Port, an dem Oracle auf Hostname empfangsbereit ist>
ServiceName=<Ihr Oracle-Servicename>
CatalogOptions=0
EnableStaticCursorsForLongData=0
ApplicationUsingThreads=1
EnableDescribeParam=1
OptimizePrepare=1
WorkArounds=536870912
ProcedureRetResults=1
ColumnSizeAsCharacter=1
LoginTimeout=0
;# Oracle Real Application Clusters stanza
[ORACLERACDB]
Driver=<Broker-Installationsverzeichnis>/ODBC/V6.0/lib/UKora24.so
Description=DataDirect 6.0 ODBC Oracle RAC Wire Protocol
HostName=<Name des Oracle-Servers>
PortNumber=<Port, an dem Oracle auf Hostname empfangsbereit ist>
ServiceName=<Oracle Real Application Cluster Service-Name>
;#Dies ist eine alternative Serverdefinition. Fügen Sie weitere Definitionen jeweils getrennt durch ein Komma hinzu.
AlternateServers=(HostName=<Alternativer Hostname>:PortNumber=<Port, an
dem Oracle auf dem alternativen Host empfangsbereit ist>:ServiceName=<Ihr
Oracle Real Application Cluster Service-Name>)
CatalogOptions=0
EnableStaticCursorsForLongData=0
ApplicationUsingThreads=1
EnableDescribeParam=1
OptimizePrepare=1
WorkArounds=536870912
ProcedureRetResults=1
ColumnSizeAsCharacter=1
LoginTimeout=0
;# Sybase Stanza
[SYBASEDB]
Driver=<Broker-Installationsverzeichnis>/ODBC/V6.0/lib/UKase24.so
Description=DataDirect 6.0 ODBC Sybase Wire Protocol
Database=<Name_der_Datenbank>
ApplicationUsingThreads=1
EnableDescribeParam=1
OptimizePrepare=1
SelectMethod=0
NetworkAddress=<Sybase-Servername>,<Sybase-Portnummer>
SelectUserName=1
ColumnSizeAsCharacter=1
EnableSPColumnTypes=2
LoginTimeout=0
TimestampTruncationBehavior=1
XAConnOptBehavior=3
;# Sybase Stanza for a UTF8 datasource
[SYBASEDBUTF8]
Driver=<Broker-Installationsverzeichnis>/ODBC/V6.0/lib/UKase24.so
Description=DataDirect 6.0 ODBC Sybase UTF8 Wire Protocol
Database=<Name_der_Datenbank>
ApplicationUsingThreads=1
EnableDescribeParam=1
OptimizePrepare=1
SelectMethod=0
NetworkAddress=<Sybase-Servername>,<Sybase-Portnummer>
SelectUserName=1
ColumnSizeAsCharacter=1
Charset=UTF8
EnableSPColumnTypes=2
LoginTimeout=0
TimestampTruncationBehavior=1
XAConnOptBehavior=3
;# UNIX to SQLServer stanza
[SQLSERVERDB]
Driver=<Broker-Installationsverzeichnis>/ODBC/V6.0/lib/UKmsss24.so
Description=DataDirect 6.0 ODBC SQL Server Wire Protocol
Address=<SQLServer-Systemname>,<SQLServer-Portnummer>
;# Alternative Suche nach dem Server mithilfe eines Instanznamens
;# Address=<Name Ihres SQLServer-Systems>\<Name der SQLServer-Instanz>
AnsiNPW=Yes
Database=<Name_der_Datenbank>
QuotedId=No
ColumnSizeAsCharacter=1
LoginTimeout=0
;# Informix Stanza
[INFORMIXDB]
Driver=libinfWrapper.so
Description=IBM Informix ODBC Database
ServerName=<Informix-Servermame>
Database=<Datenbankname>
;# SolidDB Stanza
[SOLIDDB_DB]
Driver=<SolidDB-Installationsverzeichnis>/bin/socs0xi6465.so
Description=IBM Solid DB ODBC database
Database=SOLIDDB_DB
;##########################################
;###### Mandatory information stanza ######
;##########################################

[ODBC]
InstallDir=<Broker-Installationsverzeichnis>/ODBC/V6.0
UseCursorLib=0
IANAAppCodePage=4
UNICODE=UTF-8

odbcinst.ini-Musterdatei

Alle UNIX- und Linux-Systeme

;##########################################################################
;# ODBC database driver manager system initialisation file. #
;##########################################################################
;# It is recommended that you take a copy of this file and then edit the  #
;# copy. #
;#                                                                        #
;# 1. Complete the 'Mandatory information stanza' section                 #
;# at the end of the file. #
;#                                                                        #
;##########################################################################
;##########################################
;###### Mandatory information stanza ######
;##########################################

[ODBC]
;# To turn on trace set Trace=yes
Trace=no
TraceFile=<Verzeichnis mit viel freiem Speicherbereich
für Traceausgabe>/odbctrace.out
Threading=2

Beginn der ÄnderungAuf UNIX und Linux-Systemen können Sie überprüfen, ob die ODBC-Umgebung richtig konfiguriert ist, indem Sie den Befehl mqsicvp ausführen. Mit diesem Befehl wird auch die Verbindung zu allen Datenquellen überprüft, die in der Datei odbc.ini aufgeführt sind und dem Broker mit dem Befehl mqsisetdbparms zugeordnet wurden. Weitere Informationen finden Sie im Abschnitt Befehl mqsicvp.Ende der Änderung

Bemerkungen | Marken | Downloads | Bibliothek | Support | Feedback

Copyright IBM Corporation 1999, 2014Copyright IBM Corporation 1999, 2014.

        
        Letzte Aktualisierung:
        
        Letzte Aktualisierung: 2015-02-28 16:23:08


ReferenzthemaReferenzthema | Version 8.0.0.5 | bk58070_