Database Backup and Recovery (MOSC)

MOSC Banner

restore from rman database image copy

edited Sep 6, 2019 9:05PM in Database Backup and Recovery (MOSC) 12 commentsAnswered ✓

Hello , I used below command to take backup of database and need to restore this on dev server

RMAN> run

2> {

3> allocate channel t1 device type disk format '/prodoragridcn_01/app/oracle/work/%U';

4> backup as copy database;

5> }

Please suggest how do I restore from image database .

Best regards,

Vishal

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