Re: RMAN debug and trace
- From: "goran bogdanovic" <goran00@xxxxxxxxx>
- To: jkstill@xxxxxxxxx
- Date: Tue, 21 Aug 2007 10:54:45 +0200
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@xxxxxxxxx> 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
>
Other related posts: