Pular para o conteúdo

Fóruns Banco de dados Oracle RMAN – duplicate database RMAN – duplicate database

#106442
rman
Participante

    @Regis Araujo

    Não estou conseguindo alocar o canal auxiliar. Estou conectado no servidor de destino, segue:


    oracle@orarest1:/u01/app/oracle/product/11.2.0.4.0/db_1/dbs$ sqlplus / as sysdba

    SQL*Plus: Release 11.2.0.4.0 Production on Thu Mar 27 12:48:19 2014

    Copyright (c) 1982, 2013, Oracle. All rights reserved.

    Connected to:
    Oracle Database 11g Release 11.2.0.4.0 - 64bit Production

    SQL> shutdown immediate;
    ORA-01507: database not mounted

    ORACLE instance shut down.
    SQL> exit
    Disconnected from Oracle Database 11g Release 11.2.0.4.0 - 64bit Production
    oracle@orarest1:/u01/app/oracle/product/11.2.0.4.0/db_1/dbs$ sqlplus / as sysdba

    SQL*Plus: Release 11.2.0.4.0 Production on Thu Mar 27 12:48:38 2014

    Copyright (c) 1982, 2013, Oracle. All rights reserved.

    Connected to an idle instance.

    SQL> startup nomount;
    ORACLE instance started.

    Total System Global Area 8554127360 bytes
    Fixed Size 2198680 bytes
    Variable Size 4093645672 bytes
    Database Buffers 4412407808 bytes
    Redo Buffers 45875200 bytes
    SQL> exit
    Disconnected from Oracle Database 11g Release 11.2.0.4.0 - 64bit Production
    oracle@orarest1:/u01/app/oracle/product/11.2.0.4.0/db_1/dbs$ rman auxiliary /

    Recovery Manager: Release 11.2.0.4.0 - Production on Thu Mar 27 12:48:57 2014

    Copyright (c) 1982, 2011, Oracle and/or its affiliates. All rights reserved.

    connected to auxiliary database: REST1 (not mounted)

    RMAN> ALLOCATE AUXILIARY CHANNEL C1 TYPE 'SBT_TAPE' PARMS 'SBT_PARMS=(NSR_SERVER=XXXXXXXXX,NSR_CLIENT=XXXXXXXX,NSR_COMPRESSION=true)';

    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-00558: error encountered while parsing input commands
    RMAN-01009: syntax error: found "auxiliary": expecting one of: "channel"
    RMAN-01007: at line 1 column 10 file: standard input