Amazon RDS for Oracle 11gR2 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-12505, TNS:listener does not currently know of SID given in connect descriptor The SID is invalid. Check [SID] of the global resource.
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.SQLRecoverableException 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. The table or the view does not exist. Specify the table or the view that exists in [Table name].
ORA-00933: The SQL command is not terminated properly. 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.