log_archive_start parameter is deprecated from 10g. Please use the below procedure.
SHUTDOWN;
STARTUP MOUNT;
ALTER DATABASE NOARCHIVELOG;
ALTER DATABASE OPEN;
No need to change any init parameter.
Thanks,
|
Results 1 to 3 of 3
Thread: Disable archive log mode for 11gThreaded View
|
Click Here to Expand Forum to Full Width |