Archivelog Mode [message #53968] |
Tue, 22 October 2002 08:45 |
Nita
Messages: 34 Registered: March 2002
|
Member |
|
|
Good Morning Guru's:
I have an 8i database running on WinNT. I have set my init file to
log_archive_start = true
log_archive_dest = 'C:oracleoradatafclass31archive'
log_archive_format = %fclass31%%T%T%S.ARC
I shut the database down
Then
startup mount;
alter database;
archivelog;
alter database open;
I get the error
ORA:-00439 - Feature not enableed: Managed Standby
What am I doing wrong?
Many thanks for your help
Nita
|
|
|
Re: Archivelog Mode [message #53970 is a reply to message #53968] |
Tue, 22 October 2002 09:33 |
B
Messages: 327 Registered: August 1999
|
Senior Member |
|
|
try this
log_archive_dest=C:oracleoradatafclass31archivefclass31
log_archive_format = %t%t%s.ARC
and stop/start database
|
|
|