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

Home -> Community -> Usenet -> c.d.o.server -> Re: RMAN backup job won't terminate

Re: RMAN backup job won't terminate

From: bcjm <oldcar_at_hotmail.com>
Date: 20 Nov 2003 05:23:43 -0800
Message-ID: <6e9fcca4.0311200523.9282e9e@posting.google.com>


Frank <fbortel_at_nescape.net> wrote in message news:<bpgn8q$1b3$1_at_news1.tilbu1.nb.home.nl>...
> bcjm wrote:
>
> > Server 8.1.6,
> > Windonw NT 4.0
> > Tivoli backup server
> >
> >
> > When I issue a rman command with a command file like this:
> > C:>rman target sys/xxx_at_targetdb rcvcat rman/rman_at_recoverdb
> > cmdfile='d:\oracle\admin\backup_oracle.txt'
> >
> > The command will not end even the job is completed by reading the
> > message on the screen. It just sitting there waiting for a input or
> > something. I have to hit a ctrl C to terminate the job. The strange
> > part is that it does not happen all the time. But it does it more and
> > more often lately.
> >
> > My command file is like this:
> > run {
> > allocate channel d1 type='sbt_tape';
> > allocate channel d2 type='sbt_tape';
> > backup
> > incremental level 0
> > format 'df_%s_%t_%p' (database include current controlfile );
> > sql 'alter system archive log current';
> > backup format 'al_%s_%t_%p' (archivelog all delete input);
> > }
> >
> >
> > Anyone know why?
> >
> > Thanks
> How about adding an exit statement?

Tried. Same result. Received on Thu Nov 20 2003 - 07:23:43 CST

Original text of this message

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