ORA-00725 : Desupported ALTER DATABASE SET STANDBY clause specified:string
Friday, March 28th, 2008Cause : A deprecated ALTER DATABASE SET STANDBY was specified.
Action : No action required.
Popularity: 7% [?]
Complete Source for Oracle Error Code Ora-, Pl/Sql Tips and Tricks and Oracle Error Message Description
Cause : A deprecated ALTER DATABASE SET STANDBY was specified.
Action : No action required.
Popularity: 7% [?]
Cause : ALTER DATABASE CONVERT command has been de-supported since Oracle 10i.
Action : No action required.
Popularity: 7% [?]
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% [?]
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% [?]
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% [?]
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% [?]
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% [?]
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% [?]
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% [?]
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% [?]