Move WEBMIP_TEX from andy/shelves to main WEBMIP documentation area.

git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@11593 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
andrew.hardy
2009-06-24 09:47:27 +00:00
parent 7fba145f7c
commit f85b1331ca
51 changed files with 5879 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
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;