Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Help - Can't shutdown database
After doing research on metadata's bug database, I found a workaround for my problem:
SVRMGR> alter system set log_archive_max_processes=10; SVRMGR> alter system archive log stop; SVRMGR> alter system set log_archive_max_processes=1; SVRMGR> alter system archive log start; SVRMGR> shutdown immediate;
Yeah!
allen Received on Thu Mar 29 2001 - 22:54:06 CST
![]() |
![]() |