ORA-00725 : Desupported ALTER DATABASE SET STANDBY clause specified:string

Friday, March 28th, 2008

Cause : A deprecated ALTER DATABASE SET STANDBY was specified.
Action : No action required.

Popularity: 7% [?]

ORA-00724: ALTER DATABASE CONVERT command has been de-supported

Friday, March 28th, 2008

Cause : ALTER DATABASE CONVERT command has been de-supported since Oracle 10i.
Action : No action required.

Popularity: 7% [?]

ORA-00369 : Current log of thread string not useable and other log being cleared

Sunday, March 23rd, 2008

Cause : An attempt to open the thread failed because it is necessary to switch redo generation to another online log, but all the other logs are being cleared or need to be archived before they can be used.
Action : If the ALTER DATABASE CLEAR LOGFILE command is still active, then wait for it to complete. Otherwise, reissue the CLEAR command. If there are other online logs for the thread that are not being cleared, then archive the logs.

Popularity: 13% [?]

ORA-00344 : unable to re-create online log string

Saturday, March 22nd, 2008

Cause : An I/O failure occurred when attempting to re-create an online log as part of either an ALTER DATABASE OPEN RESETLOGS or ALTER DATABASE CLEAR LOGFILE command.
Action : Correct the file/device as indicated by accompanying errors.

Popularity: 10% [?]

ORA-00342 : archived log was created before last RESETLOGS

Saturday, March 22nd, 2008

Cause : Recovery was given a log that was created before the last ALTER DATABASE OPEN RESETLOGS command. There should be another log created since then that contains the correct redo.
Action : Supply the correct log file.

Popularity: 14% [?]

ORA-00288 : to continue recovery type ALTER DATABASE RECOVER CONTINUE

Saturday, March 22nd, 2008

Cause : During media recovery, a new log is not required but the continuation command is necessary to do a checkpoint and report errors.
Action : Type ALTER DATABASE RECOVER CONTINUE and recovery will resume.

Popularity: 8% [?]

ORA-00279 : change string generated at string needed for thread string

Saturday, March 22nd, 2008

Cause : The requested log is required to proceed with recovery.
Action : Supply the requested log with ALTER DATABASE RECOVER LOGFILE filename or cancel recovery with ALTER DATABASE RECOVER CANCEL.

Popularity: 8% [?]

ORA-00238 : operation would reuse a filename that is part of the database

Saturday, March 22nd, 2008

Cause : The file name supplied as a parameter to the ALTER DATABASE BACKUP CONTROLFILE command or to cfileSetSnapshotName matches the name of a file that is currently part of the database.
Action : Retry the operation with a different file name.

Popularity: 12% [?]

ORA-00234 : error in identifying or opening snapshot or copy controlfile

Saturday, March 22nd, 2008

Cause : A snapshot or copy control file of the specified name could not be found or opened during an invocation of cfileUseSnapshot, cfileMakeAndUseSnapshot, or cfileUseCopy.
Action : Re-create the snapshot or copy control file using cfileMakeAndUseSnapshot or ALTER DATABASE BACKUP CONTROLFILE, respectively.

Popularity: 17% [?]

ORA-00233 : copy controlfile is corrupt or unreadable

Saturday, March 22nd, 2008

Cause : The specified copy control file was found to be corrupt or unreadable during an invocation of cfileUseCopy.
Action : Before retrying cfileUseCopy, use the ALTER DATABASE BACKUP CONTROLFILE command and specify the same file name that was specified for cfileUseCopy.

Popularity: 12% [?]

Close
E-mail It