Database Backup and Recovery (MOSC)

MOSC Banner

Error during RMAN Backup: No Listener

edited Sep 1, 2011 9:19AM in Database Backup and Recovery (MOSC) 2 commentsAnswered
Hi !!
I've two database servers with Oracle Enterprise Linux 5.4 and Oracle 11g R2 (11.2.0.2).  I'm trying to setup Database between these two and during this process I'm having error while trying to backup the database for standby using RMAN.

Following is the details:

Primary database:  utstp
Primary server: utah
Secondary database: utsts
Secondary Server: utah-copy

Following is the RMAN script:

run {
 allocate channel c1 type disk;
 allocate auxiliary channel s1 type disk;
 allocate auxiliary channel s2 type disk;
 duplicate target database for standby dorecover nofilenamecheck from active database
spfile parameter_value_convert ('UTSTP','UTSTS','UTSTS','UTSTP')  set db_name='UTST'
 set db_unique_name='UTSTS'

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