pls. help! Control file problem [message #291583] |
Sat, 05 January 2008 03:02 |
gunsbong
Messages: 44 Registered: May 2007
|
Member |
|
|
SQL> startup mount
ORACLE instance started.
Total System Global Area 8002732032 bytes
Fixed Size 2056632 bytes
Variable Size 838864456 bytes
Database Buffers 7147094016 bytes
Redo Buffers 14716928 bytes
ORA-00221: error on write to control file
ORA-00206: error in writing (block 1, # blocks 1) of control file
ORA-00202: control file: '/u01/app/oradata/orcl/control01.ctl'
ORA-27041: unable to open file
HPUX-ia64 Error: 13: Permission denied
Additional information: 3
what possible way to recover from this problem...?
pls anyone...
|
|
|
Re: pls. help! Control file problem [message #291585 is a reply to message #291583] |
Sat, 05 January 2008 03:06 |
|
Michel Cadot
Messages: 68718 Registered: March 2007 Location: Saint-Maur, France, https...
|
Senior Member Account Moderator |
|
|
Quote: | ORA-27041: unable to open file
HPUX-ia64 Error: 13: Permission denied
|
I think the problem is clear: the user that try to start the instance (the owner of the "oracle" binary if your are on Unix and privileges are correctly set, the user that starts the service if you are on Windows) does not have the privilege to read the control file.
Either change user or the autorizations on the file.
Regards
Michel
[Updated on: Sat, 05 January 2008 03:07] Report message to a moderator
|
|
|
|
|
|
|
|
|
|
|
|
|
Re: pls. help! Control file problem [message #291804 is a reply to message #291583] |
Sun, 06 January 2008 23:45 |
mkbhati
Messages: 93 Registered: February 2007 Location: Mumbai
|
Member |
|
|
Please give a little polish to your Unix administration fundamentals. If you can not handle Unix do not try to handle Oracle running on it.I am sorry and my sincere apologies for being rude, but it is the basic requirement that you understand the OS first than handle Oracle.
Your control files are intact,please do not try recreating them just resolve correct file permissions on it.
Regards
|
|
|
Re: pls. help! Control file problem [message #291846 is a reply to message #291804] |
Mon, 07 January 2008 01:11 |
gunsbong
Messages: 44 Registered: May 2007
|
Member |
|
|
mkbhati
sir,
i accept your opinion that i should know first my OS.i have already done with permission issues right after sir michel guided me...
im currently checking my alert logs as the new error refers to it..
thanks
|
|
|
|