Rman problems

We are currently implementing the Oracle Module for Legato Networker. Our configuration is as follows:
OS: AIX 4.3.3
Oracle: Oracle 8i 64 bit
Networker Server: 6.1.1 Build 238
Oracle Module Version: 3.5.0.0
We have installed the module and activated it.
Yesterday we have performed the needed configuration and testing, and we performed a number of backups and restores (using the tape library), which all were successful.
However today, we are encountering some problems as follows:
RMAN-08504: input archivelog thread=1 sequence=20 recid=221 stamp=518276341
RMAN-03026: error recovery releasing channel resources
RMAN-08031: released channel: ch1
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03015: error occurred in stored script backup_redo_logs
RMAN-03006: non-retryable error occurred during execution of command: backup
RMAN-07004: unhandled exception during command execution on channel ch1
RMAN-10035: exception raised in RPC: ORA-27191: sbtinfo2 returned error
Additional information: 2
ORA-19511: Unable to connect to media index server ecus1-LT
RMAN-10031: ORA-19583 occurred during call to DBMS_BACKUP_RESTORE.BACKUPPIECECREATE
This error is displayed, after a few minutes the backup has started writing to tape.
Rman script
RMAN>
RMAN> run {
allocate channel ch1 type 'SBT_TAPE'
parms 'ENV=(NSR_SERVER=netf1-LT,NSR_DATA_VOLUME_POOL=Default)';
backup
filesperset 10
format '/redo_%d_%t_%s_%p/'
archivelog all
delete input;
release channel ch1;
Thanks,Any help is appreciated
Kenneth

We are currently implementing the Oracle Module for Legato Networker. Our configuration is as follows:
OS: AIX 4.3.3
Oracle: Oracle 8i 64 bit
Networker Server: 6.1.1 Build 238
Oracle Module Version: 3.5.0.0
We have installed the module and activated it.
Yesterday we have performed the needed configuration and testing, and we performed a number of backups and restores (using the tape library), which all were successful.
However today, we are encountering some problems as follows:
RMAN-08504: input archivelog thread=1 sequence=20 recid=221 stamp=518276341
RMAN-03026: error recovery releasing channel resources
RMAN-08031: released channel: ch1
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03015: error occurred in stored script backup_redo_logs
RMAN-03006: non-retryable error occurred during execution of command: backup
RMAN-07004: unhandled exception during command execution on channel ch1
RMAN-10035: exception raised in RPC: ORA-27191: sbtinfo2 returned error
Additional information: 2
ORA-19511: Unable to connect to media index server ecus1-LT
RMAN-10031: ORA-19583 occurred during call to DBMS_BACKUP_RESTORE.BACKUPPIECECREATE
This error is displayed, after a few minutes the backup has started writing to tape.
Rman script
RMAN>
RMAN> run {
allocate channel ch1 type 'SBT_TAPE'
parms 'ENV=(NSR_SERVER=netf1-LT,NSR_DATA_VOLUME_POOL=Default)';
backup
filesperset 10
format '/redo_%d_%t_%s_%p/'
archivelog all
delete input;
release channel ch1;
Thanks,Any help is appreciated
Kenneth

Similar Messages

  • RMAN Problem -- Crosscheck backup & list backup showing different results

    Pls Help !!!
    I'm using RMAN for backup policy is to recovery window of 7 days
    but even on thired day after incremental 0 backup ... if run 'crosscheck backup'
    it shows the previous as expired but when i issue 'list backup' it says available
    what may be the problem.......
    Backup volume is on RAID10 (ZFS on SOLARIS 10)
    Thanks in advance !!
    Regds
    Gyanendra Singh

    if run 'crosscheck backup'
    it shows the previous as expired but when i issueHave u deleted the previous backup...........because according to my knowledge crosscheck command is used to validate any inconsistency between the logical and physical backup files.
    'list backup' it says available
    what may be the problem.......
    List backup will show the previous backup because of the recovery window
    Try this
    crosscheck database
    delete expired
    list backup
    and then see the result
    Regards
    Amit Raghuvanshi

  • RMAN problem

    Hi,
     I have a problem with RMAN.
     Platform: Window 2000 server
     Oracle: 9ir2 EE
     SPFILE:
      1. LOG_ARCHIVE_DEST_1='LOCATION=E:\oracle\oradata\O9iR2\archive MANDATORY REOPEN=60' SCOPE=BOTH;
      2. LOG_ARCHIVE_DEST_2='LOCATION=E:\oracle\oradata\O9iR2\archive2 OPTIONAL REOPEN=60' SCOPE=BOTH;
     RMAN script:
      run
       ALLOCATE CHANNEL bck2disk1 DEVICE TYPE DISK MaxPieceSize 2G;
       BACKUP DATABASE;
       Backup archivelog all delete input;
       Release Channel bck2disk1;
     When I ran the rman script and I got error below:
     RMAN-00571: ===========================================================
     RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
     RMAN-00571: ===========================================================
     RMAN-03002: failure of backup command at 08/07/2006 15:25:58
     RMAN-06059: expected archived log not found, lost of archived log compromises recoverability
     ORA-19625: error identifying file E:\ORACLE\ORADATA\O9IR2\ARCHIVE2\LOG1_288.ARC
     ORA-27041: unable to open file
     OSD-04002: unable to open file
     O/S-Error: (OS 2) file not found。
     There is a archive log,LOG1_288.ARC, which archived 2 days ago and I have backup and removed already.
     If I don't remove archive log, RMAN would backup archive log twice(this time and next time).
     I know I can use "crosscheck archivelog all;" to solve this problem.
     But I don't understand why it happen.
     Someone who can tell me why?
    Thanks and Regarads,
    PS. Sorry about my poor English.

    Hi ebrian,
     Thanks for you reply.
     Yes, I removed archive logs manually after backup.
     Because RMAN only delete one of multiplexing archive log destinations.
     When RMAN backup archive log, it only backup logs from one of log_archive_dest_n and just delete logs where it backup from.
     I need to delete other archive logs after RMAN backup.
     Because it was not delete all archive logs,
     Next time, RMAN still looked for archive log that have backuped last time and error occured.
     My confusion is why "delete input" in RMAN only delete logs from one of log_archive_dest_n not all of log_archive_dest_n.
     And why RMAN backup archive logs which have backuped last time?
    Thanks and Regards,

  • 8.1.6.1.0 (Linux) Rman Problem

    Hi,
    after running a single full backup (which completes without a glitch) i tried to show the available backup sets for the target database. But the rman-list command is nonfunctional:
    oracle@sdb1:/$ rman target rman_trg/xxx@db1 catalog rman/xxx@db2
    Recovery Manager: Version 8.1.6.1.0 - Production
    RMAN-06005: Mit Ziel-Datenbank verbunden: SDB1 (DBID=1158085898)
    RMAN-06008: Verbindung mit Datenbank des Wiederherstellungskatalogs
    RMAN> list backupset of database;
    RMAN-03022: Befehl wird kompiliert: list
    RMAN-03026: Fehlerbehebung bei Freigabe von Kanalressourcen
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure during compilation of command
    RMAN-03013: command type: list
    RMAN-06004: ORACLE error from recovery catalog database: ORA-06502: PL/SQL: numerisch oder Wertefehler : Gesamtstellenzahl zu gro_
    ORA-06512: in "RMAN.DBMS_RCVMAN", Zeile 7052
    ORA-06512: in "RMAN.DBMS_RCVMAN", Zeile 4729
    ORA-06512: in Zeile 1
    The same error is thrown when other report functions are called.
    Any hints?
    Regards,
    Dirk

    Do you have more than one value for
    sort_area_size.
    Run Query :- select name,value from v$parameter where name like
    'sort_area_size';
    Result :- sort_area_size
    65536, 65536 <-- two values then it is a bug.
    Resolution :- Remove duplicate entry from sort_area_size, if this is the
    problem. This is not a problem in 9i.

  • RMAN problem with block corruption

    Hi
    I have problem with the block corruption in one of the database .
    here is the error message .
    ora-01578:oracle data block corrupted (file# 10,block # 55309) ora-01110: data file 10:
    '/db/gist1/data/gist1_gis_nologging_01.dbf' ora-26040: data block was loaded using the NOLOGGING option .
    gisq SQL> select * from v$database_block_corruption;
    FILE# BLOCK# BLOCKS CORRUPTION_CHANGE# CORRUPTIO
    10 11 126 3754364971 LOGICAL
    RMAN> blockrecover datafile 10 block 11;
    Starting blockrecover at 14/DEC/2012 16:25:48
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of blockrecover command at 12/14/2012 16:25:48
    RMAN-05009: Block Media Recovery requires Enterprise Edition
    Could some one help me in providing solution for this . we we have standard addition only .
    Thanks in advance ...

    It appears that there was a NOLOGGING operation on an object that resides in '/db/gist1/data/gist1_gis_nologging_01.dbf' .
    NOLOGGING operations, as the name suggests, do generate limited redo log, which makes the objects affected by them non-recoverable.
    RMAN Blockrecover, as far as I understand, uses full and archivelog backup to perform the block recovery. Since the archivelog backup does not store any changes related to the NOLOGGING operation, then Blockrecover would not be able to help you even if you were licensed.
    You can try to restore the object as of the most recent full backup…
    Iordan Iotzov
    http://iiotzov.wordpress.com/

  • RMAN problem while backing up SunMC-3.6.1 online

    Hi Geeks,
    I am having trouble while online backing up SunMC(3.6.1) running on Solaris10 (11/06).
    The exact error message in log file is
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    Started /opt/SUNWsymon/sbin/es-backup at Thu Jul 19 14:03:41 EST 2007.
    Running on SunOS f15k1-cons 5.10 Generic_125100-08 sun4u sparc SUNW,Sun-Blade-2500.
    Starting database...
    Successfully enabled service sunmcdatabase
    Connected.
    ARCHIVELOG
    Replacing old backup.
    SQL*Plus: Release 8.1.7.0.0 - Production on Thu Jul 19 14:03:52 2007
    (c) Copyright 2000 Oracle Corporation. All rights reserved.
    SQL> Connected.
    SQL> SQL> SQL> SQL> SQL> SQL> SQL> 2 3 906240 470800
    SQL> Disconnected from Oracle8i Enterprise Edition Release 8.1.7.4.0 - Production
    With the Partitioning option
    JServer Release 8.1.7.4.0 - Production
    Database data size: 470800 KB
    Estimated backup size: KB
    Available disk space on /export/SUNWsymon/backup-Thu: 13726553 KB
    Found previous reference schema
    Performing on-line backup. Please wait...
    Recovery Manager: Release 8.1.7.4.0 - Production
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-00554: initialization of internal recovery manager package failed
    RMAN-04005: error from target database: ORA-12154: TNS:could not resolve service name
    Failed to perform online backup.
    Sun Management Center data backup failed. Exiting ...
    Check /var/opt/SUNWsymon/install/backup_f15k1-cons.070719140341.8433 for details.
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    And following is sqlnet.ora
    f15k1-cons:admin# more sqlnet.ora
    # SQLNET.ORA Network Configuration File: /opt/SUNWsymon/SunMCDB01/app/oracle/product/8.1.7/network/admin/sqlnet.ora
    # Generated by Oracle configuration tools.
    NAMES.DEFAULT_DOMAIN= abc.example.com.au
    #SQLNET.AUTHENTICATION_SERVICES= (TNS)
    NAMES.DIRECTORY_PATH= (TNSNAMES,HOSTNAME)
    Can someone please suggest where the problem is.?The online backup was working fine on Solaris9, the problem only occured when we upgrade this server (Blade2500 w/s) to Solaris10.
    Regards,
    Zia-ul-Hassan

    Hi Zia-ul-Hassan,
    You mentioned you performed an OS upgrade - did you follow the migration guide (http://www.sun.com/software/whitepapers/solaris9/sunmc_datamigration.pdf) when you changed over your Server?
    If not, SunMC does have paths under /opt/SUNWsymon with the OS version baked in (i.e. /opt/SUNWsymon/base/lib/sparc-sun-solaris2.9) and if you just copied your Server files to a new OS you likely broke many things :)
    Regards,
    [email protected]
    http://www.HalcyonInc.com

  • RMAN ( PROBLEM while resync catalog)

    We are facing this problem. when we are firing any command using RMAN/
    Following are two samples.
    Recovery Manager: Release 8.0.4.0.0 - Production
    RMAN-06005: connected to target database: ORC1
    RMAN-06008: connected to recovery catalog database
    1)
    RMAN> LIST BACKUPSET OF TABLESPACE SYSTEM2> ;
    RMAN-03022: compiling command: list
    RMAN-03026: error recovery releasing channel resources
    RMAN-00569: ================error message stack follows================
    RMAN-03002: failure during compilation of command
    RMAN-03013: command type: list
    RMAN-03014: implicit resync of recovery catalog failed
    RMAN-06038: recovery catalog package detected an error
    RMAN-20035: invalid high recid
    2)
    RMAN> RUN {2> ALLOCATE CHANNEL C1 TYPE DISK;3> BACKUP DATABASE FORMAT 'E:\ORANTV8\TESTD
    ATA\BACKUP\DB_s%s_p%p' ;4> RELEASE CHANNEL C1;5> }
    RMAN-03022: compiling command: allocate
    RMAN-03023: executing command: allocate
    RMAN-08030: allocated channel: c1
    RMAN-08500: channel c1: sid=16 devtype=DISK
    RMAN-03022: compiling command: backup
    RMAN-03026: error recovery releasing channel resources
    RMAN-08031: released channel: c1
    RMAN-00569: ================error message stack follows================
    RMAN-03002: failure during compilation of command
    RMAN-03013: command type: backup
    RMAN-03014: implicit resync of recovery catalog failed
    RMAN-06038: recovery catalog package detected an error
    RMAN-20035: invalid high recid
    RMAN> exit
    Recovery Manager complete.
    null

    take a look at the RMAN troubleshooting section in the documentation on OTN @ http://technet.oracle.com/docs/products/oracle8i/doc_library/817_doc/server.817/a76990/troubler.htm#447659.
    This will step you through 2 different solutions to fix the problem.

  • START RMAN PROBLEM ;;; PLZ HELP ME

    Hi all,
    I plan to use RMAN in my backup / recover strategy but getting started with RMAN on Linux Redhat server for Oracle Database 10g Enterprise Edition Release 10.2.0.1.0, I have this error when I enter the following command in os prompt : rman target / catalog
    rman: can't open target
    from ORACLE_SID/bin when I excute this command line :
    ./rman catalog rman/YZhXEv386473
    I can connect to RMAN but this not solve my problem since I have to do a CRON JOB to automate my Backup programs?
    Someone can help me please?
    Thanks a lot
    Regards,
    W

    Hi all,
    I plan to use RMAN in my backup / recover strategy but getting started with RMAN on Linux >> Redhat server for Oracle Database 10g Enterprise Edition Release 10.2.0.1.0, I have this error >> when I enter the following command in os prompt : rman target / catalog
    rman: can't open target
    from ORACLE_SID/bin when I excute this command line :
    ./rman catalog rman/YZhXEv386473
    I can connect to RMAN but this not solve my problem since I have to do a CRON JOB to
    automate my Backup programs?
    Someone can help me please?
    Thanks a lot
    Regards,
    W What you actually executing is RosettaMan (/usr/X11R6/bin/rman - you don't want that), NOT $ORACLE_HOME/bin/rman. Check your path:
    1) $ echo $PATH;
    2) Make sure that $ORACLE_HOME/bin/rman comes BEFORE /usr/X11R6/bin/rman:
    $PATH=$PATH:$ORACLE_HOME/bin:$HOME/bin:..etc...etc...
    OR
    $PATH=$ORACLE_HOME/bin:$PATH:$HOME/bin:..etc...etc...
    .....whatever you have to do to make sure oracle's rman comes before the other rman
    3) Log out and login again....then repeat step 1 to confirm $ORACLE_HOME/bin comes in the path before /usr/X11R6/bin. You should be set then!

  • [RMAN] problem with registering database

    Hello, we have RAC environment on two nodes. We created rman catalog database and then registered our database with REGISTER DATABASE command. After that we issued command SHOW ALL and encountered an error:
    RMAN> show all;
    RMAN configuration parameters are:
    CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 21 DAYS;
    CONFIGURE BACKUP OPTIMIZATION OFF; # default
    CONFIGURE DEFAULT DEVICE TYPE TO DISK; # default
    CONFIGURE CONTROLFILE AUTOBACKUP ON;
    CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO '%F'; # default
    CONFIGURE DEVICE TYPE DISK PARALLELISM 1 BACKUP TYPE TO BACKUPSET; # default
    CONFIGURE DATAFILE BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
    CONFIGURE ARCHIVELOG BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
    CONFIGURE MAXSETSIZE TO UNLIMITED; # default
    CONFIGURE ENCRYPTION FOR DATABASE OFF; # default
    CONFIGURE ENCRYPTION ALGORITHM 'AES128'; # default
    could not read file header for datafile 74 error reason 4
    could not read file header for datafile 74 error reason 4
    could not read file header for datafile 74 error reason 4
    CONFIGURE ARCHIVELOG DELETION POLICY TO NONE; # default
    CONFIGURE SNAPSHOT CONTROLFILE NAME TO '/u01/app/oracle/product/10.2.0/db_1/dbs/snapcf_easy1.f'; # default
    this is new catalog database, which is to replace the old one
    how to deal with this problem ?

    So you are following up on datafile 74 in this other thread :
    problem with datafile recovery
    Hemant K Chitale

  • Rman problem with NLS_LANG mismatch b/w catalog and target DB

    Hi,
    I have target database NLS_LANG set to 'AMERICAN_AMERICA.JA16SJIS' and recovery catalog NLS_LANG set to 'JAPANESE_JAPAN.JA16EUC'. When backup is started the rman fails with the following error.
    <----
    RMAN-00571:
    ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS
    ===============
    RMAN-00571:
    ===========================================================
    RMAN-03002: failure of allocate command at 11/26/2007 11:22:41
    RMAN-03014: implicit resync of recovery catalog failed
    RMAN-03009: failure of partial resync command on default channel
    at
    11/26/2007 11:22:41
    ORA-06502: PL/SQL: numeric or value error
    ------>
    It works fine if I change the recovery catalog NLS_LANG to 'AMERICAN_AMERICA.JA16SJIS'
    Any help could be appreciated.
    Thanks,
    Prince

    Hello Faust,
    have already tried that in SQLPlus, SQLWorksheet, MS Access (OffXP). All apps used on the same computer. OS Win XP Prof.
    Result in Plus and Worksheet
    40 ! â a a î l c ç i Ä . < ( + ! 50 ! & e e e i n k g Ü $ * ) ; ^ 60 ! - /  A A Î L C Ç I ö , % > ? 70 ! E E E I N K G ` : § ' = " 80 ! a b c d e f g h i [ ] g @ 90 ! ° j k l m n o p q r º ¿ A0 ! µ ß s t u v w x y z G ¿ B0 ! 0 1 2 3 4 5 6 7 8 9 a ß ¿ d e ¿ C0 ! ä A B C D E F G H I š &#65533; t õ D0 ! ü J K L M N O P Q R · u i s u E0 ! Ö S T U V W X Y Z ² Š &#65533; T Õ F0 ! 0 1 2 3 4 5 6 7 8 9 ³ U I S U
    result in Access (via ODBC Con)
    40 ! â &#261; &#257; î &#316; &#269; ç &#299; Ä . < ( + ! 50 ! & &#275; &#281; &#279; &#303; &#326; &#311; &#291; Ü $ * ) ; ^ 60 ! - /  &#260; &#256; Î &#315; &#268; Ç &#298; ö , % > ? 70 ! &#274; &#280; &#278; &#302; &#325; &#310; &#290; ` : § ' = " 80 ! a b c d e f g h i [ ] &#287; @ 90 ! ° j k l m n o p q r º &#8793; A0 ! µ ß s t u v w x y z &#286; &#916; B0 ! &#8320; &#8321; &#8322; &#8323; &#8324; &#8325; &#8326; &#8327; &#8328; &#8329; &#945; &#946; &#947; &#948; &#949; &#969; C0 ! ä A B C D E F G H I š ž &#355; õ D0 ! ü J K L M N O P Q R · &#371; &#305; &#351; &#363; E0 ! Ö S T U V W X Y Z ² Š Ž &#354; Õ F0 ! 0 1 2 3 4 5 6 7 8 9 ³ &#370; &#304; &#350; &#362;

  • Oracle9i+windowxp rman problem

    i used rman backup database ;
    and check backup;
    list backup
    RMAN> list backup
    2> ;
    备份集列表
    ===================
    BS 关键字 类型 LV 大小 设备类型 经过时间 完成时间
    16 Full 166M DISK 00:00:26 27-4月 -08
    BP 关键字: 16 状态: AVAILABLE 标记:FULLDB_20072704
    段名:D:\DBBACKUP\FULLBACKUP_14JESM22361
    备份集 16 中的数据文件列表
    文件 LV 类型 Ckp SCN Ckp 时间 名称
    2 Full 4825920 27-4月 -08 D:\ORACLE\ORADATA\MYDB\UNDOTBS01.DBF
    3 Full 4825920 27-4月 -08 D:\ORACLE\ORADATA\MYDB\CWMLITE01.DBF
    5 Full 4825920 27-4月 -08 D:\ORACLE\ORADATA\MYDB\EXAMPLE01.DBF
    6 Full 4825920 27-4月 -08 D:\ORACLE\ORADATA\MYDB\INDX01.DBF
    7 Full 4825920 27-4月 -08 D:\ORACLE\ORADATA\MYDB\ODM01.DBF
    10 Full 4825920 27-4月 -08 D:\ORACLE\ORADATA\MYDB\XDB01.DBF
    BS 关键字 类型 LV 大小 设备类型 经过时间 完成时间
    17 Full 338M DISK 00:00:40 27-4月 -08
    BP 关键字: 17 状态: AVAILABLE 标记:FULLDB_20072704
    段名:D:\DBBACKUP\FULLBACKUP_15JESM23371
    控制文件包括: Ckp SCN: 4825920 Ckp 时间:27-4月 -08
    备份集 17 中的数据文件列表
    文件 LV 类型 Ckp SCN Ckp 时间 名称
    1 Full 4825922 27-4月 -08 D:\ORACLE\ORADATA\MYDB\SYSTEM01.DBF
    4 Full 4825922 27-4月 -08 D:\ORACLE\ORADATA\MYDB\DRSYS01.DBF
    8 Full 4825922 27-4月 -08 D:\ORACLE\ORADATA\MYDB\TOOLS01.DBF
    9 Full 4825922 27-4月 -08 D:\ORACLE\ORADATA\MYDB\USERS01.DBF
    BS 关键字 大小 设备类型占用时间 完成时间
    18 13M DISK 00:00:03 27-4月 -08
    BP 关键字: 18 状态: AVAILABLE 标记:ARCH_20072704
    段名:D:\DBBACKUP\FULLARCH_17JESM3G391
    备份集 18 中的已存档日志列表
    Thrd Seq 低 SCN 短时间 下一个 SCN 下一次
    1 88 4748443 27-4月 -08 4777206 27-4月 -08
    1 89 4777206 27-4月 -08 4810775 27-4月 -08
    1 90 4810775 27-4月 -08 4826007 27-4月 -08
    BS 关键字 大小 设备类型占用时间 完成时间
    19 36M DISK 00:00:03 27-4月 -08
    BP 关键字: 19 状态: AVAILABLE 标记:ARCH_20072704
    段名:D:\DBBACKUP\FULLARCH_16JESM3G381
    备份集 19 中的已存档日志列表
    Thrd Seq 低 SCN 短时间 下一个 SCN 下一次
    1 86 4608258 26-4月 -08 4633019 26-4月 -08
    1 87 4633019 26-4月 -08 4748443 27-4月 -08
    BS 关键字 类型 LV 大小 设备类型 经过时间 完成时间
    20 Full 1M DISK 00:00:01 27-4月 -08
    BP 关键字: 20 状态: AVAILABLE 标记:
    段名:D:\DBBACKUP\MYDB_C-2558233826-20080427-01
    控制文件包括: Ckp SCN: 4826008 Ckp 时间:27-4月 -08
    BS 关键字 类型 LV 大小 设备类型 经过时间 完成时间
    25 Full 1M DISK 00:00:00 01-5月 -08
    BP 关键字: 25 状态: AVAILABLE 标记:
    段名:D:\DBBACKUP\MYDB_C-2558233826-20080501-00
    包含的 SPFILE: 修改时间: 24-4月 -08
    i delete some datafile;
    D:\oracle\oradata\MYDB\*.dbf
    i want to restore database now
    rman>startup mount;
    rman>restore database;
    启动 restore 于 01-5月 -08
    分配的通道: ORA_DISK_1
    通道 ORA_DISK_1: sid=13 devtype=DISK
    分配的通道: ORA_DISK_2
    通道 ORA_DISK_2: sid=12 devtype=DISK
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of restore command at 05/01/2008 19:53:05
    RMAN-06026: some targets not found - aborting restore
    RMAN-06023: no backup or copy of datafile 10 found to restore
    RMAN-06023: no backup or copy of datafile 9 found to restore
    RMAN-06023: no backup or copy of datafile 8 found to restore
    RMAN-06023: no backup or copy of datafile 7 found to restore
    RMAN-06023: no backup or copy of datafile 6 found to restore
    RMAN-06023: no backup or copy of datafile 5 found to restore
    RMAN-06023: no backup or copy of datafile 4 found to restore
    RMAN-06023: no backup or copy of datafile 3 found to restore
    RMAN-06023: no backup or copy of datafile 2 found to restore
    RMAN-06023: no backup or copy of datafile 1 found to restore
    So i want to resolve it!
    i need help .thank you!

    SQL> archive log list;
    数据库日志模式 存档模式
    自动存档 启用
    存档终点 d:\oracle\oradata\mydb\archive
    最早的概要日志序列 99
    下一个存档日志序列 101
    当前日志序列 100
    i think i not used "resetlogs";
    if i used "resetlogs";
    it must be
    SQL> archive log list;
    数据库日志模式 存档模式
    自动存档 启用
    存档终点 d:\oracle\oradata\mydb\archive
    最早的概要日志序列 1
    下一个存档日志序列 3
    当前日志序列 3
    but if i used "resetlogs", what can i do?
    thank you so much ,

  • Pass tablespace(s) as a parameter to RMAN using batch file (windows2000)

    I want to make a backup of one or more than one tablespaces.
    For Example:
    Backup tablespace USERS,TOOLS;
    Backup tablespace USERS;
    In this regards I am using windows batch file. Below you find the code of batch file which I am using to perform this operation (windows 2000)
    Batch file (c:\rman.cmd)
    set tbs1=%1
    set tbs2=,%2
    if exist tbs1 == goto usage
    if exist tbs2 == goto usage
    echo BACKUP tablespace %tbs1% %tbs2% ; > c:\temp\tbs.rman
    rman TARGET / @ c:\temp\tbs.rman
    Problem
    I run this batch file on command line .
    When I issue this command its ok and backed up both the tablespaces.
    Host @c:\rman.cmd USERS,TOOLS
    But when I want to backup only one tablespace and issue the command like that:
    Host @c:\rman.cmd USERS
    It gave the following error
    BACKUP tablespace users , ;
    Found comma after first tablespace.
    Point of focus
    How to get rid of the comma after first tablespace on run time, when I want to backup only one tablespace.
    BACKUP tablespace users , ;
    How to avoid that comma on run time when I only want to make a backup of single tablespace.
    Please check this matter it is only the batch file side problem.
    With Best Regards
    Fawad Ahmed

    I am not expert is DOS but I think you can fix this with
    a simple programming logic elements in the script.
    You have 2 cases:
    1 case ) When you have only one parameter
    2 case ) When you have more or equal than two parameters
    if exist tbs1 == goto mark1
    if exist tbs2 == goto mark2
    mark2:
    echo BACKUP tablespace %tbs1% %tbs2% ; > c:\temp\tbs.rman
    goto end
    mark1:
    echo BACKUP tablespace %tbs1% ; > c:\temp\tbs.rman
    goto end
    end:
    rman TARGET / @ c:\temp\tbs.rman
    This can be one the case for 1 or 2 parameters . If
    you think to pass more parameters you have to use
    another logic.
    I hope this can help you!
    Joel P�rez

  • Rman tivoli failure:  create sequential file, Authentication Failure

    New db instance, not writing to tape.
    DB is 10.2.0.4
    run {
    allocate channel sbt_backup1 type 'SBT_TAPE' format '%U' parms 'ENV=(TDPO_OPTFILE=/usr/tivoli/tsm/client/ora
    cle/bin64/tdpo_mydb.opt)';
    backup tablespace users;
    release channel sbt_backup1;
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03009: failure of backup command on sbt_backup1 channel at 10/02/2009 11:17:42
    ORA-19506: failed to create sequential file, name="0tkqpi6l_1_1", parms=""
    ORA-27028: skgfqcre: sbtbackup returned error
    ORA-19511: Error received from media manager layer, error text:
    ANS1025E (RC137) Session rejected: Authentication failure
    Settings
    /usr/tivoli/tsm/client/oracle/bin64
    dsm_mydb.opt
    SErver_name MYDBPRD
    tdpo_mydb.opt
    DSMI_ORC_CONFIG /usr/tivoli/tsm/client/oracle/bin64/dsm_mydb.opt
    TDPO_NODE MYDBPRD
    /usr/tivoli/tsm/client/api/bin64
    dsm.sys
    NODENAME MYDBPRD
    ERRORLOGNAME /usr/local/tsm/logs/IFSDBS_MYDBPRD_error.log
    SCHEDLOGNAME /usr/local/tsm/logs/IFSDBS_MYDBPRD_sched.log
    Note: Several db/clients are working on this server. This is a new setup and not working.

    This is not an Oracle/RMAN problem,contact your TSM administrator:
    http://www-01.ibm.com/support/docview.wss?uid=swg21216057
    Werner

  • RMAN via OEM: Skipping days with incremental backups

    Hello,
    I've searched the forums and browsed much of the documentation on OTN but have not found the answer to my question. I am using RMAN (through Oracle Enterprise Manager) to schedule backups. I want to get full database backups on Fridays and incrementals Monday through Thursday. I would like to have the backups running at 11 PM each night. I have scheduled the full database backups to occur every Friday. The problem is I cannot schedule the incrementals to skip Fridays, Saturdays and Sundays. I don't want incrementals on Friday since the full database backup will be running. No transactions are occurring on Saturday or Sunday so there is no need to backup on those days either.
    Thank you for any help,
    Paul Lohr

    You have had issues with FileID 74 earlier
    [RMAN] problem with registering database
    DATAFILE RECOVER STATUS
    and now with FileID 75 ?
    Bring in Oracle Support. Log an SR. Ask for ACS onsite. Don't use forums.oracle.com for such issues.
    Hemant K Chitale
    Edited by: Hemant K Chitale on Feb 11, 2011 10:49 AM

  • RMAN-no mount

    Dear All
    I want to take backup throug rman in (no mount ) state and is it possible.
    Plz send script if you have
    With Regards

    user51472I, I answered a question to do with RMAN in the thread "RMAN Problem".
    Judging by these two questions you really should take yingkuan's advice and read the Backup and Recovery manuals cover to cover otherwise your DBA career could be a very short one.

