ORA-00741: logfile size of (string) blocks exceeds maximum logfile size

Friday, March 28th, 2008

Cause : The user specified logfile size exceeded maximum logfile size.
Action : Please check REFERENCE for maximum size. Reduce the size and retry.

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-00362 : member is required to form a valid logfile in group string

Sunday, March 23rd, 2008

Cause : A request to drop a log file member was denied because it would remove data required to form a complete log file.
Action : If desired, delete the entire log (after archiving if required), by using DROP LOGFILE.

Popularity: 10% [?]

ORA-00360 : not a logfile member: string

Sunday, March 23rd, 2008

Cause : A file name was given to DROP LOGFILE MEMBER command that is not a part of the database, or which is a datafile.
Action : Supply a valid log file member name.

Popularity: 8% [?]

ORA-00359 : logfile group string does not exist

Sunday, March 23rd, 2008

Cause : An ADD LOGFILE MEMBER or DROP LOGFILE request specified a log file group number that does not exist.
Action : Check the configuration of the log files and reissue the command.

Popularity: 8% [?]

Close
E-mail It