DBMS_CLOUD Exceptions
The following table describes exceptions for DBMS_CLOUD.
               
| Exception | Code | Description | 
|---|---|---|
reject_limit | 
20003 | The reject limit of an external table was reached. | 
credential_not_exist | 
20004 | A credential object does not exist. | 
table_not_exist | 
20005 | A table does not exist. | 
unsupported_obj_store | 
20006 | An unsupported object store URI was provided. | 
iden_too_long | 
20008 | An identifier is too long. | 
invalid_format | 
20009 | A format argument is not valid. | 
missing_credential | 
20010 | Mandatory credential object information was not specified. | 
invalid_object_uri | 
20011 | An invalid object URI was provided. | 
invalid_partitioning_clause | 
20012 | An partitioning clause is missing or was not provided. | 
unsupported_feature | 
20013 | An unsupported feature was used that is not existent in the current database version. | 
part_not_exist | 
20014 | A partition or subpartition does not exist, or a table is not a partitioned external table or hybrid partitioned table. | 
invalid_table_name | 
20016 | An invalid table name was used. | 
invalid_schema_name | 
20017 | An invalid schema name was used. | 
invalid_dir_name | 
20018 | An invalid directory name was used. | 
invalid_file_name | 
20019 | An invalid file name was used. | 
invalid_cred_attribute | 
20020 | Invalid credential attributes were specified. | 
table_exist | 
20021 | A table already exists. | 
credential_exist | 
20022 | A credential object already exists. | 
invalid_req_method | 
20023 | A request method is either too long or invalid. | 
invalid_req_header | 
20024 | An invalid request header was specified. | 
file_not_exist | 
20025 | A file does not exist. | 
invalid_response | 
20026 | An HTTP response was not valid. | 
invalid_operation | 
20027 | An invalid task class or ID was specified. | 
invalid_user_name | 
20028 | An invalid username was specified. | 
Parent topic: DBMS_CLOUD Package