Oracle DBA, How To, Error, Cause and Action

ORA-00217: control file could not be resized for new record types

ORA-00217: control file could not be resized for new record types




Cause: The control file was missing some new record types supported by this release. These record types are automatically added by resizing the contol file during mount. The resize has failed.




Action: Look in the alert log for the reason that the resize has failed. If indicated in the alert log, give the control file more space. Otherwise, use the CREATE CONTROLFILE script dumped to the trace file to create a new control file.

No comments:

Post a Comment

Thanks for your comment.