Oracle DBA, How To, Error, Cause and Action

ORA-01676: standby file name conversion of 'string' exceeds maximum length of string

ORA-01676: standby file name conversion of 'string' exceeds maximum length of string


Cause:


When the given file name was converted to the name used for the standby database, the converted name was bigger than the maximum allowed file name.



Action:


Change initialization parameter DB_FILE_NAME_CONVERT or LOG_FILE_NAME_CONVERT to convert to a valid file name.

No comments:

Post a Comment

Thanks for your comment.