DBMS_CLOUD_ADMIN Exceptions
The
following table describes exceptions for DBMS_CLOUD_ADMIN
.
Exception | Code | Description |
---|---|---|
invalid_service |
20001 | An invalid service was specified. |
service_not_exist |
20002 | A service specified does not exist. |
default_service |
20003 | A service specified cannot be modified. |
invalid_char_set |
20029 | Missing precondition or invalid (national) character set. |
invalid_enc_key_attr |
20030 | Missing or invalid argument for key management. |
Already Using Oracle Managed
Key |
000000 |
The Database is already using an Oracle managed key. You are trying to call the procedure while already using an Oracle managed key. |
Argument Provided for the
procedure |
ORA-0000 |
An argument is provided for the procedure. Expected error message:No arguments required for this procedure. |
Parent topic: DBMS_CLOUD_ADMIN Package