rman restor no catalog
i did an rman backup last night, and i would like to test out the restore on a different server, same instance name.
the backup files created by rman have been copied to the backup server ( i used nfs but then realized that if the production server is down my nfs mount is unavilable to do the restore).
this is the script for the backup:
@/u01/app/oracle/admin/rmanbackup.config
sql 'alter system switch logfile'
backup incremental level=0 database format='/u06/rman_backup/%d_%U_dbf' tag='LCCC_dbf';