ora00439 (Archivelogmode) [message #52009] |
Wed, 26 June 2002 07:51 |
Robin Urff
Messages: 9 Registered: March 2002
|
Junior Member |
|
|
Hi all,
today I'm trying to get my oracle 8i database in archivelog mode.
I achieved doing it through svrmgrl by alter database archivelog.
In init.ora I uncommented the following:
log_archive_start = true
log_archive_dest_1 = "location=d:oracleoradatadbnamearchive"
log_archive_format = %%ORACLE_SID%%T%TS%S.ARC
I saved the init.ora and now I try the following:
SVRMGR> shutdown immediate
Database closed.
Database dismounted.
ORACLE instance shut down.
SVRMGR> startup mount
ORA-00439: feature not enabled: Managed Standby
SVRMGR>
When I re-comment the parameters mentioned above, nothing is wrong, and my db is still in archivelog mode.
The question is: Where are my archived redo logs???
When I add the archive_log_dest_n parameter the DB won't startup and again I get the ora-00439 printed above here.
I hope there is someone out there who can help!
Thanks in advance!
Robin Urff
|
|
|