Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: RMAN debug and trace
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-lReceived on Tue Aug 21 2007 - 03:54:45 CDT
![]() |
![]() |