ArchiveLog Mode [message #50956] |
Tue, 16 April 2002 05:56 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
Nita
Messages: 34 Registered: March 2002
|
Member |
|
|
Good Morning,
I have modified my init file to:
log_archive_start=TRUE
log_archive_dest_1 = "location=e:oracleoradataftestarchive"
log_archive_format= %%Oracle_sid%%T%%TS%S.ARC
I shutdown the database, then issue the command
svrmgrl>connect sys at sysdba
log in using the correct password
then the command
svrmgrl>startup mount exclusive
I recieve the error:
00439 - Feature not enable: Managed Standby
I am running 8i.
How do I correct this error?
Thank you
|
|
|
|
Re: ArchiveLog Mode [message #50962 is a reply to message #50956] |
Tue, 16 April 2002 10:03 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
Senthil Ramanujam
Messages: 2 Registered: April 2002
|
Junior Member |
|
|
here is the problem...
you should assign proper value for the parameter log_archive_dest.
the corrected value should look like
log_archive_dest = "e:oracleoradataftestarchive"
also please check the value assigned for log_archive_format. 2 percentage symbol might not give what you expected, just %ORACLE_SID% and rest should work for you...
Hope that helps...
|
|
|
Archive log list [message #55565 is a reply to message #50956] |
Fri, 31 January 2003 13:08 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
Somesh Dhawas
Messages: 9 Registered: January 2003
|
Junior Member |
|
|
I cannot do archive log list as sysdba. It gives me an error 1031:insufficient privileges. Also doesn't let me shutdown the database. The environment is Windows-Nt. What could possibly be wrong ?
Thanks
-Somesh
|
|
|