Tuesday, January 29, 2013

ORA-00079 Variable string not found

Error Code
ORA-00079

Description
Variable string not found

Cause
Possible cause of this error is, an attempt was made to dump a variable that does not exist.

Action
To fix this error, use a valid variable name.

reference

ORA-00078 Cannot dump variables by name

Error Code
ORA-00078

Description
Cannot dump variables by name

Cause
Possible cause of this error is, an attempt was made to dump a variable by name on a system that does not support this feature.

Action
To fix this error, try the PEEK command.

reference

ORA-00077 Dump string is not valid

Error Code
ORA-00077

Description
Dump string is not valid

Cause
Possible cause of this error is, an attempt was made to invoke an invalid dump.

Action
To fix this error, try another dump.

reference

ORA-00076 Dump string not found

Error Code
ORA-00076

Description
Dump string not found

Cause
Possible cause of this error is, an attempt was made to invoke a dump that does not exist.

Action
To fix this error, type DUMPLIST to see the list of available dumps.

reference

ORA-00075 Process string not found in this instance

Error Code
ORA-00075

Description
Process "string" not found in this instance

Cause
Possible cause of this error is, the specified process was not logged on to the current instance.

Action
To fix this error, specify a valid process.

reference