Articles tagged with: error
Oracle Error Codes »
ORACLE ERROR CODE ORA-00059
ERROR
maximum number of DB_FILES exceeded
CAUSE
The value of the DB_FILES initialization parameter was exceeded
ACTION
Increase the value of the DB_FILES parameter and warm start
Oracle Error Codes »
ORACLE ERROR CODE ORA-00058
ERROR
DB_BLOCK_SIZE must be string to mount this database (not string)
CAUSE
DB_BLOCK_SIZE initialization parameter is wrong for the database being mounted. It does not match the value used to create the database
ACTION
Fix the value of the DB_BLOCK_SIZE parameter or mount a database that matches the value
Oracle Error Codes »
ORACLE ERROR CODE ORA-00057
ERROR
maximum number of temporary table locks exceeded
CAUSE
The number of temporary tables equals or exceeds the number of temporary table locks. Temporary tables are often created by large sorts
ACTION
Increase the value of the TEMPORARY_TABLE_LOCKS initialization parameter and warm start
Oracle Error Codes »
ORACLE ERROR CODE ORA-00056
ERROR
DDL lock on object ‘string.string‘ is already held in an incompatible mode
CAUSE
An attempt was made to acquire a DDL lock that is already locked
ACTION
This happens if you attempt to drop a table that has parse locks on it
Oracle Error Codes »
ORACLE ERROR CODE ORA-00055
ERROR
maximum number of DML locks exceeded
CAUSE
Ran out of DML lock state objects
ACTION
Increase the value of the DML_LOCKS initialization parameter and warm start
Oracle Error Codes »
ORACLE ERROR CODE ORA-00054
ERROR
resource busy and acquire with NOWAIT specified
CAUSE
Resource interested is busy
ACTION
Retry if necessary
Oracle Error Codes »
ORACLE ERROR CODE ORA-00053
ERROR
maximum number of enqueues exceeded
CAUSE
Ran out of enqueue state objects
ACTION
Increase the value of the ENQUEUES initialization parameter
Oracle Error Codes »
ORACLE ERROR CODE ORA-00052
ERROR
maximum number of enqueue resources (string) exceeded
CAUSE
Ran out of enqueue resources
ACTION
Increase the value of the ENQUEUE_RESOURCES initialization parameter
Oracle Error Codes »
ORACLE ERROR CODE ORA-00051
ERROR
timeout occurred while waiting for a resource
CAUSE
Usually due to a dead instance
ACTION
Check for any dead, unrecovered instances and recover them
Oracle Error Codes »
ORACLE ERROR CODE ORA-00050
ERROR
operating system error occurred while obtaining an enqueue
CAUSE
Could not obtain the operating system resources necessary to cover an oracle enqueue. This is normally the result of an operating system user quota that is too low
ACTION
Look up the operating system error in your system documentation and perform the needed action
