Oracle 10gR2 Adapter Limitations

Sales and inquiry support for Oracle 10gR2 adapter has ended.

Supported Types

Supports types for this adapter are as follows.
Type name SupportRemarks
NUMBER Yes 
FLOAT Yes 
REAL Yes 
DOUBLE PRECISION Yes 
NUMERIC Yes 
DATE Limited 
TIMESTAMP Limited 
CHAR Limited 
NCHAR Yes 
VARCHAR Yes 
NVARCHAR2 Yes 
LONG Yes 
RAW datatype Yes 
LONG RAW Yes 
BLOB Yes 
CLOB Yes 
NCLOB Yes 

Read Table Limitations

Execute Select SQL Limitations

Write Table Limitations

Execute Update SQL Limitations

Execute Stored Procedure Limitations

Write by Loader Limitations

About Client Tools

Supported Client Version

Specification Limits

Main exception messages

Exception Name Message Cause / Solution
java.sql.SQLException I/O exception: The Network Adapter could not establish the connection. Cannot connect to the database.Please check the host name and port number.
Listener refused the connection with the following error: ORA-12505 Connected to the database, but SID is wrong.Check SID/Service name.
ORA-01017: invalid username/password; Connected to the database but cannot login.Check user name/password.
ORA-00942: table or view does not exist. Please check that the specified table or view exists.
ORA-00933: SQL command did not end properly. Check whether the name of the specified table of view is enclosed with quotation marks.
oracle.jdbc.xa.OracleXAException   Multiple XA global resources referring to the same database may be used in the script with transactions enabled.When referring to the same database using Oracle XA connection, please use the same global resource.