Database Backup and Recovery (MOSC)

MOSC Banner

RMAN copy from active database question

edited Jul 28, 2014 5:00AM in Database Backup and Recovery (MOSC) 3 commentsAnswered

i am doing a rman backup restore from active database
,its showing me which datafiles its copying but on the target system i dont see
them in asm yet.. is it normal?

oracle@dotstodb746:$ more restore.cmd

run {

allocate channel ch1 type disk;

allocate channel ch2 type disk;

allocate channel ch3 type disk;

allocate channel ch4 type disk;

allocate channel ch5 type disk;

allocate channel ch6 type disk;

allocate channel ch7 type disk;

allocate channel ch8 type disk;

allocate channel ch9 type disk;

allocate channel ch10 type disk;

allocate auxiliary channel auxch1 type disk;

allocate auxiliary channel auxch2 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