Oracle DBA, How To, Error, Cause and Action

ORA-00269: specified log file is part of thread string not string

ORA-00269: specified log file is part of thread string not string

Cause:

The given redo log file is not part of the given thread


Action:

Check that the thread of the redo log file matches the thread on the command line. If not, use a redo log file from the appropriate thread. Retry the command after correcting the error.

No comments:

Post a Comment

Thanks for your comment.