Oracle 10g Adapter Limitations

Sales and support for Oracle 10g Adapter are finished.

Supported Types

The types supported in this adapter are the following.

Type nameSupportRemarks
CHARLimited 
NCHARYes 
VARCHAR2Yes 
NVARCHAR2Yes 
LONGYes 
NUMBERLimited 
FLOATLimited 
DATELimited 
TIMESTAMPLimited 
TIMESTAMPTZLimitedData is handled as String.
RAWYes 
LONG RAWYes 
BLOBLimited 
CLOBLimited 
NCLOBLimited 

Limitations Common to All Operations

Specification Limits

Read Table

Specification Limits

Execute Select SQL

Specification Limits

Write Table

Specification Limits

Execute Update SQL

Specification Limits

Execute Stored Procedure

Specification Limits

Write by Loader

Specification Limits

Major Exceptions

Exception name Cause Solution
java.sql.SQLException I/O Error: The Network Adapter could not establish the connection Unable to connect to the database. Check [Host name] or [Port number] of the global resource.
Listener refused the connection with the following error: ORA-12505 The SID is invalid. Check [SID] or [URL] of the global resource.
ORA-01017: invalid username/password; The user name or the password is incorrect. Check [User name] or [Password] of the global resource.
ORA-00942: table or view does not exist The table or the view does not exist. Specify the table or the view that exists in [Table name].
ORA-00933: SQL command not properly ended The table or view name might not be enclosed with quotation marks. Check whether the table or view name specified in [Table name] is enclosed with quotation marks.
oracle.jdbc.xa.OracleXAException Multiple XA global resources might be used, which refers to the same database, in a script of which transaction is enabled. When referring to the same database in multiple processes with Oracle XA connection, use the same global resource.