Unable to follow RMAN 11GR2 : DUPLICATE WITHOUT CONNECTING TO TARGET DATABASE [ID 874352.1]
Hello oracle master please help i try to follow above doc but the resul is fail. here my command and the error message.
[visdb@server-trial VIS]$ rman auxiliary /
Recovery Manager: Release 11.2.0.2.0 - Production on Tue Feb 7 13:55:42 2012
Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.
connected to auxiliary database: VIS (not mounted)
RMAN> duplicate database to VIS backup location '/ORACLE/VIS/';
Starting Duplicate Db at 07-FEB-12
contents of Memory Script:
{
sql clone "alter system set db_name =
''TRIAL'' comment=
''Modified by RMAN duplicate'' scope=spfile";
sql clone "alter system set db_unique_name =
''VIS'' comment=
''Modified by RMAN duplicate'' scope=spfile";
[visdb@server-trial VIS]$ rman auxiliary /
Recovery Manager: Release 11.2.0.2.0 - Production on Tue Feb 7 13:55:42 2012
Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.
connected to auxiliary database: VIS (not mounted)
RMAN> duplicate database to VIS backup location '/ORACLE/VIS/';
Starting Duplicate Db at 07-FEB-12
contents of Memory Script:
{
sql clone "alter system set db_name =
''TRIAL'' comment=
''Modified by RMAN duplicate'' scope=spfile";
sql clone "alter system set db_unique_name =
''VIS'' comment=
''Modified by RMAN duplicate'' scope=spfile";
0