No. 70000 ~ 70999
70001: SQL buffer is empty.
Cause The SQL buffer is empty.
Action Retry the command after executing a SQL statement multiple iterations.
70002: Failed to open the file '%1$s': %2$s.
Cause Failed to open the file.
Action Check the file name and path.
70003: Invalid command. Enter HELP or HELP <command>.
Cause Invalid command.
Action Verify the command is correct.
70004: Not connected to the server.
Cause Not connected to the server or connection was lost.
Action Verify there is an active connection to the server.
70005: Invalid object name '%1$s'.
Cause An object with the specified name was not found.
Action Verify the object name is correct.
70006: Invalid schema name '%1$s'.
Cause The specified schema name does not exist.
Action Verify the schema name is correct.
70007: Invalid parameter name.
Cause The environment variable specified for SET statement does not exist.
Action Verify the variable name is correct.
70008: Invalid integer value.
Cause The integer value is invalid for a SET environment variable.
Action Specify a positive integer value.
70009: Invalid string value.
Cause The string value is invalid for a SET environment variable.
Action Specify a string value smaller than 128.
70010: Parameter accepts only ON or OFF as values.
Cause The parameter accepts only ON or OFF as a value.
Action Make sure to use ON or OFF for the parameter.
70011: Invalid parameter value or type.
Cause Invalid parameter value or type.
Action Check the parameter value or type.
70012: Failed to set AUTOCOMMIT mode.
Cause Failed to set AUTOCOMMIT mode.
Action Ensure that the AUTOCOMMIT mode is correct.
70013: No modifications to be saved.
Cause Nothing was modified, so no changes will be saved.
Action Use the command after performing the SQL statement more than once.
70014: BLOB type cannot be displayed by SQL utility.
Cause The SQL utility cannot display BLOB data.
Action Check to see if it contains a BLOB type.
70016: New password and confirmation password do not match.
Cause The password that was re-entered for confirmation does not match the new password.
Action Ensure the confirmation password was typed correctly.
70017: Missing or invalid password.
Cause The password is missing or invalid.
Action Verify that the correct password was provided.
70018: Invalid AUTOTRACE mode.
Cause Invalid AUTOTRACE mode.
Action Verify the AUTOTRACE mode is correctly specified.
70019: Unable to describe invalid object.
Cause Cannot describe an invalid object.
Action Verify the object is valid.
70020: Specified object was not found.
Cause The object does not exist.
Action Verify that the object exists.
70021: Unable to set SERVEROUTPUT mode.
Cause Failed to specify a SERVEROUTPUT environment variable.
Action Verify the DBMS_OUTPUT package exists.
70022: Not yet implemented.
Cause This function has yet to be implemented.
Action This function will be supported in the next version.
70023: Unable to set AUTOTRACE mode.
Cause Failed to specify an AUTOTRACE environment variable.
Action Contact the technical support team.
70024: Invalid format '%1$s'.
Cause Invalid format type.
Action Refer to "SQL Reference Guide" to check the validity of the format.
70025: Password is too long.
Cause The password must be less than or equal to 64 characters.
Action Choose a new password.
70026: Filename is too long.
Cause The file name must be less than or equal to 256 characters.
Action Choose a new filename.
70027: Unable to execute shell command.
Cause Cannot execute the shell command.
Action Refer to "Administrator Guide" to check the validity of the shell command.
70028: Invalid shutdown mode.
Cause Invalid shutdown mode.
Action Refer to "Administrator Guide" to check the validity of the shutdown mode.
70029: Database name is too long.
Cause The DB name must be less than or equal to 40 characters.
Action Choose a new DB name.
70034: Stat table creation failed.
Cause Failed to create a stat table.
Action Check the user's permissions for table creation.
70035: Unable to display plan: check PLUSTRACE role.
Cause Failed to display the plan of the SQL statement.
Action A PLUSTRACE role must be specified.
70036: Unable to gather statistics: check PLUSTRACE role.
Cause Failed to display statistics.
Action A PLUSTRACE role must be specified.
70037: Missing or invalid username.
Cause The user name is missing or invalid.
Action A user name must be at least one character long.
70038: Username is too long.
Cause The user name must be less than or equal to 128 characters.
Action Choose a new username..
70039: Number is invalid or out of range.
Cause The number is invalid or not an integer.
Action Use an integer that is within the allowed range.
70040: HELP for '%1$s' does not exist.
Cause There is no HELP for the subject.
Action Try another subject.
70041: Invalid first or last line number.
Cause The first or last line number is invalid.
Action Check the line value.
70042: Internal error occurred '%1$s'.
Cause An internal error occurred.
Action Contact the technical support team.
70043: Undeclared variable '%1$s'.
Cause Undeclared variable.
Action Verify that the variable name is correct.
70044: Invalid type.
Cause An invalid type was used.
Action Refer to "SQL Reference Guide" to verify the validity of the type.
70045: Declared variable was not found.
Cause The declared variable was not found.
Action Declare the variable first.
70047: Input is too long.
Cause The entered value must be less than or equal to 128 characters.
Action Re-enter the input.
70048: Invalid bind parameter '%1$s'.
Cause Invalid bind variable.
Action Verify that the name or type of the bind variable is correct.
70050: Format value is too long.
Cause The format value must be less than or equal to 64 characters.
Action Re-enter the format value.
70051: Environment variable is too long.
Cause The environment variable must be less than or equal to 64 characters.
Action Choose a new environment variable name.
70052: Not yet implemented.
Cause This function has yet to be implemented.
Action This function will be supported in the next version.
70053: Invalid expression.
Cause Invalid expression.
Action Refer to "SQL Reference Guide" to verify the validity of the expression.
70054: Pattern '%1$s' was not found.
Cause The pattern does not exist in the current line.
Action Check if parts of the current line correspond to the pattern.
70055: Invalid column '%1$s'.
Cause Invalid column name.
Action Verify that the column exists.
70056: Type constraint is out of range.
Cause Type constraint is out of range.
Action Refer to "SQL Reference Guide" to check the conditions for defining a type.
70057: Column '%1$s' does not fit on the line.
Cause The column is too long to fit on the line.
Action Lengthen the line or shorten the column.
70058: Invalid use of DESCRIBE command.
Cause A DESCRIBE command cannot be used for a sequence.
Action Use another command.
70059: Invalid option '%1$s'.
Cause Invalid option.
Action Specify a valid option.
70060: Failed to execute DESCRIBE [%1$d].
Cause Failed to execute a DESCRIBE command.
Action Check the error message.
70061: Failed to execute LS [%1$d].
Cause Failed to call the list of objects.
Action Check the error message.
70062: Failed to execute SHOW [%1$d].
Cause Failed to execute a SHOW command.
Action Check the error message.
70063: Failed to execute COUNT [%1$d].
Cause Failed to execute a COUNT command.
Action Check the error message.
70064: Substitution variable '%1$s' was not found.
Cause The substitution variable was not found.
Action Declare a substitution variable first.
70065: Unterminated string.
Cause The string is not terminated.
Action Check that quotation marks are used correctly.
70066: Operation is not allowed.
Cause The operation is not allowed.
Action Check permissions.
70067: Environment variable '%1$s' is empty.
Cause An empty environment variable is used.
Action Use an environment variable containing a value.
70068: Failed to fetch a bind variable by using the RETURNING clause.
Cause Failed to fetch a bind variable by using the RETURNING clause.
Action Check the error message.
70069: Too many rows returned for the RETURNING clause.
Cause More than one row returned for the RETURNING clause.
Action Use a SQL statement that returns a single row.
70070: Invalid escape value.
Cause The escape value is invalid for a SET environment variable.
Action Use a symbol with a length of 1 excluding character, numeric, and blank characters.
70071: Invalid cursor identifier of the variable '%1$s'.
Cause Previously printed or invalid cursor identifier.
Action Save the cursor identifier again.
70072: Variable name is too long.
Cause The variable name must be less than or equal to 128 characters.
Action Choose a new variable name.
70073: Integer value is out of range (%1$d..%2$d).
Cause The integer value is out of range for a SET environment variable.
Action Specify a number within the range.
70074: Cannot recognize the wallet file.
Cause Input file name is incorrect or empty.
Action Check the environment variable, and verify the file name is correct.
70075: Failed to generate a security key.
Cause Failed to generate a security key.
Action Contact the technical support team.
70076: Unable to display the plan: Failed to retrieve the SQL ID to select the plan.
Cause Failed to retrieve the SQL ID of the last executed query in the current session.
Action Execute the query again or contact the technical support team.
70077: The given value, '%1$s', does not match the format, '%2$s'.
Cause The entered value does not match the predefined format.
Action Change the format or modify the entered value.
70078: Unable to display plan: failed to retrieve the SQL ID.
Cause Failed to retrieve the SQL ID of the last executed query in the current session.
Action Execute the query again or contact the technical support team.
70079: Invalid string value.
Cause The length of the specified string in the SET command must be 1.
Action Modify the length of the string.
70080: Invalid character value.
Cause The specified character in the SET command cannot be alphanumeric or white-space.
Action Modify the character value.
70081: Export format is too long.
Cause The export format must be less than or equal to 16 characters.
Action Modify the format value.
70082: The '%1$s' command has been disabled.
Cause The command has been disabled by the system administrator.
Action Contact the system administrator.
70083: The file '%1$s' already exists.
Cause The specified file name already exists.
Action Either overwrite or delete the existing file.
70084: Invalid variable name '%1$s'
Cause The variable name must be alphanumeric and/or include underscores.
Action Modify the variable name.
70085: The variable '%1$s' is not a number.
Cause The variable used in an EXIT command must be a number.
Action Use a different number variable or change the existing value to a number.
70086: inconsistent datatypes : expected '%1$s' got '%2$s'.
Cause Failed to fetch a bind variable in RETURNING clause by inconsistent datatypes.
Action Check the error message.
Last updated