Files
mip/WebServer/DatabaseScripts/archivelog.sql
hardya e881019ae0 Apply svn:keywords Id
git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@4807 248e525c-4dfb-0310-94bc-949c084e9493
2008-04-16 10:35:08 +00:00

15 lines
413 B
SQL

REM $Id$
conn &&user/&&password as sysdba;
shutdown immediate;
conn &&user/&&password as sysdba;
startup mount;
alter database force logging;
alter system set log_archive_dest_1='location=s:\orabackup\webmip\archivelogs\' scope=both;
/*
set the time by which archive logs
should lag the redo in seconds
*/
alter system set archive_lag_target=2700;
alter database archivelog;
alter database open;