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 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 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 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 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 CODE ORA-00054
ERROR
resource busy and acquire with NOWAIT specified
CAUSE
Resource interested is busy
ACTION
Retry if necessary