Database Backup and Recovery (MOSC)

MOSC Banner

rman tag is missing


Hello

we are using Rubrik, in this case rubric supports only "merge incremental backup".


During the level 0 backup the data files are distributed on 4 Rubrik NFS shares:


run {

sql 'alter system set "_backup_file_bufcnt"=16 scope=memory';

sql 'alter system set "_backup_file_bufsz"=4194304 scope=memory';

sql 'alter system set "_backup_disk_bufcnt"=16 scope=memory';

sql 'alter system set "_backup_disk_bufsz"=4194304 scope=memory';

ALLOCATE CHANNEL ch1 DEVICE TYPE DISK;

ALLOCATE CHANNEL ch2 DEVICE TYPE DISK;

ALLOCATE CHANNEL ch3 DEVICE TYPE DISK;

ALLOCATE CHANNEL ch4 DEVICE TYPE DISK;

ALLOCATE CHANNEL ch5 DEVICE TYPE DISK;

ALLOCATE CHANNEL ch6 DEVICE TYPE DISK;

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