Maybe you are looking for

  • Disable CFMX7 on a home development machine?

    I installed CF7 Developer Edition on my home machine so I could do work at home (or just play around with CF if I get an idea) when I need to. I've had it installed for about a month, and I end up interacting with it in some way (i.e. writing somethi

  • SocketChannel.write() on J2SDK1.4.2_04/Windows 2000

    Hello, I have a question regarding SocketChannel.write() (as I mentioned before, I am using J2SDK 1.4.2_04 on Win 2000 pro). I prepared a ByteBuffer with some binary data. When I invoke SocketChannel.write(), the other application receives the data o

  • Changes to database

    Hi Friends, How to find the changes made to the database yesterday both physical level and object level? (without going for logminer or audit). Please suggest me. Thanks KSG

  • Comment on screen

    I need to add a comment besides the matnr select-option. The code I have puts it in the next line. Any ideas? SELECTION-SCREEN BEGIN OF BLOCK bas WITH FRAME TITLE text-001. SELECT-OPTIONS:           matnr        FOR qals-matnr     OBLIGATORY NO INTER

  • Backing up iCloud data onto my desktop

    I've gone to the Apple KB page that talks about backing up your iCloud data onto your computer. Seriously? I don't trust the cloud, period. I'm a web developer, so I have a pretty good idea what can go wrong with a server. If I decide to use it, my 3