Showing posts with label ORA-00221: error on write to controlfile; ORA-00221; ORA-01186. Show all posts
Showing posts with label ORA-00221: error on write to controlfile; ORA-00221; ORA-01186. Show all posts

Monday, January 4, 2016

ORA-00221: error on write to controlfile

Reason of this error (and probably instance crash) is that some other process has locked the controlfile and oracle process is not able to get hold of a lock on the controlfile before it could write in it. Most probable reason for this is some third party backup solution that might be copying oracle related files in backup process and hence holding a lock while copying.

Popular Posts - All Times