Wrong connected auxiliary database
Hi,
I want to cloning prod database (PROD) to uat database (UAT). I have add UAT description in prod tnsnames.ora . Running RMAN from PROD, it is connected to wrong auxiliary database :
rman target / auxiliary sys/sysuat@UAT
Recovery Manager: Release 11.2.0.2.0 - Production on Wed Dec 21 17:00:33 2011
Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.
connected to target database: PROD (DBID=167798720)
connected to auxiliary database: PROD (not mounted)
RMAN connected to wrong auxiliary database.
Testing tnsping from prod, it is correctly ping to UAT database :
Used TNSNAMES adapter to resolve the alias
Attempting to contact (DESCRIPTION= (ADDRESS=(PROTOCOL=tcp)(HOST=oradb.agel.co.id)(PORT=1526)) (CONNECT_DATA= (SERVICE_NAME=UAT) (INSTANCE_NAME=UAT)))
I want to cloning prod database (PROD) to uat database (UAT). I have add UAT description in prod tnsnames.ora . Running RMAN from PROD, it is connected to wrong auxiliary database :
rman target / auxiliary sys/sysuat@UAT
Recovery Manager: Release 11.2.0.2.0 - Production on Wed Dec 21 17:00:33 2011
Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.
connected to target database: PROD (DBID=167798720)
connected to auxiliary database: PROD (not mounted)
RMAN connected to wrong auxiliary database.
Testing tnsping from prod, it is correctly ping to UAT database :
Used TNSNAMES adapter to resolve the alias
Attempting to contact (DESCRIPTION= (ADDRESS=(PROTOCOL=tcp)(HOST=oradb.agel.co.id)(PORT=1526)) (CONNECT_DATA= (SERVICE_NAME=UAT) (INSTANCE_NAME=UAT)))
0