Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to enable archived redo logs without log_archive_start?

DelmonteOct 25 2012 — edited Oct 25 2012
Since parameter "log_archive_start" is deprecated, how do you enable archivedlog mode in Oracle 11g?

When you setup:

sql> ALTER SYSTEM SET log_archive_start=TRUE SCOPE=spfile;

and then database restart:

SQL> STARTUP ;
ORA-32004: obsolete or deprecated parameter(s) specified for RDBMS instance
ORACLE instance started.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 22 2012
Added on Oct 25 2012
4 comments
486 views