Oracle Error Codes »

[13 Jul 2009 | No Comment | 132 views]

ORACLE ERROR CODE ORA-00065
ERROR
initialization of FIXED_DATE failed
CAUSE
The FIXED_DATE string was not in date format yyyy-mm-dd:hh24:mi:ss
ACTION
Make sure the initialization parameter is in the correct date format

Oracle Error Codes »

[13 Jul 2009 | No Comment | 249 views]

ORACLE ERROR CODE ORA-00064
ERROR
object is too large to allocate on this O/S (string,string)
CAUSE
An initialization parameter was set to a value that required allocating more contiguous space than can be allocated on this operating system
ACTION
Reduce the value of the initialization parameter

Oracle Error Codes »

[13 Jul 2009 | No Comment | 45 views]

ORACLE ERROR CODE ORA-00063
ERROR
maximum number of log files exceeded string
CAUSE
The number of log files specificied exceeded the maximum number of log files supported in this release
ACTION
Re-create the control file with the highest number of log files no greater than the maximum supported in this release

Oracle Error Codes »

[13 Jul 2009 | No Comment | 68 views]

ORACLE ERROR CODE ORA-00062
ERROR
DML full-table lock cannot be acquired; DML_LOCKS is 0
CAUSE
The instance was started with DML_LOCKS = 0, and the statement being executed needs a full-table lock (S, X, or SSX)
ACTION
Restart the instance with DML_LOCKS not equal to zero, and reexecute the statement

Oracle Error Codes »

[13 Jul 2009 | No Comment | 42 views]

ORACLE ERROR CODE ORA-00061
ERROR
another instance has a different DML_LOCKS setting
CAUSE
The shared instance being started is using DML locks, and the running instances are not, or vice-versa
ACTION
Ensure that all instances’ INIT.ORA files specify the DML_LOCKS parameter as 0 or all as non-zero

Oracle Error Codes »

[13 Jul 2009 | No Comment | 224 views]

ORACLE ERROR CODE ORA-00060
ERROR
deadlock detected while waiting for resource
CAUSE
Transactions deadlocked one another while waiting for resources
ACTION
Look at the trace file to see the transactions and resources involved. Retry if necessary