Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Schedule Backup in UNIX

Schedule Backup in UNIX

From: ASHRAF SALAYMEH <ashraf_salaymeh_at_yahoo.com>
Date: Mon, 11 Nov 2002 23:03:42 -0800
Message-ID: <F001.00500947.20021111230342@fatcity.com>


Dear List,

We are working with Oracle 8i Database under UnixWare Plateform.

My question is How to do Schedule Backup?

I tried to do Schedule backup but it does not work. I'll show u the steps that I did...

  1. I wrote my batch.
  2. cd /var/spool/cron/crontabs
  3. crontab -e oracle it will open a text file. ----------------Oracle-------------------------
    #
    5 14 * * * /usr/oracle/backup.ksh 2>&1 1>/dev/null
    #

  4. cd /usr/oracle
  5. I did write backup.ksh like this: ----------------backup.ksh-----------------
    #
    # This Procedure for ORACLE export
    #
    exp payroll/pay file=/usr/oracle/pay111102.dmp
    #
    exit

Any clues why this is not working ...

regards,

Ashraf



Do you Yahoo!?
U2 on LAUNCH - Exclusive greatest hits videos http://launch.yahoo.com/u2
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: ASHRAF SALAYMEH
  INET: ashraf_salaymeh_at_yahoo.com

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Tue Nov 12 2002 - 01:03:42 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US