ORA-00365 : the specified log is not the correct next log

Sunday, March 23rd, 2008

Cause : The specified log failed to pass checks to ensure it corresponds to the log that was just applied. This is probably the result of using a log that was generated against a cold backup image of the database.
Action: Find the log that was generated by this copy of the database and give that file name to recovery.

Popularity: 9% [?]

ORA-00361 : cannot remove last log member string for group string

Sunday, March 23rd, 2008

Cause : An attempt has been made to remove the last member of a log file group.
Action : If desired, delete the entire log, by using DROP LOGFILE.

Popularity: 8% [?]

ORA-00357 : too many members specified for log file, the maximum is string

Sunday, March 23rd, 2008

Cause : An ADD LOGFILE or ADD LOGFILE MEMBER command would result in a log with too many members. The number of members is set when the database is created.
Action : Use fewer log file members.

Popularity: 8% [?]

ORA-00346 : log member marked as STALE

Saturday, March 22nd, 2008

Cause : A log file member no longer is complete.
Action : Correct the underlying problem by referring to the other error messages found with this one.

Popularity: 8% [?]

ORA-00343 : too many errors, log member closed

Saturday, March 22nd, 2008

Cause : The maximum number of errors on this log member has been exceeded.
Action : Correct the underlying problem by referring to the other error messages found with this one.

Popularity: 9% [?]

ORA-00339 : archived log does not contain any redo

Saturday, March 22nd, 2008

Cause : The archived log is not the correct log. It is a copy of a log file that has never been used for redo generation, or was an online log being prepared to be the current log.
Action : Restore the correct log file.

Popularity: 12% [?]

ORA-00337 : log file string does not exist and no size specified

Saturday, March 22nd, 2008

Cause : An attempt to add a log found neither an existing file nor a size for creating the file.
Action : Specify a size for the log file.

Popularity: 7% [?]

ORA-00336 : log file size string blocks is less than minimum string blocks

Saturday, March 22nd, 2008

Cause : The log file size as specified in the CREATE DATABASE statement is too small.
Action : Increase the log file size.

Popularity: 21% [?]

ORA-00330 : archived log ends at change string, need change string

Saturday, March 22nd, 2008

Cause : The archived log is not the correct log. A later log is needed.
Action : Restore the correct log file.

Popularity: 12% [?]

ORA-00329 : archived log begins at change string, need change string

Saturday, March 22nd, 2008

Cause : The archived log is not the correct log. An earlier log is needed.
Action : Restore the correct log file.

Popularity: 12% [?]

Close
E-mail It