MINI MINI MANI MO
/ Copyright (c) 2001, 2015, Oracle and/or its affiliates. All rights reserved.
/
/ NAME
/ ndius.msg - New Database Id US message file
/ DESCRIPTION
/ Messages for NID utility
/ RETURNS
/
/ NOTES
/ MODIFIED (MM/DD/YY)
/ ldowson 05/20/15 - Adding error message for pdb command line args
/ fsanchez 07/29/11 - enable sysbackup
/ fsanchez 11/06/06 - add debug messages
/ molagapp 04/05/04 - add 482
/ fsanchez 02/10/04 - bug-3418211
/ fsanchez 04/28/03 - bug-2852803
/ fsanchez 09/21/01 - universal_nid
/ fsanchez 07/12/01 - Merged fsanchez_dbnewid
/ fsanchez 06/05/01 - dbnewid
/ fsanchez 01/10/01 - Creation
/
/ Parse Errors
/
1, 1, "Illegal command line syntax - parse error = (%d)"
// *Cause: Illegal operand on command line.
// *Action: Remove illegal operand.
2, 1, "Parse error: %s"
// *Cause: An error was encountered while parsing the command line.
// *Action: Remove offending operand.
/
/ Prompt
/
10, 1, "Password: "
// *Cause: Password was not specified in command line.
// *Action: Type password at this prompt.
/
/ Runtime Errors
/
100, 1, "Cannot open datafile \"%s\""
// *Cause: The specified datafile could not be opened.
// *Action: Ensure that the specified datafile exists and is writable.
101, 1, "LOGFILE (%s) not accessible"
// *Cause: The specified log file could not be opened.
// *Action: Specify a log file that is writable.
102, 1, "Garbled target string"
// *Cause: The supplied connect string could not be parsed.
// The connect string does not have the correct format.
// *Action: Refer to Oracle9i Database Concepts.
103, 1, "Missing password in connect string \"%s\""
// *Cause: Could not find the password in the supplied connect string.
// The connect string does not have the correct format.
// *Action: Refer to Oracle9i Database Concepts.
104, 1, "Need to specify TARGET connection parameter in command line"
// *Cause: The mandatory parameter TARGET was not specified.
// *Action: Specify TARGET=<username>/<password> when invoking this utility.
105, 1, "Need to specify \"LOGFILE=<logfile>\" when using APPEND=YES option"
// *Cause: The APPEND parameter was specified without a LOGFILE.
// *Action: Specify APPEND=YES only when LOGFILE is also specified.
106, 1, "LOGIN to target database failed with Oracle error:\n%s"
// *Cause: An Oracle error was reported while attempting to log in to the
// target database.
// *Action: Follow the actions for the specified Oracle error.
107, 1, "File I/O error on datafile \"%s\" during %s operation (%d/%s)"
// *Cause: An operating system error was reported while performing
// the specified operation in the specified file.
// *Action: Verify the datafile and check for operating system errors.
109, 1, "DBNAME string length %d exceeds maximum length of %d"
// *Cause: The specified new database name exceeded the maximum size.
// *Action: Specify a shorter, valid name.
110, 1, "Cannot use REVERT and specify a database name at the same time"
// *Cause: Conflicting options were specified in the command line.
// *Action: Choose only one of the options.
111, 1, "Oracle error reported from target database while executing\n%s\n%s"
// *Cause: An Oracle error was reported when executing an OCI operation.
// *Action: Follow the actions for the specified Oracle error.
112, 1, "unsupported connection mode"
// *Cause: A mode different than SYSDBA or SYSBACKUP was specified
// for the connection to the target.
// *Action: Specify only AS SYSDBA or AS SYSBACKUP.
113, 1, "Error reading answer - aborting"
// *Cause: Response caused an error.
// *Action: Retry the operation.
114, 1, "Must specify new database name when SETNAME is used"
// *Cause: SETNAME=YES was specified but no DBNAME was provided.
// *Action: Specify DBNAME or remove the SETNAME=YES option.
115, 1, "Database should be mounted"
// *Cause: The database was not mounted.
// *Action: Mount the database.
116, 1, "The Oracle Pluggable Database option specified is invalid."
// *Cause: The Oracle Pluggable Database option specified was not valid.
// *Action: Remove the Oracle Pluggable Database option,
// or specify ALL or NONE options.
120, 1, "Database should be mounted exclusively"
// *Cause: The database was started in parallel mode. To change the DBID,
// the database must be mounted exclusively.
// *Action: Shut down the database and start it in exclusive mode.
121, 1, "Database should not be open"
// *Cause: The database was open. To change the DBID, the database must be
// mounted exclusively.
// *Action: Shutdown the database and mount it in exclusive mode.
122, 1, "Database should have no offline immediate datafiles"
// *Cause: The database has one or more datafiles that are in OFFLINE
// IMMEDIATE mode.
// *Action: Drop the datafiles or recover them and bring them online.
123, 1, "Magic number for datafile \"%s\" is incorrect"
// *Cause: Block 0 header has an incorrect magic number for the
// specified datafile.
// *Action: Verify that the datafile is correct and retry the operation.
124, 1, "Mismatched dbid for datafile %s, expected %lu, found %lu"
// *Cause: The dbid of the datafile does not match the 'old' DBID or the
// 'new' DBID.
// *Action: Verify that this datafile belongs to the database. You may need to
// restore a backup of the datafile.
125, 1, "Database should have no disabled datafiles"
// *Cause: The database has one or more datafiles that are disabled.
// *Action: Drop the datafiles or recover them and bring them online.
126, 1, "Database should have no datafiles in unknown state"
// *Cause: The database has one or more datafiles that are in an unknown state.
// *Action: Drop the datafiles or recover them and bring them online.
127, 1, "All online files in the database must have the same checkpoint SCN"
// *Cause: The database has one or more datafiles that have a
// checkpoint SCN that does not match the database checkpoint SCN.
// *Action: Restart the database and shut it down cleanly, then retry the
// operation.
128, 1, "Cannot revert change of database, change not in progress"
// *Cause: The REVERT option was used, but the control file does not show
// that a change of DBID was in progress.
// *Action: Do not use the REVERT option, or possibly restore the control file
// that was in place when the utility was started.
129, 1, "Invalid DBID for datafile \"%s\", expecting %lu, found %lu"
// *Cause: A datafile header shows a different DBID from the rest of the
// database files.
// *Action: Ensure that the file belongs to this database.
130, 1, "Mismatched CHECKPOINT_CHANGE# in datafile \"%s\", expecting %s, found %s"
// *Cause: The datafile header does not match information in the control file.
// *Action: Revert the change, open the database, and verify that
// all datafiles are consistent. Then, shut down the database
// and retry the operation.
131, 1, "Control file is not current"
// *Cause: A non-current control file is currently mounted.
// *Action: Perform necessary actions to make the control file current and
// retry.
132, 1, "CHECKPOINT_CHANGE# in datafile \"%s\": %s in the future of controlfile: %s"
// *Cause: The checkpoint in the datafile header is ahead of the checkpoint
// in the control file.
// *Action: Make the database consistent and retry.
133, 1, "Database should have only consistent datafiles"
// *Cause: The database has one or more datafiles that are marked FUZZY
// in the control file.
// *Action: Restart the database and shut down consistently, then retry the
// operation.
134, 1, "Datafile \"%s\" is not consistent"
// *Cause: The datafile is marked as fuzzy in its header.
// *Action: Restart the database and shut down cleanly, then retry the
// operation.
135, 1, "There are %d active threads"
// *Cause: There are active threads in the database. The most likely
// cause is that the database crashed the last time it was
// shut down.
// *Action: Ensure that all threads are closed before retrying
// the operation. Start and open the database
// to perform crash recovery, then shut down with the NORMAL
// or IMMEDIATE options to close it cleanly. Finally, try running
// the utility again.
137, 1, "All datafiles that are not dropped should be readable"
// *Cause: The database had one or more files that could not be read.
// *Action: Restore the missing files and retry the operation.
138, 1, "Block verification failed for datafile %s (%d)"
// *Cause: Block header checksum yields a nonzero value for
// the specified datafile.
// *Action: Verify that the datafile is correct and retry the operation.
139, 1, "Mismatched dbname for datafile %s, expected %s, found %s"
// *Cause: The dbname of the datafile does not match the 'old' dbname or the
// 'new' dbname.
// *Action: Verify that this datafile belongs to the database. You may need to
// restore a backup of the datafile.
140, 1, "Specified database name %s does not match previous name used %s"
// *Cause: This is a continuation of a failed attempt. However in the failed
// attempt, the database name is different than the
// one used in the last attempt.
// *Action: Retry the command using the original database name.
141, 1, "No database name specified, previous attempt used %s"
// *Cause: This is a continuation of a failed attempt. However, in the failed
// attempt, a database name was provided.
// *Action: Retry the command using the original database name.
142, 1, "Only changing database name, previous attempt changed dbid to %lu"
// *Cause: This is a continuation of a failed attempt. However, in the failed
// attempt, the database id was also being changed.
// *Action: Retry the command removing SETNAME=YES.
143, 1, "Mismatched controlfile %s"
// *Cause: A controlfile did not have the correct status.
// *Action: Shutdown the database, remove the mismatched controlfile, mount the
// database, and retry the operation.
144, 1, "New name for database %s is the same as current name %s"
// *Cause: The specified name is the same as the current name of the
// database.
// *Action: Specify a different name or do not use the DBNAME option.
145, 1, "nls subsystem initialization failure for product=%s, facility=%s"
// *Cause: The NLS product/facility error message file could not be located or
// properly initialized.
// *Action: Check that the error message directory and file(s) have been
// properly installed.
/
/ Log Messages
/ These messages do not cause or action as they are informational messages
/
300, 2, "Connected to database %s (DBID=%lu)"
// *Cause: Informational message.
// *Action: No action required.
301, 2, " Datafile %s - dbid changed, wrote new name"
// *Cause: Informational message.
// *Action: No action required.
302, 2, " Datafile %s - dbid changed"
// *Cause: Informational message.
// *Action: No action required.
303, 2, " Datafile %s - wrote new name"
// *Cause: Informational message.
// *Action: No action required.
304, 2, " Datafile %s - reverted"
// *Cause: Informational message.
// *Action: No action required.
305, 2, " Datafile %s - already changed"
// *Cause: Informational message.
// *Action: No action required.
306, 2, " Datafile %s - no revert needed"
// *Cause: Informational message.
// *Action: No action required.
307, 2, " Control File %s - dbid changed, wrote new name"
// *Cause: Informational message.
// *Action: No action required.
308, 2, " Control File %s - dbid changed"
// *Cause: Informational message.
// *Action: No action required.
309, 2, " Control File %s - wrote new name"
// *Cause: Informational message.
// *Action: No action required.
310, 2, " Control File %s - reverted"
// *Cause: Informational message.
// *Action: No action required.
311, 2, " Control File %s - modified"
// *Cause: Informational message.
// *Action: No action required.
312, 2, "Connected to server version %s"
// *Cause: Informational message.
// *Action: No action required.
315, 2, "Operation already in progress, continuing"
// *Cause: Informational message.
// *Action: No action required.
320, 2, "Operation cancelled at user request"
// *Cause: Informational message.
// *Action: No action required.
321, 2, "Proceeding with operation"
// *Cause: Informational message.
// *Action: No action required.
330, 2, "The following datafiles are offline immediate:"
// *Cause: Informational message.
// *Action: No action required.
331, 2, "The following datafiles are disabled:"
// *Cause: Informational message.
// *Action: No action required.
332, 2, "The following datafiles are in unknown state:"
// *Cause: Informational message.
// *Action: No action required.
333, 2, "Cannot read the header of the following datafiles:"
// *Cause: Informational message.
// *Action: No action required.
334, 2, "The following datafiles are not checkpointed to %s:"
// *Cause: Informational message.
// *Action: No action required.
335, 2, "The following datafiles are not consistent:"
// *Cause: Informational message.
// *Action: No action required.
336, 2, "The following datafiles are offline clean:"
// *Cause: Informational message.
// *Action: No action required.
337, 2, "The following datafiles are read-only:"
// *Cause: Informational message.
// *Action: No action required.
338, 2, "Control Files in database:"
// *Cause: Informational message.
// *Action: No action required.
350, 2, " %s (%u) %s"
// *Cause: Informational message.
// *Action: No action required.
351, 2, " %s (%u)"
// *Cause: Informational message.
// *Action: No action required.
352, 2, " %s (%u), error: %d"
// *Cause: Informational message.
// *Action: No action required.
353, 2, " %s"
// *Cause: Informational message.
// *Action: No action required.
354, 2, " Instance shut down"
// *Cause: Informational message.
// *Action: No action required.
370, 2, "Change database ID of database %s? (Y/[N]) => "
// *Cause: Informational message.
// *Action: No action required.
371, 2, "Change database name of database %s to %s? (Y/[N]) => "
// *Cause: Informational message.
// *Action: No action required.
372, 2, "Change database ID and database name %s to %s? (Y/[N]) => "
// *Cause: Informational message.
// *Action: No action required.
373, 2, "Revert changes for database %s (Y/[N]) => "
// *Cause: Informational message.
// *Action: No action required.
390, 2, "These files must be writable by this utility."
// *Cause: Informational message.
// *Action: No action required.
395, 2, "Reverting database name from %s to %s"
// *Cause: Informational message.
// *Action: No action required.
396, 2, "Reverting database ID from %lu to %lu"
// *Cause: Informational message.
// *Action: No action required.
397, 2, "Changing database name from %s to %s"
// *Cause: Informational message.
// *Action: No action required.
398, 2, "Changing database ID from %lu to %lu"
// *Cause: Informational message.
// *Action: No action required.
/
/ End messages
/
/ Generic messages
400, 2, "DBNEWID - Completed with errors."
// *Cause: Informational message.
// *Action: No action required.
401, 2, "Must finish REVERT changes before attempting any database operation."
// *Cause: Informational message.
// *Action: No action required.
402, 2, "Must finish change or REVERT changes before attempting any database operation."
// *Cause: Informational message.
// *Action: No action required.
403, 2, "DBNEWID - Completed with validation errors."
// *Cause: Informational message.
// *Action: No action required.
404, 2, "DBNEWID - Completed succesfully."
// *Cause: Informational message.
// *Action: No action required.
/ Reversion failures
405, 2, "Reversion of database name and database ID failed."
// *Cause: Informational message.
// *Action: No action required.
406, 2, "Reversion of database name failed."
// *Cause: Informational message.
// *Action: No action required.
407, 2, "Reversion of database ID failed."
// *Cause: Informational message.
// *Action: No action required.
/ Reversion failed, no revert needed
410, 2, "Reversion of database changes failed during validation - database is intact."
// *Cause: Informational message.
// *Action: No action required.
/ Database change failed, need revert
415, 2, "Change of database name and database ID failed."
// *Cause: Informational message.
// *Action: No action required.
416, 2, "Change of database name failed."
// *Cause: Informational message.
// *Action: No action required.
417, 2, "Change of database ID failed."
// *Cause: Informational message.
// *Action: No action required.
/ Database change failed, no revert needed
420, 2, "Change of database name and ID failed during validation - database is intact."
// *Cause: Informational message.
// *Action: No action required.
421, 2, "Change of database name failed during validation - database is intact."
// *Cause: Informational message.
// *Action: No action required.
422, 2, "Change of database ID failed during validation - database is intact."
// *Cause: Informational message.
// *Action: No action required.
/ Reversion success messages
425, 2, "Database name restored to %s."
// *Cause: Informational message.
// *Action: No action required.
426, 2, "Database ID for database %s restored to %lu."
// *Cause: Informational message.
// *Action: No action required.
/ Reversion success general messages
430, 2, "Database is ready to be open or shut down."
// *Cause: Informational message.
// *Action: No action required.
431, 2, "DBNEWID - Reversion completed."
// *Cause: Informational message.
// *Action: No action required.
/ Change of database name succesfull
435, 2, "Database name changed to %s."
// *Cause: Informational message.
// *Action: No action required.
436, 2, "Modify parameter file and generate a new password file before restarting."
// *Cause: Informational message.
// *Action: No action required.
/ Change of database ID succesfull
440, 2, "Database ID for database %s changed to %lu."
// *Cause: Informational message.
// *Action: No action required.
441, 2, "All previous backups and archived redo logs for this database are unusable."
// *Cause: Informational message.
// *Action: No action required.
442, 2, "Database has been shutdown, open database with RESETLOGS option."
// *Cause: Informational message.
// *Action: No action required.
/ Messages for success
450, 2, "Succesfully changed database name and ID."
// *Cause: Informational message.
// *Action: No action required.
451, 2, "Succesfully changed database name."
// *Cause: Informational message.
// *Action: No action required.
452, 2, "Succesfully changed database ID."
// *Cause: Informational message.
// *Action: No action required.
/ Operation aborted at users request
480, 2, "Database is intact - database is ready to be open or shut down."
// *Cause: Informational message.
// *Action: No action required.
481, 2, "DBNEWID - Cancelled."
// *Cause: Informational message.
// *Action: No action required.
/ Warnings
482, 2, "Database is not aware of previous backups and archived logs in Recovery Area."
// *Cause: Because the database id was changed, previous backups and archived
// redo logs in recovery area are not managed by this database.
// *Action: This is the informational message only.
490, 2, "LOG being redirected to STDERR due to errors."
// *Cause: Could no write message to log file.
// *Action: N/A.
/
/ Help Messages
/ These messages do not cause or action as they are informational messages
/
500, 2, "Keyword Description (Default)"
// *Cause: Informational message.
// *Action: No action required.
501, 2, "----------------------------------------------------"
// *Cause: Informational message.
// *Action: No action required.
502, 2, "TARGET Username/Password (NONE)"
// *Cause: Informational message.
// *Action: No action required.
503, 2, "DBNAME New database name (NONE)"
// *Cause: Informational message.
// *Action: No action required.
504, 2, "LOGFILE Output Log (NONE)"
// *Cause: Informational message.
// *Action: No action required.
505, 2, "REVERT Revert failed change NO"
// *Cause: Informational message.
// *Action: No action required.
506, 2, "SETNAME Set a new database name only NO"
// *Cause: Informational message.
// *Action: No action required.
507, 2, "APPEND Append to output log NO"
// *Cause: Informational message.
// *Action: No action required.
508, 2, "HELP Displays these messages NO"
// *Cause: Informational message.
// *Action: No action required.
/
/ Internal Errors
/
600, 1, "Internal Error - [%d] [%u] [%u] [%d]"
// *Cause: This is the generic internal error number for program
// exceptions. This indicates that the program has encountered an
// exceptional condition.
// *Action: Report as a bug - the first argument is the internal error number
601, 1, "Internal Error - [%d] [%s] [%u] [%d]"
// *Cause: This is the generic internal error number for program
// exceptions. This indicates that the program has encountered an
// exceptional condition.
// *Action: Report as a bug - the first argument is the internal error number
602, 1, "Could not allocate %d bytes for \"%s\""
// *Cause: Memory allocation failed.
// *Action: Free memory at the operating system level and retry operation.
603, 1, "No datafiles found in database"
// *Cause: Controlfile has not datafiles recorded
// *Action: Report as a bug - the first argument is the internal error number
604, 1, "No control files found in database"
// *Cause: Instance has no control files recorded
// *Action: Report as a bug - the first argument is the internal error number
/
/ Debug messages
/ These messages do not cause or action as they are informational messages
/
700, 1, "CLIENT EVENTS set - Count: %d - Flags: 0X%06X"
701, 1, "SERVER EVENTS set - 0X%08X - Flags: 0X%02X - Count: %d - Event: 0X%08X"
710, 1, "SERVER FLAGS ignored, invalid value: %d, max: %d"
711, 1, "SERVER COUNT ignored, invalid value: %d, max: %d"
712, 1, "SERVER EVENT ignored, invalid value: %d, max: %d"
713, 1, "SERVER EVENT ignored, no server count"
OHA YOOOO