How to enable archived redo logs without log_archive_start?
DelmonteOct 25 2012 — edited Oct 25 2012Since 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.