RMAN 6217 not connected to auxiliary database with a net service name

Error:    RMAN 6217 (RMAN-06217 RMAN-6217)
Text:    not connected to auxiliary database with a net service name
---------------------------------------------------------------------------

Cause: A command that moves files from the target instance to the
       auxiliary instance was requested.  Such a command requires a
       net service name be present in the connect string used to
       connect to the auxiliary instance.

Action: Issue a CONNECT AUXILIARY command and include a net serice name
        in the connect string.  That service name must be valid on
        the target instance.


Example :
   % rman target sys/pw@target_db auxiliary sys/pw@auxiliary_db

来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/15747463/viewspace-768066/,如需转载,请注明出处,否则将追究法律责任。

转载于:http://blog.itpub.net/15747463/viewspace-768066/

你可能感兴趣的:(数据库)