Hi all ,

None of my List commands except incarnation are displaying any data.

For Example

RMAN>

RMAN> run
2> {
3> allocate channel c1 type disk;
4> copy datafile 5 to 'D:\testtools.dbf';
5> release channel c1;
6> }

RMAN-03022: compiling command: allocate
RMAN-03023: executing command: allocate
RMAN-08030: allocated channel: c1
RMAN-08500: channel c1: sid=16 devtype=DISK

RMAN-03022: compiling command: copy
RMAN-03023: executing command: copy
RMAN-08000: channel c1: copied datafile 5
RMAN-08501: output filename=D:\TESTTOOLS.DBF recid=3 stamp=360959478
RMAN-03023: executing command: partial resync
RMAN-08003: starting partial resync of recovery catalog
RMAN-08005: partial resync complete

RMAN-03022: compiling command: release
RMAN-03023: executing command: release
RMAN-08031: released channel: c1

RMAN> list copy of datafile 'd:\oracle\oradata\pravitha\tools01.dbf';

RMAN-03022: compiling command: list

RMAN>




Like this no output is Displayed when i use List command except


RMAN> list incarnation
2> ;

RMAN-03022: compiling command: list

List of Database Incarnations
DB Key Inc Key DB Name DB ID CUR Reset SCN Reset Time
------- ------- -------- ---------------- --- ---------- ----------
267 268 PRAVITHA 161374775 NO 1 20-JAN-03
267 488 PRAVITHA 161374775 YES 242010 24-MAR-99

RMAN>

Are there any settings to be done . Could anyone Help
Thanks