Database Backup and Recovery (MOSC)

MOSC Banner

Restore from NFS

edited Jan 6, 2015 1:16PM in Database Backup and Recovery (MOSC) 3 commentsAnswered

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 /

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center