Restore from NFS
Hi all
I have a big problem with RMAN
Now, my backup system is AIX 6.1 and I mount NFS with option:
10.0.22.190 /data/col1/NFS_OLTP /NFS_OLTP | nfs3 Dec 08 08:36 llock,rsize=65536,wsize=65536,vers=3,noac |
my script backup is:
run {
CONFIGURE DEFAULT DEVICE TYPE TO disk;
CONFIGURE CHANNEL DEVICE TYPE DISK FORMAT '/NFS_OLTP/MIB/%U';
CONFIGURE DEVICE TYPE DISK PARALLELISM 72 BACKUP TYPE TO BACKUPSET;
recover copy of tablespace users with tag 'OLTP_MIB_LEVEL_3RD';
backup incremental level 1 copies=1 for recover of copy with tag 'OLTP_MIB_LEVEL_3RD' database;
}
This is RMAN configuration on BACKUP system:
rman target /