Monday, January 28, 2013

ORA-00071 process number must be between 1 and string

Error Code
ORA-00071

Description
process number must be between 1 and string

Cause
Possible cause of this error is, an invalid process number was specified.

Action
To fix this error, specify a valid process number.

reference

ORA-00070 command string is not valid

Error Code
ORA-00070

Description
command string is not valid

Cause
Possible cause of this error is, an invalid debugger command was specified.

Action
To fix this error, type HELP to see the list of available commands.

reference

ORA-00069 cannot acquire lock -- table locks disabled for string

Error Code
ORA-00069

Description
cannot acquire lock -- table locks disabled for string

Cause
Possible cause of this error is, a command was issued that tried to lock the table indicated in the message. Examples of commands that can lock tables are: LOCK TABLE, ALTER TABLE ... ADD ( ), and so on.

Action
To fix this error, use the ALTER TABLE ... ENABLE TABLE LOCK command, and retry the command.

reference

ORA-00068 invalid value string for parameter string, must be between string and string

Error Code
ORA-00068

Description
invalid value string for parameter string, must be between string and string

Cause
Possible cause of this error is, the value for the initialization parameter is invalid.

Action
To fix this error, choose a value as indicated by the message.

reference

ORA-00067 invalid value string for parameter string; must be at least string

Error Code
ORA-00067

Description
invalid value string for parameter string; must be at least string

Cause
Possible cause of this error is, the value for the initialization parameter is invalid.

Action
To fix this error, choose a value as indicated by the message.

reference