RMAN-03002 error when using CONVERT command
we are moving a tablespace from source database (9i) to target database (11g)
since the target database is ASM (11g RAC), we first copied the database file(s) on a local drive on one of the nodes ("C" Drive) so that we can use RMAN to first convert the datafiles to ASM
and then run the import command to plug it in but we are getting the following error when using the CONVERT command
RMAN> convert datafile 'c:\dba\data01.dbf','c:\dba\data02.dbf' format '+DATA';
Starting conversion at target at 27-JUL-10
using target database control file instead of recovery catalog
since the target database is ASM (11g RAC), we first copied the database file(s) on a local drive on one of the nodes ("C" Drive) so that we can use RMAN to first convert the datafiles to ASM
and then run the import command to plug it in but we are getting the following error when using the CONVERT command
RMAN> convert datafile 'c:\dba\data01.dbf','c:\dba\data02.dbf' format '+DATA';
Starting conversion at target at 27-JUL-10
using target database control file instead of recovery catalog
0