RMAN error Message

Hi All,
I am getting the below error message when running Oracle RMAN backup. Could you please suggest me to fix this issue as I didn't get proper information in browse.
RMAN-03009: failure of backup command on ORA_SBT_TAPE_6 channel at 12/18/2012 13:35:15
ORA-19864: Feature not implemented
Thanks,
Robin

Thanks for your reply. The requested output is the below:
DEVICE_TYPE DEVICE_NAME
SBT_TAPE
Thanks,
Robin

Similar Messages

  • RMan Error message Please Help

    Hi
    I have been trying to register a database in RMAN . Here are the steps I took on OS linux Mandrake 8.1 using ORACLE version 9.2.0.1.0
    SQL:
    CONNECT sys/password@ora AS SYSDBA
    CREATE TABLESPACE "RMAN"
    DATAFILE 'C:\ORACLE\ORADATA\W2K1\RMAN01.DBF' SIZE 6208K REUSE
    AUTOEXTEND ON NEXT 64K MAXSIZE 32767M
    EXTENT MANAGEMENT LOCAL
    SEGMENT SPACE MANAGEMENT AUTO;
    CREATE USER rman IDENTIFIED BY rman
    TEMPORARY TABLESPACE temp
    DEFAULT TABLESPACE rman
    QUOTA UNLIMITED ON rman;
    GRANT connect, resource, recovery_catalog_owner TO rman;
    rman catalog=rman/rman@ora
    Recovery Manager: Release 9.2.0.1.0 - Production
    Copyright (c) 1995, 2002, Oracle Corporation. All rights reserved.
    connected to recovery catalog database
    recovery catalog is not installed
    RMAN> create catalog tablespace "RMAN";
    recovery catalog created
    RMAN> exit
    Recovery Manager complete.
    rman catalog=rman/rman@ora target=sys/password@w2k2
    Recovery Manager: Release 9.2.0.1.0 - Production
    Copyright (c) 1995, 2002, Oracle Corporation. All rights reserved.
    connected to target database: ora (DBID=1371963417)
    connected to recovery catalog database
    RMAN> register database;
    This is returning the error message
    RMAN-00571:
    RMAN-00569:
    RMAN-00571:
    RMAN-03002:failure of register command at 07/16/03 12:56
    RMAN-03014:implicit resyncof recovery catalog failed
    RMAN-03009:failure of full resync command on default channel at 07/16/03
    ORA01001- cursor not valide

    Hi,
    First of all I would not use RMAN as a tablespace name. It may be confusing oracle and besides it maybe a reserved term not available for use and a cause for some of those errors listed.
    But here is what is in my notes that work.
    After the database is created named RCAT you must create the user RMAN. It is then after he is created the program will run.
    Create user RMAN
    SQL> CREATE TABLESPACE CATTBS
    'D/ORACLE/ORADATA/RECAT' SIZE 5M
    AUTOEXTEND ON;
    CREATE USER RMAN IDENTIFIED BY RMANTEMPORARY TABLESPACE TEMP
    DEFAULT TABLESPACE CATTBS
    QUOTA UNLIMITED ON CATTBS;
    After the user has been created you need to grant some permissions for him to use.
    GRANT RECOVERY_CATALOG_OWNER TO RMAN;
    COMMIT;
    GRANT CONNECT,RESOURCE TO RMAN;Now you need to create the RECOVERY CATALOG
    Go to the host operating system oracle/ora81/bin/RMAN.EXE and execute this script the following prompt shows up.
    RMAN>
    You now need to create the CATALOG in tablespace CATTBS.
    RMAN>CREATE CATALOG TABLESPACE CATTBS;
    responds with
    RMAN>RECOVERY CATALOG CREATED
    Now you need to run these two scripts CATALOG.SQL AND CATPROC.SQL
    RMAN>@D:\ORACLE\ORA81\RDBMS\ADMIN\CATALOG.SQL
    \CATPROC.SQL
    Running these two scripts now allows you to view the recovery catalog views.
    This completes the setup of the recovery catalog database.
    Now connect to your target
    RMAN> connect target internal/oracle@ora
    RMAN> connect RCVCAT rman/rman@rcat
    Give the command to register database:
    RMAN>register database
    it responds with
    RMAN>database registered in recovery catalog
    You need to connect to the RCAT database with the following command:
    RMAN>CONNECT CATALOG RMAN/RMAN@RCAT;
    Hope this format helps.
    Al

  • RMAN error messages appear in Dutch

    Dear all,
    RMAN messages appear in Dutch language which is rather difficult to understand. Can anyone suggest how can I make the language to english.
    from sql prompt alter session set nls_language and nls_territory has been given.
    from enterprise manager the settings has been changes from dutch to english.
    I am using Oracle 10g under Windows 2000. My windows 2000 is installed in dutch but oracle 10g was installed in english.
    Thanks in advance
    salim

    You should set that in the DOS command line using the SET command.
    Take as reference this other post:
    Re: What time is scn...
    Bye, Aron

  • Error Message from RMAN after backup

    Hello,
    I get this message when i try to backup a imported database:
    RMAN-00571: ==================================================
    =========
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ==================================================
    =========
    RMAN-03007: retryable error occurred during execution of command: backup
    RMAN-07004: unhandled exception during command execution on channel tut
    RMAN-10035: exception raised in RPC: ORA-19502: write error on file "/ora_db/backup/SKR/test.bak", blockno 238593 (blocksize=512)
    ORA-27069: skgfdisp: attempt to do I/O beyond the range of the file
    Additional information: 238593
    Additional information: 1024
    Additional information: 239121
    RMAN-10031: ORA-19624 occurred during call to DBMS_BACKUP_RESTORE.BACKUPPIECECREATE
    The RMAN ist configured correctly because i can backup the database before importing the dumpfile.
    I tryed to set the Parameter SETSIZE but then i get a different error message.
    Discspace free: 50 GB
    I hope someone can help me.
    Thorsten

    OK,
    its already done, you have to set "setsize" (Thanks to th e helper).
    But why?

  • Rman errors on restore archivelog

    Hi all,
    I am running scripts to back up database every day , but after while 7 days it start to give me errors like:
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of restore command at 12/16/2003 04:06:04
    RMAN-06026: some targets not found - aborting restore
    RMAN-06025: no backup of log thread 1 seq 43 scn 3924903 found to restore ...........
    that is script:
    $ORACLE_HOME/bin/rman target / << EOF
    configure retention policy to redundancy 3;
    configure retention policy to recovery window of 3 days;
    configure backup optimization on;
    configure controlfile autobackup off;
    configure default device type to Disk;
    configure device type Disk parallelism 1;
    configure datafile backup copies for device type Disk to 1;
    configure channel device type Disk format '/backup/%d_datafile_%s_%p.bak';
    configure maxsetsize to unlimited;
    configure snapshot controlfile name to '/backup/prod_snapcf.f';
    set controlfile autobackup format for device type Disk to '/backup/prod_controlfile_%F';
    show all;
    run {
    allocate channel ch1 type Disk maxpiecesize = 1900M;
    backup full database noexclude
    include current controlfile
    format '/backup/%d_datafile_%s_%p.bak'
    tag 'prod_datafile_daily';
    run {
    allocate channel ch1 type Disk maxpiecesize = 1900M;
    backup archivelog all
    delete all input
    format '/backup/%d_archivelog_%s_%p.bak'
    tag 'prod_archivelog_daily';
    run {
    allocate channel ch1 type Disk maxpiecesize = 1900M;
    backup format '/backup/%d_controlfile_%s.bak' current controlfile;
    crosscheck backup;
    restore controlfile to '/backup' validate;
    restore tablespace SYSTEM validate;
    restore archivelog all validate;
    list backup of database;
    report unrecoverable;
    report schema;
    report need backup;
    report obsolete;
    delete noprompt expired backup of database;
    delete noprompt expired backup of controlfile;
    quit
    I can resetlogs and that error disapeire
    Does anybody know that wrong with that script?
    Thanks

    Really the error is very strange realizing that if functions well for about 6 days or something like that.
    this is a notable line in the error.
    some targets not found - aborting restore
    I recommend you to check very well your targets path
    to be restore. I think that is the cause of the failure.
    Joel P�rez

  • RMAN ERROR ORA-04030 out of process memory allocate 1049100 bytes pga heap

    Hello,
    I have this problem with a production database 9.2.0.8.
    I attach the parameters from production database and repository rman database (9.2.0.8).
    PRODUCTION DB SERVER 9.2.0.8
    WINDOWS SERVER 2003 R2 SP1
    SQL> SHOW PARAMETER SGA
    NAME VALUE
    lock_sga FALSE
    pre_page_sga FALSE
    sga_max_size 1888562548
    SQL>
    SQL> SHOW PARAMETER PGA
    NAME VALUE
    pga_aggregate_target 335544320
    SQL> SHOW PARAMETER POOL
    NAME VALUE
    java_pool_size 33554432
    large_pool_size 134217728
    shared_pool_reserved_size 13421772
    shared_pool_size 268435456
    SQL> SHOW PARAMETER CACHE
    NAME VALUE
    db_cache_advice ON
    db_cache_size 1073741824
    REPOSITORY RMAN DB SERVER 9.2.0.8
    WINDOWS SERVER 2000 SP4
    SQL> SHOW PARAMETER SGA
    NAME VALUE
    lock_sga FALSE
    pre_page_sga FALSE
    sga_max_size 1074865628
    SQL> SHOW PARAMETER PGA
    NAME VALUE
    pga_aggregate_target 134217728
    SQL> SHOW PARAMETER POOL
    NAME VALUE
    java_pool_size 33554432
    large_pool_size 134217728
    shared_pool_reserved_size 6710886
    shared_pool_size 134217728
    SQL> SHOW PARAMETER CACHE
    NAME VALUE
    db_cache_size 134217728
    SCRIPT RMAN
    run {
    allocate channel t1 type disk;
    allocate channel t2 type disk;
    backup skip readonly filesperset = 1 format 'E:\rman\BDWEBEXT\BD_%d_%u_%s_%p.rmn' tag 'Backup Completo BDWEBEXT' database;
    release channel t1;
    release channel t2;
    ERROR
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03009: failure of backup command on t2 channel at 02/09/2008 14:46:58
    ORA-04030: out of process memory when trying to allocate 1049100 bytes (pga heap,KSFQ Buffers)
    Recovery Manager complete.
    Does someone know that it can be?
    Thank you

    how solve  ORA-04030: out of process memory when trying to allocate
    Sybrand Bakker
    Senior Oracle DBA

  • Rman Error at the end of the backup

    Hi Guru's
    When i am taking complete backup through Rman , At the end i am getting an error like 'there is no space in the Flash recovery area'.
    Error generation is like this,
    ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03009: failure of backup command on ORA_DISK_1 channel at 08/31/2006 09:02:37
    ORA-19502: write error on file "K:\ORACLE10G\PRODUCT\FLASH_RECOVERY_AREA\KAHRAMAA\WGISDB\BACKUPSET\2006_08_31\O1_MF_NCSDF_TAG20060831T090012_%U_.BKP", blockno 54401 (blocksize=16384)
    ORA-27072: File I/O error
    OSD-04008: WriteFile() failure, unable to write to file
    O/S-Error: (OS 112) There is not enough space on the disk.
    When I issue List backup command , the backup I have taken is available. How will I increase my Flash reovery area size??
    Please help
    Thanks & Cheers
    Antony

    I agree. I was curious why the OP mentioned 'getting an error like 'there is no space in the Flash recovery area''
    You can verify your flash recovery space with:
    SQL> SELECT * FROM V$RECOVERY_FILE_DEST;but as oradba mentioned, in this case it appears to be shortage of drive space.

  • Rman Error after non-unicode to unicode Conversion

    Dear All,
    I got the below error in SAP ECC 6.0 after converting to unicode version
    I scheduled Redo log backup in DB13 with verify option.Redo log backup is successful but Rman verify fails( not connected to database) with the below error.
    BR0002I BRARCHIVE 7.00 (44)
    BR0006I Start of offline redo log processing: aecxcgeb.svd 2010-03-31 05.00.17
    BR0484I BRARCHIVE log file: E:\oracle\HRD\saparch\aecxcgeb.svd
    BR0477I Oracle pfile E:\oracle\HRD\102\database\initHRD.ora created from spfile E:\oracle\HRD\102\database\spfileHRD.ora
    BR0101I Parameters
    Name                           Value
    oracle_sid                     HRD
    oracle_home                    E:\oracle\HRD\102
    oracle_profile                 E:\oracle\HRD\102\database\initHRD.ora
    sapdata_home                   E:\oracle\HRD
    sap_profile                    E:\oracle\HRD\102\database\inithrd.sap
    backup_dev_type                disk
    archive_copy_dir               E:\zz_backup\HRD
    compress                       no
    disk_copy_cmd                  copy
    cpio_disk_flags                -pdcu
    archive_dupl_del               only
    system_info                    SAPServiceHRD QCHR1 Windows 5.2 Build 3790 Service Pack 2 AMD64
    oracle_info                    HRD 10.2.0.2.0 8192 1399 12442755 QCHR1 UTF8 UTF8
    sap_info                       700 SAPHRD 0002LK0003HRD0011F01141457250015Maintenance_ORA
    make_info                      NTAMD64 OCI_10201_SHARE Dec 14 2009
    command_line                   brarchive -u / -jid LOG__20100326050000 -c force -p inithrd.sap -sd -w use_rmv
    BR0280I BRARCHIVE time stamp: 2010-03-31 05.00.23
    BR0008I Offline redo log processing for database instance: HRD
    BR0009I BRARCHIVE action ID: aecxcgeb
    BR0010I BRARCHIVE function ID: svd
    BR0048I Archive function: save_delete
    BR0011I 33 offline redo log files found for processing, total size 1439.778 MB
    BR0112I Files will not be compressed
    BR0130I Backup device type: disk
    BR0106I Files will be saved on disk in directory: E:\zz_backup\HRD
    BR0136I Verify option with value 'use_rmv' set - double work to do
    BR1391I RMAN will be used for verification
    BR0134I Unattended mode with 'force' active - no operator confirmation allowed
    BR0202I Saving init_ora
    BR0203I to E:\zz_backup\HRD\HRD ...
    BR0202I Saving E:\oracle\HRD\102\database\inithrd.sap
    BR0203I to E:\zz_backup\HRD\HRD ...
    BR0280I BRARCHIVE time stamp: 2010-03-31 05.00.23
    BR0198I Profiles saved successfully
    BR0428W File E:\zz_backup\HRD\HRDARCHARC01366_0711116899.001 will be overwritten
    BR0202I Saving E:\oracle\HRD\oraarch\HRDARCHARC01366_0711116899.001
    BR0203I to E:\zz_backup\HRD\HRDARCHARC01366_0711116899.001 ...
    #ARCHIVE.. E:\oracle\HRD\oraarch\HRDARCHARC01366_0711116899.001
    #SAVED.... E:\zz_backup\HRD\HRDARCHARC01366_0711116899.001  #1/1
    BR0428W File E:\oracle\HRD\sapreorg\HRDARCHARC01366_0711116899.001 will be overwritten
    BR0280I BRARCHIVE time stamp: 2010-03-31 05.00.25
    BR0351I Restoring E:\oracle\HRD\sapreorg\HRDARCHARC01366_0711116899.001
    BR0355I from E:\zz_backup\HRD\HRDARCHARC01366_0711116899.001 ...
    BR0280I BRARCHIVE time stamp: 2010-03-31 05.00.25
    BR0568I Verifying E:\ZZ_BACKUP\HRD\HRDARCHARC01366_0711116899.001 using RMAN...
    BR0278E Command output of 'E:\oracle\HRD\102\BIN\rman nocatalog':
    Recovery Manager: Release 10.2.0.2.0 - Production on Wed Mar 31 05:00:28 2010
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    RMAN>
    RMAN> connect target *
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    ORA-12640: Authentication adapter initialization failed
    RMAN> *end-of-file*
    RMAN>
    host command complete
    RMAN>
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of catalog command at 03/31/2010 05:00:29
    RMAN-06171: not connected to target database
    RMAN> 2> 3>
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of allocate command at 03/31/2010 05:00:29
    RMAN-06171: not connected to target database
    RMAN>
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of uncatalog command at 03/31/2010 05:00:29
    RMAN-06171: not connected to target database
    RMAN>
    Recovery Manager complete.
    BR0280I BRARCHIVE time stamp: 2010-03-31 05.00.29
    BR0279E Return code from 'E:\oracle\HRD\102\BIN\rman nocatalog': 1
    BR0536E RMAN call for database instance HRD failed
    BR0280I BRARCHIVE time stamp: 2010-03-31 05.00.29
    BR0587E Verification of archivelog file using RMAN failed
    BR0570E Verification of backup of E:\oracle\HRD\oraarch\HRDARCHARC01366_0711116899.001 using RMAN failed due to previous errors
    BR0016I 0 offline redo log files processed, total size 45.003 MB
    BR0007I End of offline redo log processing: aecxcgeb.svd 2010-03-31 05.00.29
    BR0280I BRARCHIVE time stamp: 2010-03-31 05.00.29
    BR0005I BRARCHIVE terminated with errors
    Please help on this
    Thanks and Regards,
    Vadivelan.N

    Hi,
    FInd the trans.log file content below after commenting in both the locations
    4 ETW000 r3trans version 6.14 (release 700 - 03.11.09 - 14:15:00).
    4 ETW000 unicode enabled version
    4 ETW000 ===============================================
    4 ETW000
    4 ETW000 date&time   : 01.04.2010 - 21:45:00
    4 ETW000 control file: <no ctrlfile>
    4 ETW000 R3trans was called as follows: r3trans -d
    4 ETW000  trace at level 2 opened for a given file pointer
    4 ETW000  [dev trc     ,00000]  Thu Apr 01 21:45:00 2010                                                   0  0.000000
    4 ETW000  [dev trc     ,00000]  db_con_init called                                                         0  0.000000
    4 ETW000  [dev trc     ,00000]  create_con (con_name=R/3)                                                  0  0.000000
    4 ETW000  [dev trc     ,00000]  Loading DB library 'dboraslib.dll' ...                                     0  0.000000
    4 ETW000  [dev trc     ,00000]  DlLoadLib success: LoadLibrary("dboraslib.dll"), hdl 0, addr 00000001887A0000
    4 ETW000                                                                                3905  0.003905
    4 ETW000  [dev trc     ,00000]      using "D:\usr\sap\HRD\SYS\exe\uc\NTAMD64\dboraslib.dll"                8  0.003913
    4 ETW000  [dev trc     ,00000]  Library 'dboraslib.dll' loaded                                             9  0.003922
    4 ETW000  [dev trc     ,00000]  function DbSlExpFuns loaded from library dboraslib.dll                    11  0.003933
    4 ETW000  [dev trc     ,00000]  Version of 'dboraslib.dll' is "700.08", patchlevel (0.234)               177  0.004110
    4 ETW000  [dev trc     ,00000]  function dsql_db_init loaded from library dboraslib.dll                   10  0.004120
    4 ETW000  [dev trc     ,00000]  function dbdd_exp_funs loaded from library dboraslib.dll                  17  0.004137
    4 ETW000  [dev trc     ,00000]  New connection 0 created                                                  18  0.004155
    4 ETW000  [dev trc     ,00000]  000: name = R/3, con_id = -000000001, state = DISCONNECTED, tx = NO , hc = NO , perm = YES,
    4 ETW000                             reco = NO , frco = NO , timeout = 000, con_max = 255, con_opt = 255, occ = NO
    4 ETW000                                                                                52  0.004207
    4 ETW000  [dev trc     ,00000]  db_con_connect (con_name=R/3)                                             14  0.004221
    4 ETW000  [dev trc     ,00000]  find_con_by_name found the following connection for reuse:                 8  0.004229
    4 ETW000  [dev trc     ,00000]  000: name = R/3, con_id = 000000000, state = DISCONNECTED, tx = NO , hc = NO , perm = YES,
    4 ETW000                             reco = NO , frco = NO , timeout = 000, con_max = 255, con_opt = 255, occ = NO
    4 ETW000                                                                                22  0.004251
    4 ETW000  [dev trc     ,00000]  CLIENT_ORACLE_HOME is not set as environment variable or                 255  0.004506
    4 ETW000                        DIR_CLIENT_ORAHOME is not set as profile parameter.
    4 ETW000                          assuming using instant client with unspecified location.
    4 ETW000  [dev trc     ,00000]  -->oci_init1                                                              30  0.004536
    4 ETW000  [dev trc     ,00000]  Oracle Client Version: '10.2.0.2.0'                                     5667  0.010203
    4 ETW000  [dev trc     ,00000]    Default connection: tnsname ='HRD'                                      14  0.010217
    4 ETW000  [dev trc     ,00000]  -->oci_initialize(con_hdl=0, char='', nchar='')                           12  0.010229
    4 ETW000  [dev trc     ,00000]  application info callback registered                                       9  0.010238
    4 ETW000  [dev trc     ,00000]  OCIEnvCreate(mode=16384=OCI_UTF16) returned 0 (for default NLS handle)
    4 ETW000                                                                                2149  0.012387
    4 ETW000  [dev trc     ,00000]     OCIHandleAlloc(OCI_HTYPE_ERROR, con_hdl=0, ErrHp=000000000031BCB0)
    4 ETW000                                                                                74  0.012461
    4 ETW000  [dev trc     ,00000]     OCIHandleAlloc(OCI_HTYPE_ERROR, con_hdl=0, ErrBt=0000000000321478)
    4 ETW000                                                                                20  0.012481
    4 ETW000  [dev trc     ,00000]  Client character set UTF16 -> UTF8                                        88  0.012569
    4 ETW000  [dev trc     ,00000]  Client NLS setting (OCINlsGetInfo): connection handle 0 -> 'AMERICAN_AMERICA.UTF8'
    4 ETW000                                                                                16  0.012585
    4 ETW000  [dev trc     ,00000]  charset='', chset='UTF8', UNI_ASC=FALSE/FALSE                              9  0.012594
    4 ETW000  [dev trc     ,00000]  Logon as OPS$-user to get SAPHRD's password                                9  0.012603
    4 ETW000  [dev trc     ,00000]  Connecting as /@HRD on connection 0 (nls_hdl 0) ... (dbsl 700 251109)
    4 ETW000                                                                                18  0.012621
    4 ETW000  [dev trc     ,00000]  Nls CharacterSet                 NationalCharSet                   EnvHp      ErrHp ErrHpBatch
    4 ETW000                                                                                16  0.012637
    4 ETW000  [dev trc     ,00000]    0 UTF8                                                      00000000076DF090 000000000031BCB0 0000000000321478
    4 ETW000                                                                                17  0.012654
    4 ETW000  [dev trc     ,00000]  Allocating service context handle for con_hdl=0                           33  0.012687
    4 ETW000  [dev trc     ,00000]  Allocating server context handle                                          13  0.012700
    4 ETW000  [dev trc     ,00000]  Attaching to DB Server HRD (con_hdl=0,svchp=0000000000321338,srvhp=00000000076FE0E8)
    4 ETW000                                                                                43  0.012743
    4 ETW000  [dev trc     ,00000]  Assigning server context 00000000076FE0E8 to service context 0000000000321338
    4 ETW000                                                                                9179  0.021922
    4 ETW000  [dev trc     ,00000]  Allocating user session handle                                            34  0.021956
    4 ETW000  [dev trc     ,00000]  Starting user session: OCISessionBegin(con_hdl=0, usr='/',svchp=0000000000321338, srvhp=00000000076FE0E8, usrhp=000000000031C4C8)
    4 ETW000                                                                                23  0.021979
    4 ETW000  [dev trc     ,00000]     OCISessionBegin(OCI_DEFAULT) failed with -1=OCI_ERROR               26181  0.048160
    4 ETW000  [dev trc     ,00000]     OCISessionBegin(OCI_DEFAULT) failed with SQL error 1017:               75  0.048235
    4 ETW000  [dev trc     ,00000]     ORA-01017: invalid username/password; logon denied                                                                       
    4 ETW000                                                                                26  0.048261
    4 ETW000  [dbsloci.    ,00000]  *** ERROR => CONNECT failed with sql error '1017'                         27  0.048288
    4 ETW000  [dev trc     ,00000]     set_ocica() -> SQL error code 1017                                     18  0.048306
    4 ETW000  [dev trc     ,00000]  -->oci_get_errmsg (con_hdl=0, rc=1017)                                    20  0.048326
    4 ETW000  [dev trc     ,00000]     OCIErrorGet -> SQL error code: 1017                                    35  0.048361
    4 ETW000  [dev trc     ,00000]     ORA-01017: invalid username/password; logon denied                                                                       
    4 ETW000                                                                                16  0.048377
    4 ETW000  [dev trc     ,00000]  Try to connect with default password                                       9  0.048386
    4 ETW000  [dev trc     ,00000]  Connecting as SAPHRD/<pwd>@HRD on connection 0 (nls_hdl 0) ... (dbsl 700 251109)
    4 ETW000                                                                                54  0.048440
    4 ETW000  [dev trc     ,00000]  Nls CharacterSet                 NationalCharSet                   EnvHp      ErrHp ErrHpBatch
    4 ETW000                                                                                15  0.048455
    4 ETW000  [dev trc     ,00000]    0 UTF8                                                      00000000076DF090 000000000031BCB0 0000000000321478
    4 ETW000                                                                                17  0.048472
    4 ETW000  [dev trc     ,00000]  Assigning username to user session: con_hdl=0, usrhp=000000000031C4C8
    4 ETW000                                                                                13  0.048485
    4 ETW000  [dev trc     ,00000]  Assigning password to user session: con_hdl=0, usrhp=000000000031C4C8
    4 ETW000                                                                                20  0.048505
    4 ETW000  [dev trc     ,00000]  Starting user session: OCISessionBegin(con_hdl=0, usr=SAPHRD/<pwd>, svchp=0000000000321338, srvhp=00000000076FE0E8, usrhp=000000000031C4C8)
    4 ETW000                                                                                20  0.048525
    4 ETW000  [dev trc     ,00000]     OCISessionBegin(OCI_DEFAULT) failed with -1=OCI_ERROR                2398  0.050923
    4 ETW000  [dev trc     ,00000]     OCISessionBegin(OCI_DEFAULT) failed with SQL error 1017:               61  0.050984
    4 ETW000  [dev trc     ,00000]     ORA-01017: invalid username/password; logon denied                                                                       
    4 ETW000                                                                                25  0.051009
    4 ETW000  [dbsloci.    ,00000]  *** ERROR => CONNECT failed with sql error '1017'                         17  0.051026
    4 ETW000  [dev trc     ,00000]     set_ocica() -> SQL error code 1017                                     13  0.051039
    4 ETW000  [dev trc     ,00000]  -->oci_get_errmsg (con_hdl=0, rc=1017)                                    14  0.051053
    4 ETW000  [dev trc     ,00000]     OCIErrorGet -> SQL error code: 1017                                    55  0.051108
    4 ETW000  [dev trc     ,00000]     ORA-01017: invalid username/password; logon denied                                                                       
    4 ETW000                                                                                29  0.051137
    4 ETW000  [dblink      ,00433]  ***LOG BY2=>sql error 1017   performing CON [dblink#8 @ 433]              32  0.051169
    4 ETW000  [dblink      ,00433]  ***LOG BY0=>ORA-01017: invalid username/password; logon denied [dblink#8 @ 433]
    4 ETW000                                                                                14  0.051183
    2EETW169 no connect possible: "DBMS = ORACLE                           --- dbs_ora_tnsname = 'HRD'"

  • RMAN-03002 RMAN Error !

    Hello,For testing purposes I am duplicating my database from 11gR1 to 11gR2 on Windows XP.
    The Oracle Sid of my database SOurce, which is in 11gR1 is : DB01.
    The Oracle Sid of my auxiliary database , which is in 11gR2 is : DB02.
    I am using RMAN for the duplication.
    First of all, I have create a pfile from the DB01 and modified it as following :
    *.audit_trail='DB_EXTENDED'
    *.compatible='11.1.0.0.0'
    *.control_files=('C:\app\werner\oradata\db02\CONTROL01.CTL','C:\app\werner\oradata\db02\CONTROL02.CTL','C:\app\werner\oradata\db02\CONTROL03.CTL')
    *.db_file_name_convert=('F:\app\werner\oradata\db01','C:\app\werner\oradata\db02')
    *.log_file_name_convert=('F:\app\werner\oradata\db01','C:\app\werner\oradata\db02')
    *.db_block_size=8192
    *.db_domain=''
    *.db_name='db01'
    *.db_recovery_file_dest_size=21474836480
    *.dispatchers='(PROTOCOL=TCP) (SERVICE=db01XDB)'
    *.memory_target=857735168
    *.nls_numeric_characters=',.'
    *.open_cursors=300
    *.processes=150
    *.remote_login_passwordfile='EXCLUSIVE'
    *.undo_tablespace='UNDOTBS1'The I startup my DB02 in nomount state with :
    startup nomount pfile=C:\app\werner\product\11.2.0\dbhome_1\pfile.orafrom RMAN :
    I have backup the whole DB01 (the target database) database with Archivelog all. and connect to the auxiliary nomount DB02 database and
    I issue the command duplicate target database to db01 but I have the following Error which means I think the auxiliary database stop at mount state
    RMAN> duplicate target database to db01;
    Iniciando Duplicate Db en 13/09/10
    canal asignado: ORA_AUX_DISK_1
    canal ORA_AUX_DISK_1: SID=10 tipo de dispositivo=DISK
    contenido del archivo de comandos de memoria:
       set until scn  10225405;
       set newname for datafile  1 to
    "C:\APP\WERNER\ORADATA\DB02\SYSTEM01.DBF";
       set newname for datafile  2 to
    "C:\APP\WERNER\ORADATA\DB02\SYSAUX01.DBF";
       set newname for datafile  3 to
    "C:\APP\WERNER\ORADATA\DB02\UNDOTBS01.DBF";
       set newname for datafile  4 to
    "C:\APP\WERNER\ORADATA\DB02\USERS01.DBF";
       set newname for datafile  5 to
    "C:\APP\WERNER\ORADATA\DB02\EXAMPLE01.DBF";
       set newname for datafile  6 to
    "C:\APP\WERNER\ORADATA\DB02\DATA01.DBF";
       set newname for datafile  7 to
    "C:\APP\WERNER\ORADATA\DB02\REPOSITORY_FOR_RMAN.DBF";
       restore
       clone database
    ejecutando archivo de comandos de memoria
    ejecutando el comando: SET until clause
    ejecutando el comando: SET NEWNAME
    ejecutando el comando: SET NEWNAME
    ejecutando el comando: SET NEWNAME
    ejecutando el comando: SET NEWNAME
    ejecutando el comando: SET NEWNAME
    ejecutando el comando: SET NEWNAME
    ejecutando el comando: SET NEWNAME
    Iniciando restore en 13/09/10
    usando el canal ORA_AUX_DISK_1
    canal ORA_AUX_DISK_1: iniciando restauraci¾n del juego de copias de seguridad de
    archivos de datos
    canal ORA_AUX_DISK_1: especificando archivo(s) de datos para restaurar del juego
    de copias de seguridad
    canal ORA_AUX_DISK_1: restaurando el archivo de datos 00001 a C:\APP\WERNER\O
    RADATA\DB02\SYSTEM01.DBF
    canal ORA_AUX_DISK_1: restaurando el archivo de datos 00002 a C:\APP\WERNER\O
    RADATA\DB02\SYSAUX01.DBF
    canal ORA_AUX_DISK_1: restaurando el archivo de datos 00003 a C:\APP\WERNER\O
    RADATA\DB02\UNDOTBS01.DBF
    canal ORA_AUX_DISK_1: restaurando el archivo de datos 00004 a C:\APP\WERNER\O
    RADATA\DB02\USERS01.DBF
    canal ORA_AUX_DISK_1: restaurando el archivo de datos 00005 a C:\APP\WERNER\O
    RADATA\DB02\EXAMPLE01.DBF
    canal ORA_AUX_DISK_1: restaurando el archivo de datos 00006 a C:\APP\WERNER\O
    RADATA\DB02\DATA01.DBF
    canal ORA_AUX_DISK_1: restaurando el archivo de datos 00007 a C:\APP\WERNER\O
    RADATA\DB02\REPOSITORY_FOR_RMAN.DBF
    canal ORA_AUX_DISK_1: leyendo desde la parte de copia de seguridad F:\APP\DB01\FLASH_RECOVERY_AREA\DB01\BACKUPSET\2010_09_13\O1_MF_NNNDF_TAG20100913T21141
    8_68WY0CBQ_.BKP
    canal ORA_AUX_DISK_1: manejador de parte=F:\APP\DB01\FLASH_RECOVERY_AREA\DB01\BACKUPSET\2010_09_13\O1_MF_NNNDF_TAG20100913T211418_68WY0CBQ_.BKP etiqueta=T
    AG20100913T211418
    canal ORA_AUX_DISK_1: parte 1 de la copia de seguridad restaurada
    canal ORA_AUX_DISK_1: restauraci¾n terminada, tiempo transcurrido: 00:04:45
    restore terminado en 13/09/10
    sentencia sql: CREATE CONTROLFILE REUSE SET DATABASE "DB01" RESETLOGS ARCHIVE
    LOG
      MAXLOGFILES     16
      MAXLOGMEMBERS      3
      MAXDATAFILES      100
      MAXINSTANCES     8
      MAXLOGHISTORY      292
    LOGFILE
      GROUP  1 ( 'C:\APP\WERNER\ORADATA\DB02\REDO01.LOG' ) SIZE 50 M  REU
    SE,
      GROUP  2 ( 'C:\APP\WERNER\ORADATA\DB02\REDO02.LOG' ) SIZE 50 M  REU
    SE,
      GROUP  3 ( 'C:\APP\WERNER\ORADATA\DB02\REDO03.LOG' ) SIZE 50 M  REU
    SE
    DATAFILE
      'C:\APP\WERNER\ORADATA\DB02\SYSTEM01.DBF'
    CHARACTER SET AL32UTF8
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: fallo del comando Duplicate Db en 09/13/2010 21:21:29
    RMAN-06136: error ORACLE en la base de datos auxiliar: ORA-01503: CREATE CONTROL
    FILE ha fallado
    ORA-01158: base de datos  ya montada
    RMAN>
    RMAN>Can you help me please,
    Thank you

    Hemant K Chitale wrote:
    duplicate target database to db01That is wrong. you would be duplicating the target (db01) to the auxiliary (db02).
    You have the database connections and command the wrong-way around.
    Hemant K ChitaleIn have got this error now, using duplicate target database to db02;
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-00601: fatal error in recovery manager
    RMAN-03004: error fatal al ejecutar el comando
    RMAN-10041: No se ha podido volver a crear el contexto del canal de sondeo despuÚs del fallo.
    RMAN-10024: error al crear la configuraci¾n para el sondeo rpc
    RMAN-10005: error al abrir el cursor
    RMAN-10002: error ORACLE: ORA-03114: not connected to ORACLE
    RMAN-03002: fallo del comando Duplicate Db en 09/14/2010 12:28:48
    RMAN-03015: se ha producido un error en el archivo de comandos Memory Script almacenado
    RMAN-06136: error ORACLE en la base de datos auxiliar: ORA-01092: ORACLE instance terminated. Disconnection
    ORA-00704: bootstrap process failure
    ORA-39700: database must be opened with UPGRADE option
    Identificador de Proceso: 3696
    Identificador de Sesi¾n: 125 N·mero de Serie: 9

  • Problem about tdp for sap rman error

    I installed tdp for sap and scheduled a online backup , after the backup finished, I checked the log.
    all data files were backuped successfully. but there is an error about rman. I do not know how to do about that? Could you help me? I think the backup could be successful without rman, why in the backup log, it shows a rman error .
    I checked the initDEV.sap and initDEV.utl, there is no entry about rman, I do not use rman_util.
    BR0530I Cataloging backups of all database files...
    BR0278E Command output of 'SHELL=/bin/sh /oracle/DEV/102_64/bin/rman nocatalog':
    Recovery Manager: Release 10.2.0.4.0 - Production on Sun Mar 8 13:34:21 2009
    Copyright (c) 1982, 2007, Oracle. All rights reserved.
    RMAN>
    RMAN> connect target *
    connected to target database: DEV (DBID=3672496816)
    using target database control file instead of recovery catalog
    RMAN> *end-of-file*
    RMAN>
    host command complete
    RMAN> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21> 22> 23> 24> 25> 26> 27> 28> 29> 30> 31> 32>
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03009: failure of catalog command on default channel at 03/08/2009 13:34:23
    ORA-19564: error occurred writing 8192 bytes at block number 1
    ORA-27091: unable to queue I/O
    ORA-27041: unable to open file
    IBM AIX RISC System/6000 Error: 13: Permission denied
    Additional information: 3
    RMAN>
    Recovery Manager complete.
    BR0280I BRBACKUP time stamp: 2009-03-08 13.34.23
    BR0279E Return code from 'SHELL=/bin/sh /oracle/DEV/102_64/bin/rman nocatalog': 1
    BR0536E RMAN call for database instance DEV failed
    BR0280I BRBACKUP time stamp: 2009-03-08 13.34.23
    BR0532E Cataloging backups of all database files failed

    Hello Victor,
    we need the RMAN commands that were executed and at which step this error occurs.
    Maybe it is a problem with the snap controlfile for the AUTOBACKUP or many other scenarios are possible.
    We are also using the TDP for mySAP, but without RMAN support.
    If you want to use just RMAN (like we do for non-SAP systems / no BR*Tools) you can save a lot of license/service costs, if you are using TDP for Oracle, but keep in mind that you are losing the support for that by SAP. You can directly open a call by oracle for these situations.
    If you want this scenario as described we need more detailed information. Maybe a "LIST BACKUP" would also be nice.
    Regards
    Stefan

  • Rman error in active passive server

    PROBLEM:
    Rman is not working properly.
    DATABASE NAMES
    1)METALIB
    2)PREMO
    DIAGNOSTIC ANALYSIS:
    1) CREATE RMAN_META4 CATALOG IN ‘METALIB’ DATABASE.
    2) CREATE RMAN_PRM1 CATALOG IN ‘PREMO’ DATABASE.
    3) PREMO DATABASE IS REGISTRED IN ‘RMAN_META4’ CATALOG.
    4) METALIB DATABASE IS REGISTRED IN ‘RMAN_PRM’ CATALOG.
    5) TWO DATABASES ARE UNARCHIVE LOG TO ARCHIVE LOG MODE CHANGED.
    6) EXECUTED INCREMENTEL LEVEL 0 BAKUP SCRIPT IN RMAN_PRM1.
    7) IN THAT TIME metalib target database alert log file it is showing
    GES: Potential blocker (pid=282) on resource CF-00000000-00000000;
    enqueue info in file /exlibris/app/oracle/admin/meta4/bdump/meta4_arc0_22455.trc
    Killing enqueue blocker (pid=282) on resource CF-00000000-00000000
    by killing session 189.549GES: Potential blocker (pid=8833) on resource CF-00000000-00000000;
    8) Trace meta4_arc0_22455.trc shows:
    Unable to get enqueue on resource CF-00000000-00000000 (ges mode req=3 held=6)
    Possible local blocker ospid=282 sid=189 sser=549 time_held=1027 secs (ges mode req=6 held=4)
    Killing blocker (pid=282) on resource CF-00000000-00000000
    DUMP LOCAL BLOCKER: initiate state dump for KILL
    last wait for 'control file sequential read' blocking sess=0x0 seq=407 wait_time=15 seconds since wait started=1033
    file#=0, block#=11, blocks=1
    Dumping Session Wait History
    REQUEUE CONTROL FILE ENQUEUE REQUEST AFTER KILLING THE FIRST BLOCKER
    BLOCKER: inst=1, session id=189, serial=549, held=1027sec
    REQUESTER: mode=S, type=0, timeout=900, new timeout=450
    9) IN METAL DATABASE
    SELECT SESSION_ID,LOCK_TYPE,LAST_CONVERT,MODE_HELD,BLOCKING_OTHERS FROM DBA_LOCK;
    **** Hit return to continue ****
    SESSION_ID LOCK_TYPE LAST_CONVERT MODE_HELD BLOCKING_OTHERS
    426 Control File 214 None Not Blocking
    444 Redo Thread 97079 Exclusive Not Blocking
    189 Control File 220 S/Row-X (SSX) Blocking
    189 Control File 220 Share Not Blocking
    189 Control File 220 Exclusive Not Blocking
    190 Control File 96 None Not Blocking
    212 SH 37 Exclusive Not Blocking
    212 DML 37 Exclusive Not Blocking
    212 Transaction 37 Exclusive Not Blocking
    212 DML 37 Row-X (SX) Not Blocking
    212 WF 39 Exclusive Not Blocking
    **** Hit return to continue ****
    SESSION_ID LOCK_TYPE LAST_CONVERT MODE_HELD BLOCKING_OTHERS
    212 Control File 37 None Not Blocking
    218 Temp Segment 97077 Row-X (SX) Not Blocking
    219 RS 97079 Row-S (SS) Not Blocking
    219 XR 97085 Null Not Blocking
    219 Control File 97082 Row-S (SS) Blocking
    219 KT 97077 Share Not Blocking
    220 Media Recovery 97079 Share Not Blocking
    220 Media Recovery 97079 Share Not Blocking
    220 Media Recovery 97079 Share Not Blocking
    220 Media Recovery 97079 Share Not Blocking
    220 Media Recovery 97079 Share Not Blocking
    **** Hit return to continue ****
    SESSION_ID LOCK_TYPE LAST_CONVERT MODE_HELD BLOCKING_OTHERS
    220 Media Recovery 97079 Share Not Blocking
    220 Media Recovery 97079 Share Not Blocking
    220 Media Recovery 97079 Share Not Blocking
    220 PW 97076 Row-X (SX) Not Blocking
    220 Media Recovery 97079 Share
    10) I tried rman /nocatalog same error
    rman target / nocatalog
    Recovery Manager: Release 10.2.0.3.0 - Production on Fri Oct 12 08:38:59 2007
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    connected to target database: META4 (DBID=633370153)
    using target database control file instead of recovery catalog
    RMAN> backup database;
    Starting backup at 12-OCT-07
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: sid=188 devtype=DISK
    channel ORA_DISK_1: starting full datafile backupset
    channel ORA_DISK_1: specifying datafile(s) in backupset
    input datafile fno=00009 name=/metalib/oradata/meta4/meta4_ts0_02.dbf
    input datafile fno=00011 name=/metalib/oradata/meta4/meta4_ts1_03.dbf
    input datafile fno=00010 name=/metalib/oradata/meta4/meta4_ts1_02.dbf
    input datafile fno=00007 name=/metalib/oradata/meta4/meta4_ts0_01.dbf
    input datafile fno=00008 name=/metalib/oradata/meta4/meta4_ts1_01.dbf
    input datafile fno=00012 name=/metalib/oradata/meta4/meta4_rman01.dbf
    input datafile fno=00001 name=/metalib/oradata/meta4/meta4_system01.dbf
    input datafile fno=00003 name=/metalib/oradata/meta4/meta4_sysaux01.dbf
    input datafile fno=00002 name=/metalib/oradata/meta4/meta4_undotbs01.dbf
    input datafile fno=00004 name=/metalib/oradata/meta4/meta4_users01.dbf
    input datafile fno=00005 name=/metalib/oradata/meta4/meta4_tslob01.dbf
    input datafile fno=00006 name=/metalib/oradata/meta4/meta4_log01.dbf
    channel ORA_DISK_1: starting piece 1 at 12-OCT-07
    channel ORA_DISK_1: finished piece 1 at 12-OCT-07
    piece handle=/exl_backup/meta4/meta4_db_df20071012_s22_s1.bak tag=TAG20071012T084331 comment=NONE
    channel ORA_DISK_1: backup set complete, elapsed time: 00:04:36
    channel ORA_DISK_1: starting full datafile backupset
    channel ORA_DISK_1: specifying datafile(s) in backupset
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03009: failure of backup command on ORA_DISK_1 channel at 10/12/2007 09:11:44
    ORA-03114: not connected to ORACLE
    ORA-03113: end-of-file on communication channel
    ##############################################################

    hi,
    The error 'not connected to Oracle' suggests that the database was not up and running when rman was invoked. Have you had anymore success with this?
    regards
    Alan

  • RMAN error when restoring controlfile from tape

    Hi,
    We have a Production database with instance name PROD.
    We use Symantec Netbackup software to backup this database to tape library.
    We want to test some recovery scenarios on a test server. So we want to restore the production backups from Tape to this test server.
    We did the following:
    Cloned the ORACLE Home to the Test Server.
    Changed the db_name parameter to PROD and also set ORACLE_SID to PROD.
    then we connected to RMAN and ran the following command to restore the control files:
    RMAN> run {
    set dbid 4155532403
    set controlfile autobackup format for device type 'sbt_type' to '%F';
    set until time "to_date('16/12/2012:10:13:37','dd/mm/yyyy:hh24:mi:ss')";
    allocate channel t1 device type 'sbt_tape';
    SEND 'NB_ORA_SERV=riysvbkp-001,NB_ORA_CLIENT=lh-erp';
    restore controlfile to '/testerp/dbexec/tmp/cf1.ctl' from autobackup;
    executing command: SET DBID
    database name is "PROD" and DBID is 4155532403
    executing command: SET CONTROLFILE AUTOBACKUP FORMAT
    executing command: SET until clause
    allocated channel: t1
    channel t1: SID=171 device type=SBT_TAPE
    channel t1: Veritas NetBackup for Oracle - Release 7.1 (2011082510)
    sent command to channel: t1
    Starting restore at 17-DEC-12
    channel t1: looking for AUTOBACKUP on day: 20121216
    channel t1: AUTOBACKUP found: c-4155532403-20121216-01
    channel t1: restoring control file from AUTOBACKUP c-4155532403-20121216-01
    released channel: t1
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of restore command at 12/17/2012 08:34:41
    ORA-19870: error while restoring backup piece c-4155532403-20121216-01
    ORA-19507: failed to retrieve sequential file, handle="c-4155532403-20121216-01", parms=""
    ORA-27029: skgfrtrv: sbtrestore returned error
    ORA-19511: Error received from media manager layer, error text:
    Failed to process backup file <c-4155532403-20121216-01>
    Here you can see that AUTOBACKUP is found but RMAN is unable to process the backup piece.
    I am not able to see any errors in the log files. Please advise.
    Thanks,
    Muneer.

    Thanks.
    The earlier error is gone and now I am getting the following error:
    channel t1: looking for AUTOBACKUP on day: 20121216
    channel t1: AUTOBACKUP found: c-4155532403-20121216-01
    channel t1: restoring control file from AUTOBACKUP c-4155532403-20121216-01
    released channel: t1
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of restore command at 12/17/2012 14:34:25
    ORA-19870: error while restoring backup piece c-4155532403-20121216-01
    ORA-19507: failed to retrieve sequential file, handle="c-4155532403-20121216-01", parms=""
    ORA-27029: skgfrtrv: sbtrestore returned error
    ORA-19511: Error received from media manager layer, error text:
    Backup file <c-4155532403-20121216-01> not found in NetBackup catalog

  • RMAN Error in DB13

    Hello All,
    We are running ECC 6.0 system in Oracle and we have scheduled the Full online backup+redolog backup eery weekend. But the backup fails with the following error
    BR0530I Cataloging backups of all database files...
    BR0278E Command output of 'E:\oracle\SID\102\BIN\rman nocatalog':
    Recovery Manager: Release 10.2.0.2.0 - Production on Sat Feb 28 14:08:26 2009
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    RMAN>
    RMAN> connect target *
    connected to target database: SID (DBID=130858580)
    using target database control file instead of recovery catalog
    RMAN> *end-of-file*
    RMAN>
    host command complete
    RMAN> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21> 22> 23> 24> 25> 26> 27> 28> 29> 30> 31> 32> 33> 34> 35> 36> 37> 38> 39> 40> 41> 42> 43> 44> 45> 46>
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03009: failure of catalog command on default channel at 02/28/2009 14:08:31
    ORA-19625: error identifying file
    xxx.xx.x.xxx\BACKUP\hostname\BEAAGPUK\DIMD.DATA1
    ORA-27041: unable to open file
    OSD-04002: unable to open file
    O/S-Error: (OS 5) Access is denied.
    RMAN>
    Recovery Manager complete.
    BR0280I BRBACKUP time stamp: 2009-02-28 14.08.31
    BR0279E Return code from 'E:\oracle\SID\102\BIN\rman nocatalog': 1
    BR0536E RMAN call for database instance SID failed
    BR0280I BRBACKUP time stamp: 2009-02-28 14.08.31
    BR0532E Cataloging backups of all database files failed
    BR0056I End of database backup: beaagpuk.fnd 2009-02-28 14.08.31
    BR0280I BRBACKUP time stamp: 2009-02-28 14.08.31
    BR0054I BRBACKUP terminated with errors
    I have checked the permission and its fine at OS level. I have also created the SAPServiceSID user in the backup device. Still we face this issue.
    Kindly suggest
    Regards,
    Anand

    Hello everyone
    I have exactly the same problem as described above
    >
    Anandh wrote:
    > The issue is solved and the solution provided by Michael helped.
    Can you please write what did you exactly do to solve this problem? I tried to set up permission in many diffrent ways (even giving the full access to the share to Everyone) but it didn't help.
    Any help highly appreciate

  • RMAN error when backing up in another server

    I have 2 server prod and backprod. I don't have a sufficient space to run rman backup on the production server and I try to run rman in the backprod server and I receive the following error message.
    $rman target sys/sys@prod nocatalog;
    RMAN> run {
    allocate channel d1 type disk;
    BACKUP format '/data2/backup/bk_%s_%p_%t' TABLESPACE test_rman;
    release channel d1;
    allocated channel: d1
    channel d1: sid=73 devtype=DISK
    Starting backup at 02-MAY-07
    channel d1: starting full datafile backupset
    channel d1: specifying datafile(s) in backupset
    input datafile fno=00101 name=/data5/abillity/telma/test_rman_01.dbf
    channel d1: starting piece 1 at 02-MAY-07
    released channel: d1
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03009: failure of backup command on d1 channel at 05/02/2007 09:54:58
    ORA-19504: failed to create file "/data2/backup/bk_288_1_621510902"
    ORA-27040: skgfrcre: create error, unable to create file
    IBM AIX RISC System/6000 Error: 2: No such file or directory
    The directory /data2/backup exist in backprod and I have a right on this backprod.
    Any helps?

    I can create a file in this directory.
    This directory doesn't exist on the prod server but I want that the file backup reside in backprod.
    When I try to run the backup on windows server, there was no error message but the file backup is create on the prod server in a default directory $ORACLE_HOME/dbs.
    What should I to create this backup file on a remote machine?
    Regards

  • RMAN Error - restore database validate

    Hi all
    I am trying to validate a full database backup taken on tape using 'restore database validate' command but for some reason this command spits out multi-page long PL/SQL code (below truncated output). I have searched all over for a solution but can't seem to figure out the problem.
    Any assistance will be appreciated.
    RMAN> allocate channel for maintenance type SBT_TAPE parms 'ENV=(TDPO_OPTFILE=/opt/tivoli/tsm/client/oracle/bin64/tdpo.opt)';
    2> crosscheck backup;
    3> restore database validate;
    4> release channel;
    5> exit;
    allocated channel: ORA_MAINT_SBT_TAPE_1
    channel ORA_MAINT_SBT_TAPE_1: SID=82 device type=SBT_TAPE
    channel ORA_MAINT_SBT_TAPE_1: Data Protection for Oracle: version 5.4.1.0
    crosschecked backup piece: found to be 'AVAILABLE'
    backup piece handle=c-822607628-20101006-02 RECID=66 STAMP=731711718
    crosschecked backup piece: found to be 'AVAILABLE'
    backup piece handle=DB_20101007_77_2dlpsj84_1_1.dbf RECID=67 STAMP=731794692
    crosschecked backup piece: found to be 'AVAILABLE'
    backup piece handle=CF_20101008_116_3klpt5iv_1_1.ctl RECID=106 STAMP=731813472
    crosschecked backup piece: found to be 'AVAILABLE'
    backup piece handle=c-822607628-20101008-01 RECID=107 STAMP=731813518
    Crosschecked 42 objects
    Starting restore at 08-OCT-10
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: SID=110 device type=DISK
    DBGANY: CMD type=IRESTORE cmdid=1 status=NOT STARTED
    DBGANY: 1 STEPstepid=1 cmdid=1 status=NOT STARTED devtype=SBT_TAPE bs.stamp=731812991 step_size=0 Bytes
    DBGANY: 1 TEXTNOD = -- rsdf_start
    DBGANY: 2 TEXTNOD = declare
    DBGANY: 3 TEXTNOD = /* restoreStatus */
    DBGANY: 4 TEXTNOD = state binary_integer;
    DBGANY: 5 TEXTNOD = pieces_done binary_integer;
    DBGANY: 6 TEXTNOD = files binary_integer;
    DBGANY: 7 TEXTNOD = datafiles boolean;
    DBGANY: 8 TEXTNOD = incremental boolean;
    DBGANY: 9 TEXTNOD = device boolean;
    DBGANY: 10 TEXTNOD = /* restorebackuppiece */
    DBGANY: 11 TEXTNOD = done boolean;
    DBGANY: 12 TEXTNOD = currcf boolean;
    DBGANY: 266 TEXTNOD = sys.dbms_backup_restore.restoreCancel(FALSE);
    DBGANY: 267 TEXTNOD = exception
    DBGANY: 268 TEXTNOD = when others then
    DBGANY: 269 TEXTNOD = krmicd.writeMsg(1005,
    DBGANY: 270 TEXTNOD = 'c. dbms_backup_restore.restoreCancel() failed');
    DBGANY: 271 TEXTNOD = end;
    DBGANY: 272 TEXTNOD = sys.dbms_backup_restore.setRmanStatusRowId(rsid=>0, rsts=>0);
    DBGANY: 273 TEXTNOD = end;
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-00601: fatal error in recovery manager
    RMAN-03004: fatal error during execution of command
    RMAN-00600: internal error, arguments [6000] [] [] [] []

    Hi Sybrand
    So here's the deal:
    1) 'backup validate database;' is run before RMAN backup to check for any logical or physical corruption in datafiles or archivelogs.
    If the backup validation discovers corrupt blocks, then RMAN updates the V$DATABASE_BLOCK_CORRUPTION view with rows describing the corruptions.
    2)
    a- 'restore database validate;' is run after RMAN backup to check for any logical or physical corruption in backupsets.
    b- 'validate backupset <n>;' is also run after RMAN backup to check for any logical or physical corruption in backupsets. The difference being you have to run it for each individual backupset as opposed to the previous option (2a), which loops through all existing backupsets.
    I believe for now only option 2b is available for use in my case.
    Cheers.

Maybe you are looking for