High Availability Data Guard, Sharding and Global Data Services (MOSC)

MOSC Banner

why i get the fail tips in the end of restore database?

i use rman backup and restore to build dataguard environmen.

i run all operators in primary site,e.g:

1) backup primary database;

2) copy backup set to slave site;(use scp utilize)

3) restore slave database in primary site, i use down cmd:

-- login primary site

# su - oracle

# rman target sys/xxx@drora11g  --- drora11g is the tnsname for slave database

RMAN> run

{

    restore standby controlfile from '/home/oracle/archive/orabackup/stbcontrolfile';

    alter database mount;

    restore database;

}

------------------------------- output --------------------------------------------------------------------------------

Starting restore at 11-JUL-14

allocated channel: ORA_DISK_1

channel ORA_DISK_1: SID=1146 instance=ora11g1 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