Home » Archive

Articles Archive for July 2009

Oracle Error Codes »

[14 Jul 2009 | No Comment | 123 views]

ORACLE ERROR CODE ORA-00079
ERROR
variable string not found
CAUSE
An attempt was made to dump a variable that does not exist
ACTION
Use a valid variable name

Oracle Error Codes »

[14 Jul 2009 | No Comment | 126 views]

ORACLE ERROR CODE ORA-00078
ERROR
cannot dump variables by name
CAUSE
An attempt was made to dump a variable by name on a system that does not support this feature
ACTION
Try the PEEK command

Oracle Error Codes »

[14 Jul 2009 | No Comment | 158 views]

ORACLE ERROR CODE ORA-00077
ERROR
dump string is not valid
CAUSE
An attempt was made to invoke an invalid dump
ACTION
Try another dump

Oracle Error Codes »

[14 Jul 2009 | No Comment | 183 views]

ORACLE ERROR CODE ORA-00076
ERROR
dump string not found
CAUSE
An attempt was made to invoke a dump that does not exist
ACTION
Type DUMPLIST to see the list of available dumps

Oracle Error Codes »

[14 Jul 2009 | No Comment | 113 views]

ORACLE ERROR CODE ORA-00075
ERROR
process “string” not found in this instance
CAUSE
The specified process was not logged on to the current instance
ACTION
Specify a valid process

Oracle Error Codes »

[14 Jul 2009 | No Comment | 171 views]

ORACLE ERROR CODE ORA-00074
ERROR
no process has been specified
CAUSE
No debug process has been specified
ACTION
Specify a valid process

Oracle Error Codes »

[14 Jul 2009 | No Comment | 178 views]

ORACLE ERROR CODE ORA-00073
ERROR
command string takes between string and string argument(s)
CAUSE
An incorrect number of arguments was specified
ACTION
Specify the correct number of arguments. Type HELP to see the list of commands and their syntax

Oracle Error Codes »

[14 Jul 2009 | No Comment | 194 views]

ORACLE ERROR CODE ORA-00072
ERROR
process “string” is not active
CAUSE
An invalid process was specified
ACTION
Specify a valid process

Oracle Error Codes »

[14 Jul 2009 | No Comment | 112 views]

ORACLE ERROR CODE ORA-00071
ERROR
process number must be between 1 and string
CAUSE
An invalid process number was specified
ACTION
Specify a valid process number

Oracle Error Codes »

[14 Jul 2009 | No Comment | 159 views]

ORACLE ERROR CODE ORA-00070
ERROR
command string is not valid
CAUSE
An invalid debugger command was specified
ACTION
Type HELP to see the list of available commands