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 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
ORACLE ERROR CODE ORA-00069
ERROR
cannot acquire lock — table locks disabled for string
CAUSE
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
Use the ALTER TABLE … ENABLE TABLE LOCK command, and retry the command
ORACLE ERROR CODE ORA-00068
ERROR
invalid value string for parameter string, must be between string and string
CAUSE
The value for the initialization parameter is invalid
ACTION
Choose a value as indicated by the message
ORACLE ERROR CODE ORA-00067
ERROR
invalid value string for parameter string; must be at least string
CAUSE
The value for the initialization parameter is invalid
ACTION
Choose a value as indicated by the message
ORACLE ERROR CODE ORA-00066
ERROR
LOG_FILES is string but needs to be string to be compatible
CAUSE
The maximum number of log files supported by this instance is not the same as for the other instances. All instances must be able to open all the files any instance can open
ACTION
Change the value of the LOG_FILES initialization parameter to be compatible