Oracle 18c Adapter Limitations

Supported Types

The types supported in this adapter are the following.

Type nameSupportRemarks
CHARLimited 
NCHARLimited 
VARCHAR2Yes 
NVARCHAR2Limited 
LONGYes 
NUMBERLimited 
FLOATLimited 
DATELimited 
TIMESTAMPLimited 
TIMESTAMP WITH TIME ZONELimitedData is handled as String.
TIMESTAMP WITH LOCAL TIME ZONELimitedData is handled as String.
RAWYes 
LONG RAWYes 
BLOBYes 
CLOBYes 
NCLOBYes 

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 ORA-01017: invalid username/password; logon denied The user name or the password is incorrect. Check [User name] or [Password] of the global resource.
Listener refused the connection with the following error:
ORA-12505, TNS:listener does not currently know of SID given in connect descriptor
The SID is invalid. Check [SID] or [URL] of the global resource.
java.sql.SQLRecoverableException IO 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.
java.sql.SQLSyntaxErrorException ORA-00942: The table or the view does not exist. Either the table or the view does not exist or the table or view name might not be enclosed with quotation marks. Specify the table or the view that exists in [Table name].
Also 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.