Home » Archive

Articles tagged with: error codes

Oracle Error Codes »

[3 May 2009 | No Comment | 161 views]

ORACLE ERROR CODE ORA-00021
ERROR
session attached to some other process; cannot switch session
CAUSE
The user session is currently used by others
ACTION
Do not switch to a session attached to some other process

Oracle Error Codes »

[3 May 2009 | No Comment | 191 views]

ORACLE ERROR CODE ORA-00020
ERROR
maximum number of processes (string) exceeded
CAUSE
All process state objects are in use
ACTION
Increase the value of the PROCESSES initialization parameter

Oracle Error Codes »

[3 May 2009 | No Comment | 139 views]

ORACLE ERROR CODE ORA-00019
ERROR
maximum number of session licenses exceeded
CAUSE
All licenses are in use
ACTION
Increase the value of the LICENSE MAX SESSIONS initialization parameter

Oracle Error Codes »

[3 May 2009 | No Comment | 164 views]

ORACLE ERROR CODE ORA-00018
ERROR
maximum number of sessions exceeded
CAUSE
All session state objects are in use
ACTION
Increase the value of the SESSIONS initialization parameter

Oracle Error Codes »

[3 May 2009 | No Comment | 94 views]

ORACLE ERROR CODE ORA-00017
ERROR
session requested to set trace event
CAUSE
The current session was requested to set a trace event by another session
ACTION
This is used internally; no action is required

Oracle Error Codes »

[2 May 2009 | No Comment | 274 views]

ORACLE ERROR CODE ORA-00001
ERROR
unique constraint (string.string) violated
CAUSE
An UPDATE or INSERT statement attempted to insert a duplicate key. For Trusted Oracle configured in DBMS MAC mode, you may see this message if a duplicate entry exists at a different level
ACTION
Either remove the unique restriction or do not insert the key

Oracle Error Codes »

[2 May 2009 | No Comment | 177 views]

ERROR
normal, successful completion
CAUSE
Normal exit
ACTION
None