ADSM-L

Re: Help needed: Howto Delete oracle backup files ?

2000-02-25 08:13:28
Subject: Re: Help needed: Howto Delete oracle backup files ?
From: Gary Ison <Gary.Ison AT MAIL.STATE.KY DOT US>
Date: Fri, 25 Feb 2000 08:13:28 -0500
You must run an RMAN execution to allocate a channel for deletion and delete
each backup piece, i.e. (for AIX)

                allocate channel for delete type 'sbt_tape';
                change backuppiece 'piece-name' delete;
                        .
                        .
                        .
                release channel;


        Gary L. Ison
        101 Cold Harbor Drive
        Frankfort, Ky.   40601
        Phone:  (502) 564-8724
            Fax:  (502) 564-6856
Gary.Ison AT mail.state.ky DOT us <mailto:Gary.Ison AT mail.state.ky DOT us>

<Prev in Thread] Current Thread [Next in Thread>