RMAN-03009: ORA-17628: all duplicate Active

OS - Linux 64
Oracle 11.2.0.2.0

Database duplication "ssdev' to 'dupli' on the same server...

connected to target database: SSDEV (DBID = 2209227163)
connected to the auxiliary database: DUPLI (unassembled)

RMAN > database duplicated dupli nofilenamecheck of the active database.

From 1st March 11 Db double
using the control file of the target instead of recovery catalog database
allocated channel: ORA_AUX_DISK_1
channel ORA_AUX_DISK_1: SID = 134 type device = DISK

content of Script memory:
{
clone of SQL "create spfile from memory";
.....
...
...

then I get these...

From 1st March 11 backup
using channel ORA_DISK_1
channel ORA_DISK_1: from data file copy
Enter a number of file datafile = 00005 name=/u01/app/oracle/oradata/ssdev/apex01.dbf
RMAN-03009: failure of the backup command on the channel ORA_DISK_1 at 01/03/2011 15:58:47
ORA-17628: error Oracle 19505 returned by remote Oracle Server
continue other job steps, not a not working will not re-run
channel ORA_DISK_1: from data file copy
Enter a number of file datafile = name=/u01/app/oracle/oradata/ssdev/users01.dbf 00004


Ssdev trace file

------

minact-SNA-status of master: Greek-gmin scn:0 x 0000.00000000 - scn:0 x 0000.00000000 gcalc - scn:0 x 0000.00000000

2011-03-01 15:01:46.068
minact-SNA-status of master: Greek-gmin scn:0 x 0003 .83c1a2c2 - 0003 .83c1a2c2 gcalc - 0003 .83c1a2c2 x scn:0 x scn:0

2011-03-01 15:06:47.200
minact-SNA-status of master: Greek-gmin scn:0 x 0003 .83c1a3e3 - 0003 .83c1a3e3 gcalc - 0003 .83c1a3e3 x scn:0 x scn:0
minact-SNA-status of master: Greek-gmin scn:0 x 0003 .83c1a4e7 - 0003 .83c1a4e7 gcalc - 0003 .83c1a4e7 x scn:0 x scn:0

-------

Nothing in the alert log...

db_file_name_convert = (' / u01/app/oracle/oradata/ssdev '.' / u01/app/oracle/oradata/dupli ')

Is it a '. '. (DOT) or a ',' (COMMA) between the two railways?

Hemant K Collette

Tags: Database

Similar Questions

  • Duplicate database RMAN 11 GR 2 ORA-17627 ORA-01017 RMAN-03009 ORA-17628

    Hello

    I'm getting ORA-17627: ORA-01017: name of user and password invalid. connection refused when using the RMAN duplicate on the same host using the account Oracle DBA. The system is Linux Oracle and Oracle 11.2.0.1 5.5

    I tested the connectivity and passwords and everything works fine. What could be the reason of this problem please?

    Details below:

    Thank you.


    H3. Summary of the solution:

    A big thank you to all who responded! The problem is solved finally :-)

    The ORA-17627: ORA-01017 has been corrected using the connection string to connect to the target database, instead of target rman / in the command prompt
    $ rman
    RMAN> connect target sys/password@orcl
    RMAN> connect auxiliary sys/password@clonedb
    RMAN> duplicate target database to clonedb from active database;
    However, there was still another question:
    channel ORA_DISK_1: starting datafile copy
    input datafile file number=00001 name=+DATA/orcl/datafile/system.256.737564331
    RMAN-03009: failure of backup command on ORA_DISK_1 channel at 12/29/2010 14:40:21
    ORA-17628: Oracle error 19505 returned by remote Oracle server
    continuing other job steps, job failed will not be re-run
    The alert.log to the auxiliary database (clonedb) shows:

    Errors in the /u01/app/oracle/diag/rdbms/clonedb/clonedb/trace/clonedb_ora_6129.trc file:
    ORA-19505: impossible to identify the file ' / scratch/oradata/clonedb/datafile/orcl/datafile/system.256.737564331 '.
    ORA-27040: create file error, cannot create the file
    Linux-x86_64 error: 2: no such file or directory

    I fixed the problem by changing the following text in the settings of the clonedb instance file:

    * .db_file_name_convert =('+Data/ORCL/','/Scratch/oradata/clonedb/')
    * .log_file_name_convert =('+Data/ORCL/onlinelog/','/Scratch/oradata/clonedb/logfile/')

    Thank you!





    H3. Problem:
    [orcl@ol55]$ rman target /
    
    Recovery Manager: Release 11.2.0.1.0 - Production on Tue Dec 28 21:40:25 2010
    
    Copyright (c) 1982, 2009, Oracle and/or its affiliates.  All rights reserved.
    
    connected to target database: ORCL (DBID=1265345286)
    
    RMAN> connect auxiliary sys/test@clonedb
    
    connected to auxiliary database: CLONEDB (not mounted)
    
    RMAN> duplicate target database to clonedb from active database;
    
    Starting Duplicate Db at 28-DEC-10
    using target database control file instead of recovery catalog
    allocated channel: ORA_AUX_DISK_1
    channel ORA_AUX_DISK_1: SID=19 device type=DISK
    
    contents of Memory Script:
    {
       sql clone "create spfile from memory";
    }
    executing Memory Script
    
    sql statement: create spfile from memory
    
    contents of Memory Script:
    {
       shutdown clone immediate;
       startup clone nomount;
    }
    executing Memory Script
    
    Oracle instance shut down
    
    connected to auxiliary database (not started)
    Oracle instance started
    
    Total System Global Area     839282688 bytes
    
    Fixed Size                     2217992 bytes
    Variable Size                645924856 bytes
    Database Buffers             188743680 bytes
    Redo Buffers                   2396160 bytes
    
    contents of Memory Script:
    {
       sql clone "alter system set  db_name = 
     ''ORCL'' comment=
     ''Modified by RMAN duplicate'' scope=spfile";
       sql clone "alter system set  db_unique_name = 
     ''CLONEDB'' comment=
     ''Modified by RMAN duplicate'' scope=spfile";
       shutdown clone immediate;
       startup clone force nomount
       backup as copy current controlfile auxiliary format  '/scratch/oradata/clonedb/controlfile/control01.ctl';
       restore clone controlfile to  '/scratch/oradata/clonedb/controlfile/control02.ctl' from 
     '/scratch/oradata/clonedb/controlfile/control01.ctl';
       alter clone database mount;
    }
    executing Memory Script
    
    sql statement: alter system set  db_name =  ''ORCL'' comment= ''Modified by RMAN duplicate'' scope=spfile
    
    sql statement: alter system set  db_unique_name =  ''CLONEDB'' comment= ''Modified by RMAN duplicate'' scope=spfile
    
    Oracle instance shut down
    
    Oracle instance started
    
    Total System Global Area     839282688 bytes
    
    Fixed Size                     2217992 bytes
    Variable Size                645924856 bytes
    Database Buffers             188743680 bytes
    Redo Buffers                   2396160 bytes
    
    Starting backup at 28-DEC-10
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: SID=35 device type=DISK
    channel ORA_DISK_1: starting datafile copy
    copying current control file
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of Duplicate Db command at 12/28/2010 21:42:08
    RMAN-03015: error occurred in stored script Memory Script
    RMAN-03009: failure of backup command on ORA_DISK_1 channel at 12/28/2010 21:42:08
    ORA-17629: Cannot connect to the remote database server
    ORA-17627: ORA-01017: invalid username/password; logon denied
    ORA-17629: Cannot connect to the remote database server
    H3. Configuration

    H4. Listener and Tnsnames

    H3. Note: (UR = A) clause in tnsnames.ora is intended to operate with a dynamically
    Manager recorded for the SERVICE_NAME against SID is preferable. (ID 362656.1)

    $ cat /u01/app/oracle/product/11.2.0/grid/network/admin/listener.ora
    
    LISTENER =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = TCP)(HOST = ol55.example.com)(PORT = 1521))
        )
      )
    
    SID_LIST_LISTENER =
       (SID_LIST =
           (SID_DESC =
              (ORACLE_HOME= /u01/app/oracle/product/11.2.0/db)
              (SID_NAME = clonedb)
              (GLOBAL_DBNAME= clonedb.example.com)
           )
        )
    
    
    
    
    ADR_BASE_LISTENER = /u01/app/oracle
    
    ENABLE_GLOBAL_DYNAMIC_ENDPOINT_LISTENER = ON
    
    
    $ cat tnsnames.ora
    # tnsnames.ora Network Configuration File: /u01/app/oracle/product/11.2.0/db/network/admin/tnsnames.ora
    # Generated by Oracle configuration tools.
    
    CLONEDB =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = ol55.example.com)(PORT = 1521))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = clonedb.example.com)
          (UR = A)
        )
      )
    
    
    $ lsnrctl status
    
    LSNRCTL for Linux: Version 11.2.0.1.0 - Production on 28-DEC-2010 21:35:54
    
    Copyright (c) 1991, 2009, Oracle.  All rights reserved.
    
    Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
    STATUS of the LISTENER
    ------------------------
    Alias                     LISTENER
    Version                   TNSLSNR for Linux: Version 11.2.0.1.0 - Production
    Start Date                26-DEC-2010 02:59:35
    Uptime                    2 days 18 hr. 36 min. 18 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Parameter File   /u01/app/oracle/product/11.2.0/grid/network/admin/listener.ora
    Listener Log File         /u01/app/oracle/diag/tnslsnr/ol55/listener/alert/log.xml
    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=ol55.example.com)(PORT=1521)))
    Services Summary...
    Service "+ASM" has 1 instance(s).
      Instance "+ASM", status READY, has 1 handler(s) for this service...
    Service "clonedb.example.com" has 2 instance(s).
      Instance "clonedb", status UNKNOWN, has 1 handler(s) for this service...
      Instance "clonedb", status BLOCKED, has 1 handler(s) for this service...
    Service "orcl.example.com" has 1 instance(s).
      Instance "orcl", status READY, has 1 handler(s) for this service...
    Service "orclXDB.example.com" has 1 instance(s).
      Instance "orcl", status READY, has 1 handler(s) for this service...
    Service "test.example.com" has 1 instance(s).
      Instance "test", status READY, has 1 handler(s) for this service...
    Service "testXDB.example.com" has 1 instance(s).
      Instance "test", status READY, has 1 handler(s) for this service...
    The command completed successfully
    H4. pFile and spfile
    $ cat initclonedb.ora
    clonedb.__db_cache_size=192937984
    clonedb.__java_pool_size=4194304
    clonedb.__large_pool_size=4194304
    clonedb.__oracle_base='/u01/app/oracle'
    clonedb.__pga_aggregate_target=339738624
    clonedb.__sga_target=503316480
    clonedb.__shared_io_pool_size=0
    clonedb.__shared_pool_size=293601280
    clonedb.__streams_pool_size=0
    *.audit_file_dest='/u01/app/oracle/admin/clonedb/adump'
    *.audit_trail='db'
    *.backup_tape_io_slaves=TRUE
    *.compatible='11.2.0.0.0'
    *.control_files='/scratch/oradata/clonedb/controlfile/control01.ctl','/scratch/oradata/clonedb/controlfile/control02.ctl'
    *.db_block_checking='full'
    *.db_block_checksum='full'
    *.db_block_size=8192
    *.db_create_file_dest='/scratch/oradata/clonedb'
    *.db_domain='example.com'
    *.db_name='clonedb'
    *.db_recovery_file_dest='+FRA'
    *.db_recovery_file_dest_size=12884901888
    *.log_archive_dest='/scratch/oradata/clonedb/archivelog'
    *.diagnostic_dest='/u01/app/oracle'
    *.dispatchers='(PROTOCOL=TCP) (SERVICE=clonedbXDB)'
    *.memory_target=843055104
    *.open_cursors=300
    *.processes=150
    *.remote_login_passwordfile='EXCLUSIVE'
    *.undo_tablespace='UNDOTBS1'
    *.db_file_name_convert=('+DATA','/scratch/oradata/clonedb/datafile')
    *.log_file_name_convert=('+DATA','/scratch/oradata/clonedb/logifle')
    
    $ sqlplus / as sysdba
    
    SQL*Plus: Release 11.2.0.1.0 Production on Tue Dec 28 21:26:41 2010
    
    Copyright (c) 1982, 2009, Oracle.  All rights reserved.
    
    Connected to an idle instance.
    
    SQL> startup nomount pfile='$ORACLE_HOME/dbs/initclonedb.ora'
    ORACLE instance started.
    
    Total System Global Area  839282688 bytes
    Fixed Size              2217992 bytes
    Variable Size            641730552 bytes
    Database Buffers       192937984 bytes
    Redo Buffers              2396160 bytes
    SQL> 
    H4. Password file and the connection test
    $ orapwd file=$ORACLE_HOME/dbs/orapwclonedb password='test'
    
    $ sqlplus 'sys/test@clonedb as sysdba'
    
    SQL*Plus: Release 11.2.0.1.0 Production on Tue Dec 28 19:58:14 2010
    
    Copyright (c) 1982, 2009, Oracle.  All rights reserved.
    
    Connected to an idle instance.
    Published by: Dude on December 29, 2010 06:37

    Hi guy,
    Please configure the tnsnames and auditor of the target and auxiliary.
    That set the script to use OIC to connect in both instances like this:

    connect target sys/test@orcl
    connect auxiliary sys/test@clonedb

    Please after the release.
    Kind regards
    Tycho

  • RMAN-03009 and ORA-01858 everything by backing up archiving logs

    Hello!

    Since today, I get the above errors to backup the fra tape archiving logs. I tried the following: error ORA-01858 in RMAN during backup backupset format ' / test/rman/%U'
    If I manually do the backup for a client, it works!

    environment:
    Server: windows 2008 standard server
    Oracle: 10.2.0.4.0

    configuration of RMAN:
    CONFIGURE RETENTION POLICY TO THE 5 DAY RECOVERY WINDOW;
    CONFIGURE BACKUP OPTIMIZATION
    SET UP DEFAULT DISK DEVICE TYPE; # by default
    CONFIGURE CONTROLFILE AUTOBACKUP ON;
    CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO "%F" # by default
    SET UP THE DEVICE TYPE DISK PARALLELISM 1 BACKUP BACKUPSET TYPE; # by default
    CONFIGURE BACKUP OF DATA TO DISK FILE TYPE DEVICE TO 1; # by default
    CONFIGURE BACKUP ARCHIVELOG FOR DEVICE TYPE DISK TO 1; # by default
    CONFIGURE MAXSETSIZE TO UNLIMITED; # by default
    CONFIGURE ENCRYPTION OF DATABASE # by default
    CONFIGURE THE ENCRYPTION ALGORITHM "AES128"; # by default
    CONFIGURE THE NONE ARCHIVELOG DELETION POLICY; # by default
    CONFIGURE SNAPSHOT CONTROLFILE NAME TO ' D:\ORACLE\PRODUCT\10.2.0\DB_1\DATABASE\SNCFAPEX. ORA'; # by default

    Error log:
    Recovery Manager: Release 10.2.0.4.0 - Production on Thu Oct 1 04:30 2009

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

    connected to target database: APEX (DBID = 1331326226)
    connected to the recovery catalog database

    RMAN > sql 'alter system archive log current;
    2 > run {}
    3 > #-> drive backup
    4 > backup archivelog all;
    5 > # FRA-> band
    6 > allocate channel ch1 type 'sbt_tape '.
    7 > PARMS = "BLKSIZE = 262144, ENV = (CvClientName = ora5neu, CvInstanceName = Instance001)"; "
    8 > save the recovery area.
    {9 >}
    10 >
    SQL statement: alter system archive log current

    From backup 1st October 09
    Current archived log
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: sid = devtype 81 = DISK
    skip the log file archive D:\FRA\APEX\ARCHIVELOG\2009_09_10\O1_MF_1_2720_5BKO9BOL_. ARC; already saved 1 time
    ...
    skip the log file archive D:\FRA\APEX\ARCHIVELOG\2009_10_01\O1_MF_1_2981_5D7PZDXX_. ARC; already saved 1 time
    channel ORA_DISK_1: from archive newspaper backupset
    channel ORA_DISK_1: specification of archive log backup set
    archive log entry thread = 1 sequence = 2733 recid = 2733 stamp = 697286083
    archive log entry thread = 1 sequence = 2734 recid = 2734 stamp = 697293002
    archive log entry thread = 1 sequence = 2735 recid = 2735 stamp = 697293004
    archive log entry thread = 1 sequence = 2856 recid = 2856 stamp = 698142602
    archive log entry thread = 1 sequence = 2857 recid = 2857 stamp = 698142603
    archive log entry thread = 1 sequence = 2982 recid = 2982 stamp = 699078603
    archive log entry thread = 1 sequence = 2983 recid = 2983 stamp = 699078605
    channel ORA_DISK_1: starting piece 1 to October 1 09
    channel ORA_DISK_1: finished piece 1 to October 1 09
    piece handle = D:\FRA\APEX\BACKUPSET\2009_10_01\O1_MF_ANNNN_TAG20091001T043006_5D8520K4_. Tag BKP = comment TAG20091001T043006 = NONE
    channel ORA_DISK_1: complete set of backups, time: 00:00:03
    Backup finished on 1st October 09

    From control file and SPFILE Autobackup 1st October 09
    piece handle = D:\FRA\APEX\AUTOBACKUP\2009_10_01\O1_MF_S_699078626_5D8522W8_. Comment BKP = NONE
    File control finished and SPFILE Autobackup to on 1 October 09

    output channel: ORA_DISK_1
    allocated channel: ch1
    channel ch1: sid = 81 = SBT_TAPE devtype
    channel ch1: CommVault Systems for Oracle: Version 7.0.0 (BUILD76)

    From backup 1st October 09
    specification does not match any data file copy in the repository
    skip the log file archive D:\FRA\APEX\ARCHIVELOG\2009_09_10\O1_MF_1_2720_5BKO9BOL_. ARC; already saved 4 times
    ...
    jump key 5203 backupset; already saved 1 time
    channel ch1: from archive newspaper backupset
    channel ch1: specification of archive log backup set
    archive log entry thread = 1 sequence = 2982 recid = 2982 stamp = 699078603
    archive log entry thread = 1 sequence = 2983 recid = 2983 stamp = 699078605
    channel ch1: starting piece 1 to October 1 09
    channel ch1: finished piece 1 to October 1 09
    piece handle = i2kqm5vv_1_1 tag = comment TAG20091001T043031 = API 2.0, MMS Version 7.0.0.76 Version
    channel ch1: complete set of backups, time: 00:00:16
    entry count = 4670 stamp = 699064230 = creation_time backupset 1st October 09
    channel ch1: starting piece 1 to October 1 09
    RMAN-03009: failure of the backup command on channel ch1 at 2009-10-01 04:31:19
    ORA-01858: a non-digit character was found here where was waiting for a digital
    continue other job steps, not a not working will not re-run
    entry count = 4672 stamp = 699078622 = creation_time backupset 1st October 09
    channel ch1: starting piece 1 to October 1 09
    channel ch1: backup D:\FRA\APEX\BACKUPSET\2009_10_01\O1_MF_ANNNN_TAG20091001T043006_5D8520K4_ piece. BKP
    piece handle = i0kqm5uu_1_2 comment = API Version 2.0, Version MMS 7.0.0.76
    channel ch1: finished piece 1 to October 1 09
    channel ch1: complete set of backups, time: 00:00:07
    entry count = 4673 stamp = 699078626 = creation_time backupset 1st October 09
    channel ch1: starting piece 1 to October 1 09
    output channel: ch1
    RMAN-00571: ===========================================================
    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.
    RMAN-00571: ===========================================================
    RMAN-03009: failure of the backup command on channel ch1 at 01/10/2009 04:31:35
    ORA-01858: a non-digit character was found here where was waiting for a digital

    Complete recovery manager.

    Thanks for your help!

    Ciao,.
    Christian

    See my note of the Support of Oracle:

    Subject: RMAN backup fails with RMAN-03009 ORA-01858 ORA-01861
    DOC - ID: 744047.1 Type: PROBLEM
    Modification date: 20 March 2009 status: MODERATE

    This could be a NLS_DATE_FORMAT / NLS_LANG questioned.

  • ORA-01017 when duplicate RMAN database active

    Hello, ORACLE guru!

    I have some difficulties trying to reproduce DB via RMAN duplicate from active database.

    The script is simple:

     run
     {
     allocate channel ch1 device type disk;
     allocate auxiliary channel aux1 device type disk;
     duplicate target database to mydb from active database;
     }
    
    

    The problem is in this summary:

    Starting backup at 15-JAN-14
    channel ch1: starting datafile copy
    copying current control file
    Oracle instance started
    
    
    Total System Global Area   10689474560 bytes
    
    
    Fixed Size                     2237776 bytes
    Variable Size               4227861168 bytes
    Database Buffers            6442450944 bytes
    Redo Buffers                  16924672 bytes
    
    
    contents of Memory Script:
    {
       sql clone "alter system set  db_name =
    ''mydb'' comment=
    ''Reset to original value by RMAN'' scope=spfile";
       sql clone "alter system reset  db_unique_name scope=spfile";
       shutdown clone immediate;
    }
    executing Memory Script
    
    
    sql statement: alter system set  db_name =  ''mydb'' comment= ''Reset to original value by RMAN'' scope=spfile
    
    
    sql statement: alter system reset  db_unique_name scope=spfile
    
    
    Oracle instance shut down
    released channel: ch1
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of Duplicate Db command at 01/15/2014 12:16:07
    RMAN-05501: aborting duplication of target database
    RMAN-03015: error occurred in stored script Memory Script
    RMAN-03009: failure of backup command on ch1 channel at 01/15/2014 12:15:57
    ORA-17629: Cannot connect to the remote database server
    ORA-17627: ORA-01017: invalid username/password; logon denied
    ORA-17629: Cannot connect to the remote database server
    
    
    RMAN>
    RMAN>
    

    check and see the differences:

    The database with RMAN duplicate

  • ORA-17628: error Oracle 19505 returned by remote Oracle - Dup Active Server

    Hi all

    I'm doing a duplicate RMAN of a 11.2.0.4 database to another host on a different IP address.

    Goal

    SQL> select * from v$version;
    
    BANNER
    --------------------------------------------------------------------------------
    Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production
    

    Auxiliary (nomount)

    SQL> select * from v$version;
    
    BANNER
    --------------------------------------------------------------------------------
    Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production
    
    

    I've added an entry static listener to the file on the server to THE listener and start the instance in nomount.

    (SID_LIST =
       (SID_DESC =
          (GLOBAL_DBNAME = IST_11G)
          (ORACLE_HOME = /devdb3/u01b/app/oracle/product/11.2.0.4)
          (SID_NAME = IST_11G)
        )
    

    TNSNAMES on the server to THE:

    points to the TARGET server:

    IST_11G_192 = (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.0.48)(PORT = 1521))(CONNECT_DATA = (SERVER = DEDICATED)(SERVICE_NAME = IST_11G)(UR=A)))
    

    the server pointing to THE

    IST_11G = (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = 172.21.64.72)(PORT = 1521))(CONNECT_DATA = (SERVER = DEDICATED)(SERVICE_NAME = IST_11G)(UR=A)))
    

    TNSNAMES on the TARGET server:

    IST_11G_NEW = (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = 172.21.64.72)(PORT = 1521))(CONNECT_DATA = (SERVER = DEDICATED)(SERVICE_NAME = IST_11G)(UR=A)))
    

    instance pFile to THE:

    Using parameters in Server pfile /devdb3/u01b/app/oracle/product/11.2.0.4/dbs/initIST_11G.ora-side

    Parameters of the system with default values:

    db_name = "IST_11G".

    I have sftp file password above and named correctly.

    Check the connections

    --from target
    $ sqlplus sys/xxx@IST_11G_NEW as sysdba
    
    SQL*Plus: Release 11.2.0.4.0 Production on Tue Jun 30 08:32:10 2015
    
    Copyright (c) 1982, 2013, Oracle.  All rights reserved.
    
    
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    
    SQL>
    

    Since in THE

    $ sqlplus sys/xxx@IST_11G_192 as sysdba

    SQL * more: Release 11.2.0.4.0 Production on Mar 30 08:32:32 June 2015

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

    Connected to:

    Oracle Database 11 g Enterprise Edition Release 11.2.0.4.0 - 64 bit Production

    With partitioning, OLAP, Data Mining and Real Application Testing options

    SQL >

    So I checked that I have two means of connection, my at THE start and I can connect.

    Here's my RMAN command (Note: the TARGET servers and have the same host name, don't ask...) "This is why we use the IP address in the TNSNAMES):

    connection:

    rman target sys/xxx@IST_11G_192 auxiliary sys/xxx@IST_11G | tee /home/oracle/IST_11G_duplicate.log
    

    run
    {
      duplicate target database to IST_11G from active database
      NOFILENAMECHECK
      spfile
      set DB_FILE_NAME_CONVERT = '/devdb3/u01/oradata/IST_11G','/devdb3/u02d/oradata/IST_11G','/devdb3/u02/oradata/IST_11G','/devdb3/u02d/oradata/IST_11G'
      set LOG_FILE_NAME_CONVERT = '/devdb3/u01/oradata/IST_11G/','/devdb3/u03r/IST_11G_DEVDB3/'
      set control_files = '/devdb3/u03r/IST_11G_DEVDB3/controlfile/IST_11G_ctl1.ctl', '/devdb3/u04r/IST_11G_DEVDB3/controlfile/IST_11G_ctl2.ctl'
      set audit_file_dest = '/devdb3/u01b/app/oracle/product/11.2.0.4/rdbms/audit/'
      set diagnostic_dest = '/devdb3/u01b/app/oracle/'
      set log_archive_dest =  '/devdb3/u05f/fast_recovery/IST_11G/archivelogs/'
      set MEMORY_MAX_TARGET='1G'
      set MEMORY_TARGET='1G';
    }
    

    $ rman target sys/xxx@IST_11G_192 auxiliary sys/xxx@IST_11G | tee /home/oracle/IST_11G_duplicate.log
    
    Recovery Manager: Release 11.2.0.4.0 - Production on Tue Jun 30 08:37:02 2015
    
    Copyright (c) 1982, 2011, Oracle and/or its affiliates.  All rights reserved.
    
    connected to target database: IST_11G (DBID=525645852)
    connected to auxiliary database: IST_11G (not mounted)
    
    RMAN> run
    2> {
    3>   duplicate target database to IST_11G from active database
      NOFILENAMECHECK
      spfile
    4> 5> 6>   set DB_FILE_NAME_CONVERT = '/devdb3/u01/oradata/IST_11G','/devdb3/u02d/oradata/IST_11G','/devdb3/u02/oradata/IST_11G','/devdb3/u02d/oradata/IST_11G'
      set LOG_FILE_NAME_CONVERT = '/devdb3/u01/oradata/IST_11G/','/devdb3/u03r/IST_11G_DEVDB3/'
      set control_files = '/devdb3/u03r/IST_11G_DEVDB3/controlfile/IST_11G_ctl1.ctl', '/devdb3/u04r/IST_11G_DEVDB3/controlfile/IST_11G_ctl2.ctl'
    7>   set audit_file_dest = '/devdb3/u01b/app/oracle/product/11.2.0.4/rdbms/audit/'
    8>   set diagnostic_dest = '/devdb3/u01b/app/oracle/'
      set log_archive_dest =  '/devdb3/u05f/fast_recovery/IST_11G/archivelogs/'
    9>   set MEMORY_MAX_TARGET='1G'
      set MEMORY_TARGET='1G';
    10> }
    11>
    12>
    
    Starting Duplicate Db at Jun 30 2015 08:37:10
    using target database control file instead of recovery catalog
    allocated channel: ORA_AUX_DISK_1
    channel ORA_AUX_DISK_1: SID=216 device type=DISK
    
    contents of Memory Script:
    {
       backup as copy reuse
       targetfile  '/devdb3/oracle/app/oracle/product/11.2.0.4/dbs/spfileIST_11G.ora' auxiliary format
    '/devdb3/u01b/app/oracle/product/11.2.0.4/dbs/spfileIST_11G.ora'   ;
       sql clone "alter system set spfile= ''/devdb3/u01b/app/oracle/product/11.2.0.4/dbs/spfileIST_11G.ora''";
    }
    executing Memory Script
    
    Starting backup at Jun 30 2015 08:37:11
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: SID=365 device type=DISK
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of Duplicate Db command at 06/30/2015 08:37:12
    RMAN-05501: aborting duplication of target database
    RMAN-03015: error occurred in stored script Memory Script
    RMAN-03009: failure of backup command on ORA_DISK_1 channel at 06/30/2015 08:37:12
    ORA-17628: Oracle error 19505 returned by remote Oracle server
    
    RMAN>
    
    
    
    
    
    
    
    
    
    

    I can't understand why I'm getting ORA-17628: error Oracle 19505 returned by remote Oracle server.

    So, I try one of the commands connecting memory se scripts to check if was not a problem with my execution block.

    backup copy reuse targetfile ' / devdb3/oracle/app/oracle/product/11.2.0.4/dbs/spfileIST_11G.ora' auxiliary format ' / devdb3/u01b/app/oracle/product/11.2.0.4/dbs/spfileIST_11G.ora';

    $ rman target sys/sys_IST_11G@IST_11G_192 auxiliary sys/sys_IST_11G@IST_11G | tee /home/oracle/IST_11G_duplicate.log
    
    Recovery Manager: Release 11.2.0.4.0 - Production on Tue Jun 30 08:41:00 2015
    
    Copyright (c) 1982, 2011, Oracle and/or its affiliates.  All rights reserved.
    
    connected to target database: IST_11G (DBID=525645852)
    connected to auxiliary database: IST_11G (not mounted)
    
    RMAN> backup as copy reuse targetfile  '/devdb3/oracle/app/oracle/product/11.2.0.4/dbs/spfileIST_11G.ora' auxiliary format '/devdb3/u01b/app/oracle/product/11.2.0.4/dbs/spfileIST_11G.ora';
    
    Starting backup at Jun 30 2015 08:41:15
    using target database control file instead of recovery catalog
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: SID=365 device type=DISK
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03009: failure of backup command on ORA_DISK_1 channel at 06/30/2015 08:41:17
    ORA-17628: Oracle error 19505 returned by remote Oracle server
    
    RMAN>
    
    
    
    
    
    
    
    

    Same mistake.  Nothing is written for the journal of alerts.  IM starting to pull the hair is left on my head out and people start screaming for this database.  I could go back to datapump but I want to understand this.  Any help would be very much appreciated.

    Thank you.

    Yes, although this:

    connected to target database: IST_11G (DBID = 525645852)

    connected to the auxiliary database: IST_11G (unassembled)

    can say you that RMAN you connected the two separate databases, the process, instances should do research each other using tnsnames file entries.  Thus, incorrect tnsnames entries can have one instance pointing to itself.

    Hemant K Collette

  • DataGuard Setup: RMAN Duplicate active problem

    Experts,

    I am trying to set up a standby database single-server to a primary database RAC, using configurations of data Gaurad. In this process, I finished all the configurations, and I was about to run the RMAN script to duplicate primary DB on Standby DB.

    When I turn off the RMAN script, he throws under the errors:

    ince the backup to December 5, 11
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: SID = instance 901 = iam1 = DISK device type
    RMAN-00571: ===========================================================
    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.
    RMAN-00571: ===========================================================
    RMAN-03002: failure of Db in dual at 05/12/2011 15:31:42
    RMAN-05501: abandonment of duplicate target database
    RMAN-03015: an error has occurred in the script stored memory Script
    RMAN-03009: failure of the backup command on the channel ORA_DISK_1 at 05/12/2011 15:31:42
    ORA-17629: unable to connect to the remote database server
    ORA-17627: ORA-01031: insufficient privileges
    ORA-17629: unable to connect to the remote database server


    Additional information:
    -----------------------------

    -Password is correctly copied the main database and the RAC rescue.
    -Capable to connect to DB primary waiting for database via sqlplus tool.
    -Telnet is conversely works very well.
    -All the pings work correctly.

    Please let me know if you have any suggestions. Happy to provide further information if necessary.

    Thank you

    Make sure that you should not use the password file that is located under /dbs. There is a folder called "database", where a password file must have been already generated at installation time. Simply copy the file to the same location on the standby node. I hope it should work now.

    Thank you
    GK

  • RMAN-03009: failure of the delete command on... ORA-19606: can not copy or rest

    a server using 11.2.0.1.0 Suse Linux
    set up the catalog db, db main & job... almost anything with the company Manager
    keep backups 14 days

    To make 14 landfills full online, I had to archive active mode and try to get rid of these unwanted extra files.
    Additional I do every night (less til no db activity) a dump and I compress it.

    After a few days the backupjob complain that it cannot delete the old files.

    EM / manage all backups / cuts across all the)
    OVERLAP BACKUPSET;
    DUPLICATION OF COPY;
    )
    sucessful

    EM / manage all backup / delete older backups
    DELETE NOPROMPT OBSOLETE;
    )
    has failed.
    result of the script
    (
    Recovery Manager: release 11.2.0.1.0 - Production on kill 7 Sep 17:20:55 2010
    Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.
    RMAN >
    connected to target database: < SID > (DBID = 773091283)
    RMAN >
    connected to the recovery catalog database
    RMAN >
    echo on
    RMAN > DELETE NOPROMPT OBSOLETE;
    RMAN retention policy apply to the order
    RMAN retention policy is set to 14 days recovery window
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: SID = 196 type device = DISK
    Remove the following obsolete backups and copies:
    Making key time filename/handle type
    Control 3831 August 3, file copy 10/opt/oracle/base/product / 11 gR 1/db/dbs/snapcf_ < SID > .f
    18750 23 August 10 backup set
    Save the song 18754 23 August 10/srv/ora/data/flash_recovery_area / < SID > / o1_mf_nnndf_BACKUP_/2010_08_23/backupset < SID >CH0_673c0hbp_.bkp
    18751 23 August 10 backup set
    Save the song 18755 23 August 10/srv/ora/data/flash_recovery_area / < SID > / o1_mf_nnndf_BACKUP_/2010_08_23/backupset < SID >CH0_673c0hbo_.bkp
    19479 24 August 10 backup set
    ...
    Save the 19482 24 August 10/tmp/o0lm3qh9_1_1 song
    19490 24 August 10 backup set
    ...
    Game backup 20087 Aug 24, 10
    Save the song 20089-24 August 10/srv/ora/data/flash_recovery_area / < SID > /autobackup/2010_08_24/o1_mf_s_727891232_677n40r3_.bkp
    RMAN-00571: ===========================================================
    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.
    RMAN-00571: ===========================================================
    RMAN-03009: failure to delete the order on ORA_DISK_1 channel at 2010-09-07 17:20:57
    ORA-19606: can not copy or restore snapshot control file
    "exit";
    Complete recovery manager.
    )

    Google found some questions, but not editing responses.

    So far:
    -J' checked folder & users rights.
    -J' found some files in /tmp/ - yes I have "backup" the archivelogs saved to-delete files in / tmp - I only active archivelogmode so that I can onlinebackup
    -J' managed to connect via rman and run REMOVE OBSOLETE manual - result above.
    -Real I delete the game one by one to find the set of problems. (delete backupset 12345) in the list manually.


    Some a good idea of what went wrong?

    additional: is there a way to let the oracle to remove the archvielog directory-empy after you remove newspapers to breast?

    18:00 - the order "> of RMAN BACKUP CURRENT CONTROLFILE ' also fails.

    Edited by: 793286 the 07.09.2010 09:00

    You must have connected an SR with Oracle's Support.

    Hemant K Collette

  • ORA-19580: backup non-active conversation

    I started a backup in my work and the backup fails with the following error:

    From control file and SPFILE Autobackup 30 January 2013 05:37:40
    output channel: t1
    RMAN-00571: ===========================================================
    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.
    RMAN-00571: ===========================================================
    RMAN-03009: failure of command of file control and SPFILE Autobackup on channel t1 at the 30/01/2013 05:37:42
    ORA-19580: backup non-active conversation

    Complete recovery manager.


    I've seen several articles on the Web and not found workaround. Anyone know the solution or a step on this problem?


    Kind regards
    Bruno Reis

    You start this instance of SPFILE, and then remove this SPFILE? If so, then that is the problem, the backup is trying to save the SPFILE and default. Recreate the SPFILE from PFILE.

    Thank you

    Rich

  • duplicated in database: ends with error: rman-06136 ora-01110

    OS: Linux REDHAT 5
    DB: 11.2.0.3

    Source DB backed up using rman full backup incremental level 1 twice and scp all backupsets to auxiliary hosts.

    I try to reproduce as follows:
    Run {}
    data duplicated in TST
    UNTIL TIME ' TO_DATE (NOVEMBER 12, 2012 ',' ' HH24:MI:SS JJ/MM/AAAA).
    location of backup "/ stage/TST.
    NOFILENAMECHECK;
    }

    Everything worked out to restore all the, and then he proceeded to recover with following error message:

    Oracle error:
    ORA-01547: WARNING: RECOVER succeeded but OPEN RESETLOGS would get below error
    ORA-01194: file 1 needs a recovery more match
    ORA-01110: data file 1: '+ DAT/tst/datafile/system.279.799358399 '.

    Then he kept to the end with the following errors;
    ORACLE auxiliary database error: ORA-19751: could not create the file change tracking
    ORA-19750: change the trace file: "+ DAT/prds/changetracking/ctf.906.799250971".
    ORA-17502: ksfdcre:4 cannot create the +DAT/prds/changetracking/ctf.906.799250971 file
    ORA-15046: ASM '+ DAT/prds/changetracking/ctf.906.799250971' file name is not unique creation as a file

    Ignore the error, retry command after only two copies ends

    content of Script memory:
    {
    ALTER clone database open resetlogs;
    }
    execution of Script memory

    RMAN-00571: ===========================================================
    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.
    RMAN-00571: ===========================================================
    RMAN-03002: failure of Db in dual at 14/11/2012 22:26:18
    RMAN-05501: abandonment of duplicate target database
    RMAN-03015: an error has occurred in the script stored memory Script
    RMAN-06136: the auxiliary database ORACLE error: ORA-01194: file 1 needs a recovery more match
    ORA-01110: data file 1: '+ DAT/tst/datafile/system.279.799358399 '.

    RMAN >

    Should I proceed from here?

    Thank you.

    Yes

    Here is my document to support:

    During replication of the database, Rman error ora-1547, ora-1152, ora-1110 during recovery [274118.1 ID]

    Best regards

    mseberg

  • RMAN-03009

    Recovery Manager: release 11.1.0.6.0 - Production on Thu Oct 4 02:00:04 2012

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

    connected to target database: ORCL (DBID = 1238977257)

    RMAN >
    RMAN > RUN {
    2 > DATABASE INCREMENTAL LEVEL 0 BACKUP;
    3 > crosscheck backup;
    4 > overlap backupset;
    5 > delete noprompt obsolete;
    {6 >}
    7 > EXIT;
    From backup 4 October 12
    using the control file of the target instead of recovery catalog database
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: SID = 508 type device = DISK
    channel ORA_DISK_1: from incremental level 0 datafile backup set
    channel ORA_DISK_1: specifying datafile (s) in the backup set
    Enter a number of file datafile = name=/u02/app/oracle/oradata/orcl/users02.dbf 00021
    Enter a number of file datafile = name=/u02/app/oracle/oradata/orcl/users03.dbf 00022
    Enter a number of file datafile = name=/u02/app/oracle/oradata/orcl/users05.dbf 00030
    Enter a number of file datafile = name=/u02/app/oracle/oradata/orcl/users07.dbf 00033
    Enter a number of file datafile = name=/u02/app/oracle/oradata/orcl/users08.dbf 00034
    Enter a number of file datafile = name=/u02/app/oracle/oradata/orcl/users01.dbf 00004
    Enter a number of file datafile = name=/u02/app/oracle/oradata/orcl/users04.dbf 00029
    Enter a number of file datafile = name=/u02/app/oracle/oradata/orcl/users06.dbf 00032
    Enter a number of file datafile = name=/u02/app/oracle/oradata/orcl/system02.dbf 00020
    Enter a number of file datafile = name=/u02/app/oracle/oradata/orcl/sysaux01.dbf 00002
    Enter a number of file datafile = 00005 name=/u02/app/oracle/oradata/orcl/DEV_DATA01.dbf
    Enter a number of file datafile = name=/u02/app/oracle/oradata/orcl/undotbs01.dbf 00003
    Enter a number of file datafile = name=/u02/app/oracle/oradata/orcl/users10.dbf 00037
    Enter a number of file datafile = name=/u02/app/oracle/oradata/orcl/mmi_prod04.dbf 00031
    Enter a number of file datafile = name=/u02/app/oracle/oradata/orcl/DEV_DATA02.dbf 00016
    Enter a number of file datafile = name=/u02/app/oracle/oradata/orcl/DEV_DATA03.dbf 00017
    Enter a number of file datafile = name=/u02/app/oracle/oradata/orcl/DEV_DATA04.dbf 00018
    Enter a number of file datafile = name=/u02/app/oracle/oradata/orcl/DEV_DATA05.dbf 00019
    Enter a number of file datafile = name=/u02/app/oracle/oradata/orcl/mmi_prod02.dbf 00027
    Enter a number of file datafile = name=/u02/app/oracle/oradata/orcl/mmi_prod03.dbf 00028
    Enter a number of file datafile = name=/u02/app/oracle/oradata/orcl/mmi_prod01.dbf 00026
    Enter a number of file datafile = name=/u02/app/oracle/oradata/orcl/all_idx01.dbf 00024
    Enter a number of file datafile = name=/u02/app/oracle/oradata/orcl/all_idx02.dbf 00025
    Enter a number of file datafile = name=/u02/app/oracle/oradata/orcl/users09.dbf 00035
    Enter a number of file datafile = 00001 name=/u02/app/oracle/oradata/orcl/system01.dbf
    Enter a number of file datafile = name=/u02/app/oracle/oradata/orcl/DEV_INDX01.dbf 00006
    Enter a number of file datafile = name=/u02/app/oracle/oradata/orcl/DEV_INDX02.dbf 00023
    Enter a number of file datafile = name=/u02/app/oracle/oradata/orcl/PATH_TBL01.dbf 00011
    Enter a number of file datafile = name=/u02/app/oracle/oradata/orcl/all_idx03.dbf 00036
    Enter a number of file datafile = name=/u02/app/oracle/oradata/orcl/DEV_TEMP01.dbf 00007
    Enter a number of file datafile = name=/u02/app/oracle/oradata/orcl/KYA_IDX01.dbf 00008
    Enter a number of file datafile = name=/u02/app/oracle/oradata/orcl/LOB_IMAGE01.dbf 00009
    Enter a number of file datafile = name=/u02/app/oracle/oradata/orcl/PATH_IDX01.dbf 00010
    Enter a number of file datafile = name=/u02/app/oracle/oradata/orcl/RIS_DATA01.dbf 00012
    Enter a number of file datafile = name=/u02/app/oracle/oradata/orcl/RIS_INDX01.dbf 00013
    Enter a number of file datafile = name=/u02/app/oracle/oradata/orcl/TS_FREE01.dbf 00014
    Enter a number of file datafile = name=/u02/app/oracle/oradata/orcl/TS_RV11201.dbf 00015
    channel ORA_DISK_1: starting total, 1 to October 4, 12
    RMAN-00571: ===========================================================
    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.
    RMAN-00571: ===========================================================
    RMAN-03009: failure of the backup command on the channel ORA_DISK_1 at 04/10/2012 03:59:09
    ORA-19502: error on the file "/ media/disk-1/ora_df795751210_s780_s1" writing, block number 13957633 (block size = 8192)
    ORA-27072: IO file error
    Linux-x86_64 error: 2: no such file or directory
    Additional information: 4
    Additional information: 13957633
    Additional information: 778240

    Complete recovery manager.


    What is the solution

    ORA-19502: error on the file "/ media/disk-1/ora_df795751210_s780_s1" writing, block number 13957633 (block size = 8192)
    ORA-27072: IO file error
    Linux-x86_64 error: 2: no such file or directory

    not available to write the backup piece location "/ media/disk-1".
    Choose the correct location.

  • RMAN-03014/RMAN-03009 post measures to

    DB version: 10.1.0.4.

    This morning the incremental backups on production failed with
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of backup command at 06/27/2011 04:44:42
    RMAN-03014: implicit resync of recovery catalog failed
    RMAN-03009: failure of partial resync command on default channel at 06/27/2011 04:44:42
    ORA-01654: unable to extend index RMAN.BP_U1 by 128 in tablespace RMANCAT
    Well quite easy, I went and added a new data file to the tablespace, so there is now plenty of room.

    The script failed during the
    BACKUP INCREMENTAL LEVEL 1... DATABASE;
    step so that the controlfile and the standby control file was not saved.

    My question is, what I have to do something else or will be the next incremental backup (ran by day) working properly? Beyond the slightly increased risk due to a missing backup today should we need them for some reason, is there something I need to do or worry now that I allocated more space for the catalog. Note: Archiving Production logs are also going to a recovery site and a read-only DB ensures so that the information is out there like I need.

    Hello
    Like you solved the issue of space the next backup should work fine.
    As long as you have all the archives and it don't you level 0, you should be OK.
    Please post the result of backup tomorrow to confirm (or deny).
    (If you run level 0, but you're not, I would advice you to run a bootable backup.)
    Kind regards
    Tycho

  • RMAN-03009: failure to allocate command on ABC1 channel: Please consider the issue.

    I try to referesh a backup of the production database.

    My version of the database is: 11.1.0.7.0

    Backup is located on the tapes, which are available at the present time.

    Please see the scritp I'm runnning. and help me how to fix the error below.


    SQL 'alter session set optimizer_mode = RULE;
    UNTIL "2011-03-24-09: 21:45 ';"
    ALLOCATE channel AUXILIARY ABC1 DEVICE TYPE SBT_TAPE PARMS 'SBT_LIBRARY=/usr/openv/netbackup/bin/libobk.so ';
    ALLOCATE channel AUXILIARY ABC2 DEVICE TYPE SBT_TAPE PARMS 'SBT_LIBRARY=/usr/openv/netbackup/bin/libobk.so ';
    ALLOCATE channel AUXILIARY ABC3 DEVICE TYPE SBT_TAPE PARMS 'SBT_LIBRARY=/usr/openv/netbackup/bin/libobk.so ';
    ALLOCATE channel AUXILIARY ABC4 DEVICE TYPE SBT_TAPE PARMS 'SBT_LIBRARY=/usr/openv/netbackup/bin/libobk.so ';
    ALLOCATE channel AUXILIARY ABC5 DEVICE TYPE SBT_TAPE PARMS 'SBT_LIBRARY=/usr/openv/netbackup/bin/libobk.so ';
    ALLOCATE channel AUXILIARY ABC6 DEVICE TYPE SBT_TAPE PARMS 'SBT_LIBRARY=/usr/openv/netbackup/bin/libobk.so ';
    ALLOCATE channel AUXILIARY ABC7 DEVICE TYPE SBT_TAPE PARMS 'SBT_LIBRARY=/usr/openv/netbackup/bin/libobk.so ';
    ALLOCATE channel AUXILIARY ABC8 DEVICE TYPE SBT_TAPE PARMS 'SBT_LIBRARY=/usr/openv/netbackup/bin/libobk.so ';
    SEND "NB_ORA_SERV = msssn1.soat.com, NB_ORA_CLIENT = mssn1.soat.com";
    DUPLICATE THE ABC TARGET DATABASE;
    OUTPUT CHANNEL ABC1.
    ABC2 CHANNEL;
    OUTPUT CHANNEL ABC3.
    OUTPUT CHANNEL ABC4.
    CHANNEL ABC5.
    ABC6 CHANNEL;
    OUTPUT CHANNEL ABC7.
    OUTPUT CHANNEL ABC8;

    =====================================================================

    Error message...


    RMAN-00571: ===========================================================
    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.
    RMAN-00571: ===========================================================
    RMAN-03009: failure to allocate command on ABC1 channel to 26/03/2011 05:30:05
    ORA-19554: error device allocation, type of device: SBT_TAPE device name:
    ORA-27211: unable to load the media management library
    Additional information: 3857

    Published by: 784786 on March 26, 2011 03:19

    Which third-party library management (for example ibm TSM etc.) do you use?

    It seems that this is problem of backup server, which could be the possible reasons:

    1. the customer node is not registered correctly.
    2 backup server is busy and not able to allocate channels to a customer's request.
    etc.

    have ever run you backup for this computer?

  • RMAN error: ora-12705 while testing on the tape with EMC networker backup 7.63

    We failed with our script, rman with the following error. Version of the OS is redhat linux 5. DB version is 11.2.0.3

    Recovery Manager: release 11.2.0.3.0 - Production on Wed Sep 22:50:48 5 2012
    Copyright (c) 1982, 2011, Oracle and/or its affiliates. All rights reserved.

    RMAN > Connect target *;
    2 > #rman target / < < EOF
    3 > #rman target;
    4 > run {}
    5 > configure the parallelism of peripheral band type 4;
    6 > ALLOCATE CHANNEL ch1 TYPE 'SBT_TAPE ';
    7 > allocate Ribbon type channel ch2.
    8 > allocate Ribbon type channel ch3;
    9 > assign the channel type Ribbon ch4;
    10 > allocate Ribbon type channel ch5.
    11 > configure controlfile autobackup on;
    12 > configure the type of backup device type Ribbon backupset compressed;
    13 > INCREMENTAL LEVEL 0 BACKUP copy the TAG "fullcopy_prd" DATABASE
    14 > CHANNEL ch1.
    15 > CHANNEL ch2.
    16 > CHANNEL ch3;
    17 > CHANNEL ch4;
    18 > CHANNEL ch5.
    {19 >}
    20 > {EXECUTION
    21 > ALLOCATE CHANNEL ch1 TYPE 'SBT_TAPE ';
    22 > SAVE that copy ALL ARCHIVELOG;
    23 > SAVE that copy CURRENT CONTROLFILE;
    24 > CHANNEL ch1.
    25 > crosscheck backup;
    26 > delete NOPROMPT obsolete FORCE.
    {27 >}
    28 > "exit";
    RMAN-00571: ===========================================================
    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.
    RMAN-00571: ===========================================================
    ORA-12705: cannot access files of NLS data or invalid environment specified

    Complete recovery manager.

    The seller of bands is EMC networker 763. There are other other aix hosts running prod db supported by the same provider, we tried their script on the linux host, we got an exact same error.

    I wonder if I should setup NLS enviornment. but the emc network operates by setting variables in a config file in / etc /. He did information non-specific nls.

    Does he know this seller and this problem, please help me solve the problem.

    Thank you in advance.

    982335 wrote:
    RMAN-06583: at least 1 channel of TYPE DISK must be distributed to use the COPY AS option

    Since I was on backup as copy. So backup copy won't work on the Strip?

    Hello

    No, you can't backup as copy directly to tape.

    Don't know if it works but try this

    1. first copy the disk backup
    2. then backup datafilecopy all tape

    See you soon

  • I have thousands of photos stored on my laptop. Most are duplicates. Is there a way to delete all duplicates easily? Or I have to delete them one by one manually?

    I'm so out of space that I can not even run a disk defragmentation. I have ereased/deleted everything I can. I worked on the removal of all duplicate for 3 weeks now. Please, no matter who, me say there's another way to do it.

    Hey Bill,.

    I don't know if it's the best way, but what you could do is in the folder you are in, sort files by date modified. Most of the time, the duplicates are created at the same time or close.  Sort this will put all the duplicates together which makes them much easier to manage and delete.

    I hope this helps.

  • How can I run a free scan for pc to check all duplicates multuple files and text files

    How can I run a free scan for pc to check all duplicates multuple files and text files

    You can try Easy Duplicate File Finder

Maybe you are looking for

  • Sorry, we does not recognize your login details, please...

    Sorry, we were not to recognize your login details, please check your Skype name and password and try again. I use the two Winxp SP3 & SP1 32-bit Win7. version of Skype 6.18.59.106 last on winxp & win7. With the help of microsoft account @hotmail.com

  • Center solutions HP Office Jet Pro K5400 on Windows 7 Home Premium 64

    I am on Windows XP I had Solution Center HP that would allow me to see approach using ink and the balance of the ink in the cartridges. Is there a HP Solution Center, I can run on Windows 7 that will allow me to view rough use or balance of ink cartr

  • Error 0 x 80070643 widows Installer

    In Windows 7, I get an error 0 x 80070643 and a message 'there is a problem with this Windows Installer package. A program run as part of the Setup did not finish as expected. Contact your provider to support personal or package. "When I try and inst

  • BSOD stop when in Windows 7

    Hello I use a gateway PC (~ 3 years) running under Windows 7 (64-bit) and for some time now, the computer sometimes has problems of closure, it happens usually when the computer has been for awhile and will himself to sleep. Wake up, to help, so goin

  • Printer is not displayed

    The printer that I want to use does not appear in the list of printers in my Adobe reader well it comes in other pdf readers.I tried to reinstall both adobe reader and the printer driver.Any solution?