Re: Unix backup script problem
From: Gerry Mulcahey <ao678_at_FreeNet.Carleton.CA>
Date: Tue, 17 May 1994 21:22:33 GMT
Message-ID: <Cpyu1L.D7A_at_freenet.carleton.ca>
Date: Tue, 17 May 1994 21:22:33 GMT
Message-ID: <Cpyu1L.D7A_at_freenet.carleton.ca>
We have the setup a script that is executed by root when the backup jobs start at night. "root" will execute the script from within SQLDBA and it does the following :
1. SHUTDOWN IMMEDIATE - boots all users off 2. STARTUP RESTRICT - prevents all users from signing on 3. SHUTDOWN NORMAL - does a log switch and is much neaterWhen the backups are done, another script is executed to STARTUP the database.
--Received on Tue May 17 1994 - 23:22:33 CEST