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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: RMAN debug and trace

Re: RMAN debug and trace

From: goran bogdanovic <goran00_at_gmail.com>
Date: Tue, 21 Aug 2007 10:54:45 +0200
Message-ID: <6d0a3ba80708210154q4ad229ax4f0be8a98d12e215@mail.gmail.com>


Hi Jared,

I couldn't find the docs either...from my knowledge (if this can be of interest for you) you may generate a trace file for (most?) of the rman commands - example:

rman target <u>/<pw>@target catalog <u>/<pw>@catalog trace=/tmp/rman_test.trc
RMAN> run {
debug on;
report obsolete;
debug off;
}

If you can analyze 10053 trace, then rman trace is piece of cake...:-)

HTH.
goran

On 7/31/07, Jared Still <jkstill_at_gmail.com> wrote:
>
>
> RMAN accepts trace and debug parameters for ALLOCATE/CONFIGURE CHANNEL.
>
> eg. ALLOCATE CHANNEL ch00 TYPE 'SBT_TAPE' debug=5 trace 2;
>
> There are different levels of debug and trace.
>
> I can't seem to find any documentation explaining the different levels of
> debug or trace.
>
> There isn't much help in the PL/SQL source for dbms_backup_restore either.
>
> Anyone here have some documentation on this?
>
> --
> Jared Still
> Certifiable Oracle DBA and Part Time Perl Evangelist
>

--
http://www.freelists.org/webpage/oracle-l
Received on Tue Aug 21 2007 - 03:54:45 CDT

Original text of this message

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