Appendix A Target Types
This section contains information about the following Oracle targets that are supported in the Component Builder:
The Oracle OCI and Oracle Thin targets both use the Oracle JDBC driver called oracle.jdbc.driver.OracleDriver , which is not provided with Application Integrator. To use Application Integrator with Oracle you must:
After you have installed and registered the Oracle JDBC driver, you can create connections for Oracle in the Component Builder.
The Oracle OCI connection type is used for connections to Oracle that use OCI networking. For these connections, the Oracle JDBC driver connects to Oracle using OCI.
The following values are needed to create a connection:
Information required | Valid values |
---|---|
Version | Valid values: 7 or 8 |
Address Type |
|
For an address type of TNSNAMES, you must provide the following information: | |
TNS Name | An entry from the TNSNAMES file |
User Name | A valid Oracle user name |
Password | A valid Oracle user password |
For an address type of SQL*NET, you must provide the following information: | |
Host Name | Name of the machine where Oracle is running |
Port Number | Port number Oracle is listening on |
SID | Oracle system identifier |
User Name | A valid Oracle user name |
Password | A valid Oracle user password |
For Oracle OCI, you can create methods automatically. Methods can use any of the following statement types:
The Oracle Thin type is used for connections to Oracle that do not use OCI. For Oracle Thin connections, the Oracle JDBC driver functions like a pure Java Type IV JDBC driver.
The following values are needed to create a connection:
Information required | Valid values |
---|---|
Host Name | Name of the machine where Oracle is running |
Port Number | Port number Oracle is listening on |
SID | Oracle system identifier |
User Name | A valid Oracle user name |
Password | A valid Oracle user password |
For Oracle Thin, you can create methods automatically. Methods can use any of the following statement types:
Copyright © 2001 Sybase, Inc. All rights reserved. |
![]() |