Amazon RDS for Oracle 12c 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.
RAWYes 
LONG RAWYes 
BLOBYes 
CLOBYes 
NCLOBYes 

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.
java.sql.SQLException 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.
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.