ORA-00265: instance recovery required, cannot set ARCHIVELOG mode [message #323382] |
Wed, 28 May 2008 06:23 |
ram anand
Messages: 244 Registered: February 2008 Location: india
|
Senior Member |
|
|
Hi,
I need to make my database to ARCHIVELOG mode when i try it it gives below following error
SQL> alter database archivelog;
alter database archivelog
*
ERROR at line 1:
ORA-00265: instance recovery required, cannot set ARCHIVELOG mode
pls help how to resolve this issue
Thanks,
|
|
|
|
|
|
Re: ORA-00265: instance recovery required, cannot set ARCHIVELOG mode [message #401655 is a reply to message #401527] |
Wed, 06 May 2009 00:05 |
senged
Messages: 10 Registered: October 2007 Location: asia
|
Junior Member |
|
|
SQL> shutdown immediate
ORA-01109: database not open
HI
I wanted to activate oracle archive mode
i knew these steps
1)connect sys as sysdba
2)startup mount
3)alter database archivelog
4)achive log start
5)alter database open
but after step 3 i faced to error 00265
detail of this matter presented below:
SQL> shutdown immediate
ORA-01109: database not open
Database dismounted.
ORACLE instance shut down.
SQL> startup mount
ORACLE instance started.
Total System Global Area 527290368 bytes
Fixed Size 1314520 bytes
Variable Size 469762344 bytes
Database Buffers 50331648 bytes
Redo Buffers 5881856 bytes
Database mounted.
SQL> alter database archivelog;
alter database archivelog
*
ERROR at line 1:
ORA-00265: instance recovery required, cannot set ARCHIVELOG mode
****then the answer for that quary [select name,value from v$parameter where name like '%archive_dest%']
no rows found!!!
PLS HELP ME
ANA
[Updated on: Wed, 06 May 2009 00:58] Report message to a moderator
|
|
|
|
|
|
|
|
|
|