>I am trying to schedule an archive backup on an AIX client.  I have
>tried many different file selections.  The closest I have come is with
>the following schedule.  It backup the first filesystem and all the
>files under it, but then stop and said it completed.  The schedule I
>used is:
>
> SCHEDULE ORACLE_DAILYBK
>ORACLEDB_ARCHIVE DESCRIPTION="oracle daily backup" ACTION=ARCHIVE
>OPTIONS=-subdir=yes
>OBJECTS="/u1/*","/u2/*","/u3/*","/u4/*","/u5/*","/u6/*","/u7/*","/u8/*" ...

The Admin Ref guide manuals say to specify multiple objects with a space
between each (rather than commas).  Have you tried spaces?

Reply via email to