Re: Archived logs backup

2002-12-08 Thread Yechiel Adar
To: Multiple recipients of list ORACLE-L Sent: Thursday, December 05, 2002 12:53 PM Subject: Archived logs backup Hi!   I want to write unix script to automate archved logs backup to tape ... After hot backup of data files is completed...   Within script how do I skip

Re: Archived logs backup

2002-12-05 Thread Markus Reger
if it's not just running ... ... bur i agree it's MOST portable yr way kr mr >>> [EMAIL PROTECTED] 12/05/02 15:48 PM >>> more portable to query V$ARCHIVED_LOG after runninig ARCHIVE LOG ALL instead of using OS utilities... - Original Message - To: "Multiple recipients of list ORACLE-L" <[

RE: Archived logs backup

2002-12-05 Thread Stephen Lee
-Original Message- I want to write unix script to automate archved logs backup to tape ... After hot backup of data files is completed... Within script how do I skip archived log file that is being written by oracle? --- Here is my cron

RE: Archived logs backup

2002-12-05 Thread Stephen Lee
-Original Message- Within script how do I skip archived log file that is being written by oracle? - I took another look at this and figured out what you were really asking. The commands: "ls -1rt" or "ls -1t" will list the files in the d

Re: Archived logs backup

2002-12-05 Thread Tim Gorman
more portable to query V$ARCHIVED_LOG after runninig ARCHIVE LOG ALL instead of using OS utilities... - Original Message - To: "Multiple recipients of list ORACLE-L" <[EMAIL PROTECTED]> Sent: Thursday, December 05, 2002 5:18 AM > must be currently reserved/open for writing. try lsof to f

Re: Archived logs backup

2002-12-05 Thread Markus Reger
must be currently reserved/open for writing. try lsof to find out yr file to be excluded. kr mr >>> [EMAIL PROTECTED] 12/05/02 12:32 PM >>> Hi! I want to write unix script to automate archved logs backup to tape ... After hot backup of data files is completed... Within script how do I skip arc

Archived logs backup

2002-12-05 Thread Vladimir Barac
Hi!   I want to write unix script to automate archved logs backup to tape ... After hot backup of data files is completed...   Within script how do I skip archived log file that is being written by oracle?   Thanks, Vladimir Barac