Oracle 9i rman list incarnation command empty

Hello,
We have switched to a standby DB and now trying to backup that particular db on the same catalog database...
When we do a list incarnation on the standby DB the list is empty , why is that ?
RMAN> list incarnation;
RMAN>
Any ideas , thx
sorry for the double post in wrong section
now we are getting this message ...
RMAN> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12>
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03009: failure of allocate command on ch1 channel at 12/07/2009 21:38:25
ORA-03113: end-of-file on communication channel
Edited by: jrmtl on Dec 7, 2009 7:02 PM

Hi,
Can you try:
select * from V$DATABASE_INCARNATION;in sqlplus and post the output?
The ORA 3113 can have a lot of reasons for example instable network or no resources on the server.
Regards
Tycho

Similar Messages

  • Oracle 9i RMAN list incarnation query empty?

    Hello,
    We have switched to a standby DB and now trying to backup that particular db on the same catalog database...
    When we do a list incarnation on the standby DB the list is empty , why is that ?
    RMAN> list incarnation;
    RMAN>
    Any ideas , thx
    now we are getting this message ...
    RMAN> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12>
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03009: failure of allocate command on ch1 channel at 12/07/2009 21:38:25
    ORA-03113: end-of-file on communication channel
    Edited by: jrmtl on Dec 7, 2009 7:08 PM

    When we try to register the database it says already registered?!?
    RMAN> register database;
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03009: failure of register command on default channel at 12/07/2009
    7
    RMAN-20002: target database already registered in recovery catalog

  • Weird DBID, DBNAME in LIST INCARNATIONS COMMAND

    Hi folks!
    Sorry if this seems a silly question but I was wondering what could be responsible for the following list of incarnations of the target database in the recovery catalog
    ddbmgr $ rman target / catalog rman/*******@rman
    Recovery Manager: Release 10.2.0.2.0 - Production on Tue Feb 19 16:43:34 2008
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    connected to target database: DEVE (DBID=2670823714)
    connected to recovery catalog database
    RMAN> list incarnation
    2> ;
    starting full resync of recovery catalog
    full resync complete
    List of Database Incarnations
    DB Key Inc Key DB Name DB ID STATUS Reset SCN Reset Time
    596841 596961 DEVE 2670823714 PARENT 4699260567 10-FEB-08
    596841 597239 FUNC 2670823714 ORPHAN 4700385404 12-FEB-08
    596841 596842 DEVE 2670823714 CURRENT 4700385404 12-FEB-08
    RMAN>
    my target database sid is 'DEVE'
    and my recovery catalog is 'RMAN' what could be responsible for me getting a db_name of FUNC (which is incidentally the name of another database on our systems but is not the target I connected to)
    I look forward to hearing pointers on how to investigate this issue.
    Thank you in advance
    J xx

    Hi,
    When you restored a controlfile from backup,it will list only copies or backup which were registered with this controlfeil,if you would like to catalog the backups in restored controlfile,you can use catalog command.
    Thanks

  • RMAN LIST BACKUP COMMAND

    I am using the following commands.
    RMAN> sql "alter session set nls_date_format=''dd-mon-yyyy HH24:MI:SS''";
    2> report unrecoverable database;
    3> report need backup days 2 database;
    4> list backup;
    5> EXIT;
    BS Key Type LV Size Device Type Elapsed Time Completion Time------- ---- -- ---------- ----------- ------------ ---------------
    6249525 Full 68G SBT_TAPE 01:38:05 *25-OCT-2010*
    BP Key: 6249547 Status: AVAILABLE Tag: TAG20101025T040741
    Even after setting nls_date_format, completion time in list backup command is not returning exact time..it is returning just the date..
    how to get completion time in RMAN LIST BACKUP COMMAND with hour,minute and second details...please let me know
    I am using catalog database...target database version 9i and catalog db version is 10g.
    Thanks,
    db

    NLS_DATE_FORMAT at OS level
    I tied this export NLS_DATE_FORMAT=DD-MON-YYYY HH24:MI:SS is throwing error
    NLS_DATE_FORMAT=DD-MON-YYYY: is not an identifier, please tell me what i am missing?

  • List incarnation of database

    DATABASE VERSION = 10.2.0.3
    PLATFORM = AIX 3
    Could some one please let me know the meaning of ORPHAN, which is visible when ever i give list incarnation command.
    RMAN> list incarnation of database merlinp;
    List of Database Incarnations
    DB Key Inc Key DB Name DB ID STATUS Reset SCN Reset Time
    1142887 1142888 MERLINP 3538586174 ORPHAN 1 06-APR-07.
    every time my rman backup is failing with the errors as
    RMAN-06004: ORACLE error from recovery catalog database: RMAN-20011: target database incarnation is not current in recovery catalog
    Target database was not opened with resetlogs. See below
    From TARGET DATABASE
    SQL> select RESETLOGS_CHANGE#, RESETLOGS_TIME from v$database;
    RESETLOGS_CHANGE# RESETLOGS
    1 06-APR-07
    From this we can see that Incarnation is already been registered in the catalog database.
    Plz let me know why my backup's are failing by looking at the above information.
    kumareshan

    There two points
    If 'reset database to incarnation <key>' was used to make an old incarnation current then restore the target database from a backup that matches the incarnation and mount it.You will need to do 'startup nomount' before you can restore the controlfile using RMAN Or use 'reset database to incarnation <key>' make the intended incarnation current in the recovery catalog.
    Additionally you can see Doc ID: Note:48364.1.
    Adith

  • List incarnation

    my database is oracle 8.1.7. i noticed that when i issue the list incarnation command, it does not show the time, only date. does anybody here know why?
    RMAN> list incarnation;
    RMAN-03022: compiling command: list
    List of Database Incarnations
    DB Key Inc Key DB Name DB ID CUR Reset SCN Reset Time
    1234567 1234567 DENISE 1234567890 NO 123456 22-JUL-10
    1234567 1234567 DENISE 1234567890 YES 123456 22-JUL-10
    Edited by: oracleelcaro on 22-jul-2010 17:00

    SQL> select dbinc_key,db_key,db_name from RMAN.dbinc where db_name='PROD';
    DBINC_KEY     DB_KEY DB_NAME 
        875312     875311 PROD    
    SQL> select DBID, NAME, DBINC_KEY, RESETLOGS_CHANGE#, RESETLOGS_TIME
      2  from rc_database_incarnation where dbid=2706003900;
          DBID NAME      DBINC_KEY RESETLOGS_CHANGE# RESETLOGS
    2706003900 PROD     875312                     1 07-FEB-07
    2706003900 PROD2    9179422           6.2038E+12 24-MAY-09
    SQL> alter session set nls_date_format = 'DD-MON-YYYY HH24:MI:SS' ;
    Session altered.
    SQL>  select DBID, NAME, DBINC_KEY, RESETLOGS_CHANGE#, RESETLOGS_TIME
      2   from rc_database_incarnation where dbid=2706003900;
          DBID NAME      DBINC_KEY RESETLOGS_CHANGE# RESETLOGS_TIME
    2706003900 PROD      875312                    1 07-FEB-2007 15:49:16
    2706003900 PROD2    9179422           6.2038E+12 24-MAY-2009 22:25:13

  • Formating RMAN "LIST" command output

    I am running following command at rman prompt which has a output over 10 pages which I cant scroll back to see the entire output.
    RMAN> LIST BACKUP OF ARCHIVELOG ALL;
    Is there any way where in I can use something similar to "set pause on" of sqllpus within rman.
    One way I am achieveing this is by using cmdfile and logfile option in whicle connecting. But its not that feasible to write command file for each and every command.
    Pls advise...

    You can try this to run the rman command and also you can have the options what you are looking for.
    $ echo 'list backup of archivelog all;' |
    rman rcvcat rman/rman target backup_admin/backup_admin@sri
    Recovery Manager: Release 10.2.0.1.0 - Production on Mon Mar 6 15:18:30 2006
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    connected to target database: SRI (DBID=1762478285)
    connected to recovery catalog database
    RMAN>
    List of Backup Sets
    ===================
    BS Key Size Device Type Elapsed Time Completion Time
    9936 374.63M DISK 00:00:32 06-MAR-06
    BP Key: 9941 Status: AVAILABLE Compressed: NO Tag: TAG20060306T115312
    Piece Name: E:\ORADATA\SRI\FLASH_RECOVERY_AREA\SRI\BACKUPSET\2006_03_06\O1_MF_ANNNN_TAG20060306T115312_20S4SD4B_.BKP
    List of Archived Logs in backup set 9936
    Thrd Seq Low SCN Low Time Next SCN Next Time
    1 81 12350590 02-MAR-06 12405197 02-MAR-06
    1 82 12405197 02-MAR-06 12474206 03-MAR-06
    1 83 12474206 03-MAR-06 12580631 06-MAR-06
    1 84 12580631 06-MAR-06 12609253 06-MAR-06
    1 85 12609253 06-MAR-06 12614028 06-MAR-06
    RMAN>
    Recovery Manager complete.
    But I have no idea what exactly you want to track in the output. Meaning which part of the output you want to grep and perform sort etc.,
    well you can try..
    $ echo 'list backup of archivelog all;' |
    rman rcvcat rman/rman target backup_admin/backup_admin@sri |
    grep < required string> | awk... bla bla... -Sri

  • FLASHBACK Database : rman vs sql command differnces

    I am new to Oracle and want understand the difference and which is the correct way of flashing back the database?
    RMAN command vs SQL Command on using FLASHBACK DATABASE
    SQL> FLASHBACK DATABASE TO RESTORE POINT BEFORE_ONLINE_TEST;  {CODE} Vs rman> run{
         flashback database to restore point BEFORE_TEST_320130313;
         sql "alter database open resetlogs"; }
    Referring this article on http://docs.oracle.com/cd/E11882_01/backup.112/e10642/rcmflash.htm#BGBDCAFA it says we can use both RMAN and SQL command for database flashback.
    Questions:
    1. Difference between using RMAN and SQL command on database flashback?
    2. When to use RMAN or SQL on the  database flashback?
    3. Which is the Oracle recommended or best way ?
    Edited by: Sivaprasad S on Mar 15, 2013 7:26 PM
    Edited by: Sivaprasad S on Mar 15, 2013 7:26 PM
    Edited by: Sivaprasad S on Mar 15, 2013 7:27 PM
    Edited by: Sivaprasad S on Mar 15, 2013 7:27 PM
    Edited by: Sivaprasad S on Mar 15, 2013 7:28 PM
    Edited by: Sivaprasad S on Mar 15, 2013 7:29 PM                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    When I issue the SQL Plus command of
    SQL> flashback database to restore point BEFORE_TEST_20130313 ;
    flashback database to restore point BEFORE_TEST_20130313
    ERROR at line 1:
    ORA-38754: FLASHBACK DATABASE not started; required redo log is not available
    ORA-38762: redo logs needed for SCN 87612483975 to SCN 87612485856
    ORA-38761: redo log sequence 1 in thread 1, incarnation 3 could not be accessedHowever on running this on RMAN
    RMAN>
    list backup of archivelog scn between 87612483975 and 87612485856
    RMAN> ;
    starting full resync of recovery catalog
    full resync complete
    List of Backup Sets
    ===================
    BS Key  Size       Device Type Elapsed Time Completion Time
    5212758 19.75M     SBT_TAPE    00:00:04     13-MAR-2013 16:36:17
            BP Key: 5212765   Status: AVAILABLE  Compressed: NO  Tag: TAG20130313T163611
            Handle: <TestDB_60:809973373:1>.al   Media: 945c30b6:506c6cd2:3a14:0001
      List of Archived Logs in backup set 5212758
      Thrd Seq     Low SCN    Low Time             Next SCN   Next Time
      1    1       87612468290 13-MAR-2013 13:28:19 87612484321 13-MAR-2013 16:36:06
      1    2       87612484321 13-MAR-2013 16:36:06 87612484339 13-MAR-2013 16:36:09
    BS Key  Size       Device Type Elapsed Time Completion Time
    5212759 896.50M    SBT_TAPE    00:00:17     13-MAR-2013 16:36:30
            BP Key: 5212766   Status: AVAILABLE  Compressed: NO  Tag: TAG20130313T163611
            Handle: <TestDB_59:809973373:1>.al   Media: 945c30b6:506c6cbd:39f5:0001
      List of Archived Logs in backup set 5212759
      Thrd Seq     Low SCN    Low Time             Next SCN   Next Time
      1    5       87612363812 12-MAR-2013 14:22:26 87612659040 13-MAR-2013 03:04:08
    run {
    allocate CHANNEL dev_2  TYPE 'SBT_TAPE' format '%U' PARMS  'SBT_LIBRARY=/opt/omni/lib/libob2oracle8_64bit.so,ENV=(OB2BARTYPE=Oracle8)';
    allocate CHANNEL dev_3  TYPE 'SBT_TAPE' format '%U' PARMS  'SBT_LIBRARY=/opt/omni/lib/libob2oracle8_64bit.so,ENV=(OB2BARTYPE=Oracle8)';
    allocate CHANNEL dev_4  TYPE 'SBT_TAPE' format '%U' PARMS  'SBT_LIBRARY=/opt/omni/lib/libob2oracle8_64bit.so,ENV=(OB2BARTYPE=Oracle8)';
    flashback database to restore point BEFORE_TEST_20130313;
    sql "alter database open resetlogs";
    release channel dev_2;
    release channel dev_3;
    release channel dev_4;
    starting media recovery
    archived log for thread 1 with sequence 2 is already on disk as file +DG_PERF_FLASH_02/TestDB/archivelog/2013_03_14/thread_1_seq_2.3612.810054205
    archived log for thread 1 with sequence 3 is already on disk as file +DG_PERF_FLASH_02/TestDB/archivelog/2013_03_14/thread_1_seq_3.1588.810054205
    channel dev_2: starting archived log restore to default destination
    channel dev_2: restoring archived log
    archived log thread=1 sequence=1
    channel dev_2: reading from backup piece <TestDB_60:809973373:1>.al
    channel dev_2: piece handle=<TestDB_60:809973373:1>.al tag=TAG20130313T163611
    channel dev_2: restored backup piece 1
    channel dev_2: restore complete, elapsed time: 00:00:46
    channel dev_2: deleting archived log(s)
    archived log file name=+DG_PERF_FLASH_02/TestDB/archivelog/2013_03_15/thread_1_seq_1.2969.810106317 RECID=49 STAMP=810106318
    media recovery complete, elapsed time: 00:00:05
    Finished flashback at 10-MAR-2013 05:32:07
    database reset to incarnation 5215723
    When we issue the SQL Plus command, if there is  need of old database backup of archive log, how does that SQL Plus communicate with rman recovery catalog and retrieve?

  • Oracle 10g RMAN is not working in RHEL 4 after fresh installation

    I downloaded Oracle 10g R2 from OTN at home for self study.
    I have problem with the RMAN after fresh installation Oracle 10g in RedHat Enterprise Linux AS 4. (x86)
    Everything seems works fine, database mounted including EM, SQLPlus, iSQLPlus etc.
    But when I attempt to execute RMAN command on the terminal, nothing is happening. No RMAN prompt, No error message!
    I ran the "relink all" command but no helps.
    Please advice.
    Edited by: Surf888 on Nov 16, 2008 9:51 AM

    I guess you are a common Linux 'victim', you don't invoke Oracle's rman, but a Linux executable:
    http://linux.about.com/cs/linux101/g/rman.htm
    Check your PATH variable, you may move $ORACLE_HOME/bin to the top.
    Werner

  • Creation of Logical Standby Database Using RMAN ACTIVE DATABASE COMMAND

    Hi All,
    I am in confusion how to create logical standby database from primary database using rman active database command.
    What i did:-
    Create primary database on machine 1 on RHEL 5 with Oracle 11gR2
    Create standby database on machine 2 on RHEL 5 With Oracle 11gR2 from primary using RMAN active database command
    Trying to create logical standby database on machine 3 on RHEL 5 with Oracle 11gR2 using RMAN active database command from primary.
    The point which confuse me is to start the logical standby in nomount mode on machine 3 with which pfile like i create the pfile for standby database do i need to create the pfile for logical standby db.
    I done the creation of logical standby database by converting physical standby to logical standby database
    I am following the below mentioned doc for the same:
    Creating a physical and a logical standby database in a DR environment | Chen Guang&amp;#039;s Blog
    Kindly guide me how to work over the same or please provide me the steps of the same.
    Thanks in advance.

    Thanks for your reply
    I already started the logical standby database with pfile in nomount mode. And successfully completed the duplication of database. by mentioning the DB_FILE_NAME_CONVERT and LOG_FILE_NAME_CONVERT parameter.
    But i am not able to receive the logs on the above mentioned blog i run the sql command to check the logs but getting "no rows selected"
    My primary database pfile is:
    pc01prmy.__db_cache_size=83886080
    pc01prmy.__java_pool_size=12582912
    pc01prmy.__large_pool_size=4194304
    pc01prmy.__oracle_base='/u01/app/oracle'#ORACLE_BASE set from environment
    pc01prmy.__pga_aggregate_target=79691776
    pc01prmy.__sga_target=239075328
    pc01prmy.__shared_io_pool_size=0
    pc01prmy.__shared_pool_size=134217728
    pc01prmy.__streams_pool_size=0
    *.audit_file_dest='/u01/app/oracle/admin/pc01prmy/adump'
    *.audit_trail='db'
    *.compatible='11.1.0.0.0'
    *.control_files='/u01/app/oracle/oradata/PC01PRMY/controlfile/o1_mf_91g3mdtr_.ctl','/u01/app/oracle/flash_recovery_area/PC01PRMY/controlfile/o1_mf_91g3mf6v_.ctl'
    *.db_block_size=8192
    *.db_create_file_dest='/u01/app/oracle/oradata'
    *.db_domain=''
    *.db_file_name_convert='/u01/app/oracle/oradata/PC01SBY/datafile','/u01/app/oracle/oradata/PC01PRMY/datafile'
    *.db_name='pc01prmy'
    *.db_recovery_file_dest='/u01/app/oracle/flash_recovery_area'
    *.db_recovery_file_dest_size=2147483648
    *.diagnostic_dest='/u01/app/oracle'
    *.dispatchers='(PROTOCOL=TCP) (SERVICE=pc01prmyXDB)'
    *.fal_client='PC01PRMY'
    *.fal_server='PC01SBY'
    *.log_archive_config='DG_CONFIG=(pc01prmy,pc01sby,pc01ls)'
    *.log_archive_dest_1='LOCATION=/u01/app/oracle/flash_recovery_area/PC01PRMY/ VALID_FOR=(ONLINE_LOGFILES,ALL_ROLES) DB_UNIQUE_NAME=pc01prmy'
    *.log_archive_dest_2='SERVICE=pc01sby LGWR ASYNC VALID_FOR=(ONLINE_LOGFILES,PRIMARY_ROLE) DB_UNIQUE_NAME=pc01sby'
    *.log_archive_dest_3='SERVICE=pc01ls LGWR ASYNC VALID_FOR=(ONLINE_LOGFILES, PRIMARY_ROLE) DB_UNIQUE_NAME=pc01ls'
    *.log_archive_dest_state_1='ENABLE'
    *.log_archive_dest_state_2='DEFER'
    *.log_archive_dest_state_3='DEFER'
    *.log_archive_max_processes=30
    *.log_file_name_convert='/u01/app/oracle/oradata/PC01SBY/onlinelog','/u01/app/oracle/oradata/PC01PRMY/onlinelog'
    *.open_cursors=300
    *.pga_aggregate_target=78643200
    *.processes=150
    *.remote_login_passwordfile='EXCLUSIVE'
    *.sga_target=236978176
    *.undo_tablespace='UNDOTBS1'
    My logical standby pfile is:-
    pc01ls.__db_cache_size=92274688
    pc01ls.__java_pool_size=12582912
    pc01ls.__large_pool_size=4194304
    pc01ls.__oracle_base='/u01/app/oracle'#ORACLE_BASE set from environment
    pc01ls.__pga_aggregate_target=79691776
    pc01ls.__sga_target=239075328
    pc01ls.__shared_io_pool_size=0
    pc01ls.__shared_pool_size=125829120
    pc01ls.__streams_pool_size=0
    *.audit_file_dest='/u01/app/oracle/admin/pc01ls/adump'
    *.audit_trail='db'
    *.compatible='11.1.0.0.0'
    *.control_files='/u01/app/oracle/oradata/PC01LS/controlfile/o1_mf_91g3mdtr_.ctl','/u01/app/oracle/flash_recovery_area/PC01LS/controlfile/o1_mf_91g3mf6v_.ctl'
    *.db_block_size=8192
    *.db_create_file_dest='/u01/app/oracle/oradata'
    *.db_domain=''
    *.db_file_name_convert='/u01/app/oracle/oradata/PC01SBY/datafile','/u01/app/oracle/oradata/PC01PRMY/datafile'
    *.db_name='pc01prmy'
    *.db_unique_name='pc01ls'
    *.db_recovery_file_dest='/u01/app/oracle/flash_recovery_area'
    *.db_recovery_file_dest_size=2147483648
    *.diagnostic_dest='/u01/app/oracle'
    *.dispatchers='(PROTOCOL=TCP) (SERVICE=pc01prmyXDB)'
    *.log_archive_config='DG_CONFIG=(pc01prmy,pc01sby,pc01ls)'
    *.log_archive_dest_1='LOCATION=/u01/app/oracle/flash_recovery_area/PC01PRMY/ VALID_FOR=(ONLINE_LOGFILES,ALL_ROLES) DB_UNIQUE_NAME=pc01prmy'
    *.log_archive_dest_2='LOCATION=/u01/app/oracle/flash_recovery_area/PC01LS/ VALID_FOR=(STANDBY_LOGFILES,STANDBY_ROLE) DB_UNIQUE_NAME=pc01ls'
    *.log_archive_dest_3='SERVICE=pc01ls LGWR ASYNC VALID_FOR=(ONLINE_LOGFILES, PRIMARY_ROLE) DB_UNIQUE_NAME=pc01ls'
    *.log_archive_dest_state_1='ENABLE'
    *.log_archive_dest_state_2='ENABLE'
    *.log_archive_max_processes=30
    *.log_file_name_convert='/u01/app/oracle/oradata/PC01SBY/onlinelog','/u01/app/oracle/oradata/PC01PRMY/onlinelog'
    *.open_cursors=300
    *.pga_aggregate_target=78643200
    *.processes=150
    *.remote_login_passwordfile='EXCLUSIVE'
    *.sga_target=236978176
    *.undo_tablespace='UNDOTBS1'
    Kindly advice over the same

  • Rman list backup; until scn

    Hello,
    my question might be a little strange, but I would just like to confirm my understanding to be sure about my testing.
    Consider the following:
    RMAN> list backup
    List of Backup Sets
    ===================
    BS Key  Size       Device Type Elapsed Time Completion Time
    5520    396.79M    DISK        00:02:38     15-OCT-11     
            BP Key: 5541   Status: AVAILABLE  Compressed: YES  Tag: TAG20111015T190048
            Piece Name: E:\KPZ\PROD_BACKUP\2011_10_15\O1_MF_ANNNN_TAG20111015T190048_79MKSH03_.BKP
      List of Archived Logs in backup set 5520
      Thrd Seq     Low SCN    Low Time  Next SCN   Next Time
      1    37170   690296258  14-OCT-11 690301863  14-OCT-11
      1    37171   690301863  14-OCT-11 690306944  14-OCT-11
      1    37172   690306944  14-OCT-11 690312517  14-OCT-11
      1    37173   690312517  14-OCT-11 690326343  14-OCT-11
      1    37174   690326343  14-OCT-11 690328734  14-OCT-11
      1    37175   690328734  14-OCT-11 690334332  14-OCT-11
      1    37176   690334332  14-OCT-11 690354457  14-OCT-11
      1    37177   690354457  14-OCT-11 690365309  14-OCT-11
      1    37178   690365309  14-OCT-11 690383830  14-OCT-11
      1    37179   690383830  14-OCT-11 690389381  14-OCT-11
      1    37180   690389381  14-OCT-11 690399124  14-OCT-11
      1    37181   690399124  14-OCT-11 690403117  14-OCT-11
      1    37182   690403117  14-OCT-11 690408333  14-OCT-11
      1    37183   690408333  14-OCT-11 690411748  14-OCT-11
      1    37184   690411748  14-OCT-11 690417353  14-OCT-11
      1    37185   690417353  14-OCT-11 690422345  14-OCT-11
      1    37186   690422345  14-OCT-11 690428300  15-OCT-11
      1    37187   690428300  15-OCT-11 690433347  15-OCT-11
      1    37188   690433347  15-OCT-11 690439543  15-OCT-11
      1    37189   690439543  15-OCT-11 690444502  15-OCT-11
      1    37190   690444502  15-OCT-11 690450317  15-OCT-11
      1    37191   690450317  15-OCT-11 690453707  15-OCT-11
      1    37192   690453707  15-OCT-11 690457501  15-OCT-11
      1    37193   690457501  15-OCT-11 690458775  15-OCT-11
      1    37194   690458775  15-OCT-11 690464449  15-OCT-11
      1    37195   690464449  15-OCT-11 690469446  15-OCT-11
      1    37196   690469446  15-OCT-11 690474941  15-OCT-11
      1    37197   690474941  15-OCT-11 690481459  15-OCT-11
      1    37198   690481459  15-OCT-11 690484981  15-OCT-11
      1    37199   690484981  15-OCT-11 690490292  15-OCT-11
      1    37200   690490292  15-OCT-11 690495899  15-OCT-11
      1    37201   690495899  15-OCT-11 690500991  15-OCT-11
      1    37202   690500991  15-OCT-11 690508506  15-OCT-11
      1    37203   690508506  15-OCT-11 690514835  15-OCT-11
      1    37204   690514835  15-OCT-11 690519918  15-OCT-11
      1    37205   690519918  15-OCT-11 690535732  15-OCT-11
      1    37206   690535732  15-OCT-11 690626387  15-OCT-11
      1    37207   690626387  15-OCT-11 690629393  15-OCT-11
      1    37208   690629393  15-OCT-11 690634991  15-OCT-11
      1    37209   690634991  15-OCT-11 690640154  15-OCT-11
      1    37210   690640154  15-OCT-11 690646056  15-OCT-11
      1    37211   690646056  15-OCT-11 690651236  15-OCT-11
      1    37212   690651236  15-OCT-11 690656775  15-OCT-11
      1    37213   690656775  15-OCT-11 690662593  15-OCT-11
      1    37214   690662593  15-OCT-11 690668154  15-OCT-11
      1    37215   690668154  15-OCT-11 690673574  15-OCT-11
      1    37216   690673574  15-OCT-11 690677649  15-OCT-11
      1    37217   690677649  15-OCT-11 690683129  15-OCT-11
      1    37218   690683129  15-OCT-11 690688406  15-OCT-11
      1    37219   690688406  15-OCT-11 690693988  15-OCT-11
      1    37220   690693988  15-OCT-11 690698971  15-OCT-11
      1    37221   690698971  15-OCT-11 690705146  15-OCT-11
      1    37222   690705146  15-OCT-11 690710236  15-OCT-11
      1    37223   690710236  15-OCT-11 690715886  15-OCT-11
      1    37224   690715886  15-OCT-11 690719326  15-OCT-11
      1    37225   690719326  15-OCT-11 690724866  15-OCT-11
      1    37226   690724866  15-OCT-11 690729976  15-OCT-11
      1    37227   690729976  15-OCT-11 690735596  15-OCT-11
      1    37228   690735596  15-OCT-11 690740660  15-OCT-11
      1    37229   690740660  15-OCT-11 690746167  15-OCT-11
      1    37230   690746167  15-OCT-11 690751851  15-OCT-11
      1    37231   690751851  15-OCT-11 690756900  15-OCT-11
      1    37232   690756900  15-OCT-11 690759044  15-OCT-11
    BS Key  Type LV Size       Device Type Elapsed Time Completion Time
    5521    Incr 0  494.68M    DISK        00:03:24     15-OCT-11     
            BP Key: 5542   Status: AVAILABLE  Compressed: YES  Tag: TAG20111015T195017
            Piece Name: E:\KPZ\PROD_BACKUP\2011_10_15\O1_MF_NNND0_TAG20111015T195017_79MKZP6W_.BKP
      List of Datafiles in backup set 5521
      File LV Type Ckp SCN    Ckp Time  Name
      14   0  Incr 690768806  15-OCT-11 E:\ORACLE\ORADATA\KPZP\DATAFILES\CCAPP.DBF
      126  0  Incr 690768806  15-OCT-11 E:\ORACLE\ORADATA\KPZP\DATAFILES\WAAPP.DBF
      131  0  Incr 690768806  15-OCT-11 E:\ORACLE\ORADATA\KPZP\DATAFILES\PSDEFAULT02.DBF
    BS Key  Type LV Size       Device Type Elapsed Time Completion Time
    5522    Incr 0  193.66M    DISK        00:01:38     15-OCT-11     
            BP Key: 5543   Status: AVAILABLE  Compressed: YES  Tag: TAG20111015T195017
            Piece Name: E:\KPZ\PROD_BACKUP\2011_10_15\O1_MF_NNND0_TAG20111015T195017_79ML6DXJ_.BKP
      List of Datafiles in backup set 5522
      File LV Type Ckp SCN    Ckp Time  Name
      3    0  Incr 690769344  15-OCT-11 E:\ORACLE\ORADATA\KPZP\DATAFILES\UNDOTBS01.DBF
      4    0  Incr 690769344  15-OCT-11 E:\ORACLE\ORADATA\KPZP\DATAFILES\USERS01.DBF
      128  0  Incr 690769344  15-OCT-11 E:\ORACLE\ORADATA\KPZP\DATAFILES\SYSAUX02.DBF
      132  0  Incr 690769344  15-OCT-11 E:\ORACLE\ORADATA\KPZP\DATAFILES\UNDO3.DBF
    BS Key  Type LV Size       Device Type Elapsed Time Completion Time
    5523    Incr 0  644.30M    DISK        00:04:11     15-OCT-11     
            BP Key: 5544   Status: AVAILABLE  Compressed: YES  Tag: TAG20111015T195017
            Piece Name: E:\KPZ\PROD_BACKUP\2011_10_15\O1_MF_NNND0_TAG20111015T195017_79ML9NMK_.BKP
      List of Datafiles in backup set 5523
      File LV Type Ckp SCN    Ckp Time  Name
      1    0  Incr 690770341  15-OCT-11 E:\ORACLE\ORADATA\KPZP\DATAFILES\SYSTEM01.DBF
      2    0  Incr 690770341  15-OCT-11 E:\ORACLE\ORADATA\KPZP\DATAFILES\SYSAUX01.DBF
      127  0  Incr 690770341  15-OCT-11 E:\ORACLE\ORADATA\KPZP\DATAFILES\SYSTEM02.DBF
      129  0  Incr 690770341  15-OCT-11 E:\ORACLE\ORADATA\KPZP\DATAFILES\SYSAUX03.DBF
    BS Key  Size       Device Type Elapsed Time Completion Time
    5524    18.86M     DISK        00:00:10     15-OCT-11     
            BP Key: 5545   Status: AVAILABLE  Compressed: YES  Tag: TAG20111015T200023
            Piece Name: E:\KPZ\PROD_BACKUP\2011_10_15\O1_MF_ANNNN_TAG20111015T200023_79MLKTVM_.BKP
      List of Archived Logs in backup set 5524
      Thrd Seq     Low SCN    Low Time  Next SCN   Next Time
      1    37233   690759044  15-OCT-11 690764137  15-OCT-11
      1    37234   690764137  15-OCT-11 690768526  15-OCT-11
      1    37235   690768526  15-OCT-11 690770962  15-OCT-11
    RMAN> /** I left out some lines that seemed duplicate for my question - lines with the same SCN and some older archived logs. I can post the whole thing if it should turn out to be relevant.
    What SCN would be appropriate for me to use, taking into account this is a level 0 incremental backup, to restore to the point of a full backup?
    I'm fairly sure i can do the following: (and yes, this will result in a successful restore/recover)
    run{
    set until scn 690770341;
    restore database;
    switch datafile all;
    recover database;
    }     But is that really the point that I should recover to? The other alternative would be to recover to the SCN of those archivelogs at the very bottom?
    Thank you for any comments, whatever they are :-)

    I am copying the backups between different hosts (or external tape applications) and building the database from backups. So I create a blank instance and catalog the backup files, then specify an SCN to restore/recover.
    Would the SCN part be unneeded? I guess if I want to recover to the latest possible state, I do not need to specify any SCN :-). For testing purposes I only specified the full backup SCN to save time, but in the event this would be needed in a production environment, you are right that I would need to recover to the latest possible SCN. Thanks for pointing that out.

  • Unable to execute QEMU command 'qom-list': The command qom-list has not been found

    I have been trying to get openstack working on the 2 Node Architecture -  Controller (OL6.6) and Compute(OL.6.6). I am following the Oracle Openstack Installation Document but I keep getting the following error -
    2015-03-26 20:32:13.662 8067 INFO nova.scheduler.filter_scheduler [req-92279e25-f098-4a7a-b8d5-a75bc965a3d3 6e5fe2a1961a4b31921c37f0d2e74265 326a884b9db44e56a68e8a9761ffcf84] Attempting to build 1 instance(s) uuids: [u'9fb4d99c-a7f7-4cd2-bbbc-4056ac0e8f1c']
    2015-03-26 20:32:13.676 8067 INFO nova.scheduler.filter_scheduler [req-92279e25-f098-4a7a-b8d5-a75bc965a3d3 6e5fe2a1961a4b31921c37f0d2e74265 326a884b9db44e56a68e8a9761ffcf84] Choosing host WeighedHost [host: kvm4A.com, weight: 1.0] for instance 9fb4d99c-a7f7-4cd2-bbbc-4056ac0e8f1c
    2015-03-26 20:32:33.586 8067 INFO nova.scheduler.filter_scheduler [req-92279e25-f098-4a7a-b8d5-a75bc965a3d3 6e5fe2a1961a4b31921c37f0d2e74265 326a884b9db44e56a68e8a9761ffcf84] Attempting to build 1 instance(s) uuids: [u'9fb4d99c-a7f7-4cd2-bbbc-4056ac0e8f1c']
    2015-03-26 20:32:33.588 8067 ERROR nova.scheduler.filter_scheduler [req-92279e25-f098-4a7a-b8d5-a75bc965a3d3 6e5fe2a1961a4b31921c37f0d2e74265 326a884b9db44e56a68e8a9761ffcf84] [instance: 9fb4d99c-a7f7-4cd2-bbbc-4056ac0e8f1c] Error from last host: kvm4A.com (node kvm4A.com): [u'Traceback (most recent call last):\n', u'  File "/usr/lib/python2.6/site-packages/nova/compute/manager.py", line 1328, in _build_instance\n    set_access_ip=set_access_ip)\n', u'  File "/usr/lib/python2.6/site-packages/nova/compute/manager.py", line 393, in decorated_function\n    return function(self, context, *args, **kwargs)\n', u'  File "/usr/lib/python2.6/site-packages/nova/compute/manager.py", line 1740, in _spawn\n    LOG.exception(_(\'Instance failed to spawn\'), instance=instance)\n', u'  File "/usr/lib/python2.6/site-packages/nova/openstack/common/excutils.py", line 68, in __exit__\n    six.reraise(self.type_, self.value, self.tb)\n', u'  File "/usr/lib/python2.6/site-packages/nova/compute/manager.py", line 1737, in _spawn\n    block_device_info)\n', u'  File "/usr/lib/python2.6/site-packages/nova/virt/libvirt/driver.py", line 2297, in spawn\n    block_device_info)\n', u'  File "/usr/lib/python2.6/site-packages/nova/virt/libvirt/driver.py", line 3704, in _create_domain_and_network\n    power_on=power_on)\n', u'  File "/usr/lib/python2.6/site-packages/nova/virt/libvirt/driver.py", line 3605, in _create_domain\n    domain.XMLDesc(0))\n', u'  File "/usr/lib/python2.6/site-packages/nova/openstack/common/excutils.py", line 68, in __exit__\n    six.reraise(self.type_, self.value, self.tb)\n', u'  File "/usr/lib/python2.6/site-packages/nova/virt/libvirt/driver.py", line 3600, in _create_domain\n    domain.createWithFlags(launch_flags)\n', u'  File "/usr/lib/python2.6/site-packages/eventlet/tpool.py", line 179, in doit\n    result = proxy_call(self._autowrap, f, *args, **kwargs)\n', u'  File "/usr/lib/python2.6/site-packages/eventlet/tpool.py", line 139, in proxy_call\n    rv = execute(f,*args,**kwargs)\n', u'  File "/usr/lib/python2.6/site-packages/eventlet/tpool.py", line 77, in tworker\n    rv = meth(*args,**kwargs)\n', u'  File "/usr/lib64/python2.6/site-packages/libvirt.py", line 738, in createWithFlags\n    if ret == -1: raise libvirtError (\'virDomainCreateWithFlags() failed\', dom=self)\n', u"libvirtError: internal error: unable to execute QEMU command 'qom-list': The command qom-list has not been found\n"]
    2015-03-26 20:32:33.592 8067 INFO nova.filters [req-92279e25-f098-4a7a-b8d5-a75bc965a3d3 6e5fe2a1961a4b31921c37f0d2e74265 326a884b9db44e56a68e8a9761ffcf84] Filter RetryFilter returned 0 hosts
    2015-03-26 20:32:33.592 8067 WARNING nova.scheduler.driver [req-92279e25-f098-4a7a-b8d5-a75bc965a3d3 6e5fe2a1961a4b31921c37f0d2e74265 326a884b9db44e56a68e8a9761ffcf84] [instance: 9fb4d99c-a7f7-4cd2-bbbc-4056ac0e8f1c] Setting instance to ERROR state.
    Any suggestions?
    Thanks

    Hi Avi,
    The guide is for OL6 (see excerpt from page 5)
    "A compute node is a system running Oracle Linux using KVM, or Oracle VM Server Release 3.3. You can download
    installation ISOs of the latest version of Oracle Linux 6, or Oracle VM Server Release 3.3, from the Oracle Software
    Delivery Cloud at:"
    And although 1.0 release says OL6.5 and later I cannot find the OL7 pacakges on the public yum server. The only ones I can find are http://public-yum.oracle.com/public-yum-openstack-ol6.repo  which is clearly OL6. I tried them on OL7 and the install fails.
    [ol6_openstack10]
    name=OpenStack 1.0 packages for Oracle Linux 6 (x86_64)
    baseurl=http://public-yum.oracle.com/repo/OracleLinux/OL6/openstack10/x86_64/
    gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-oracle
    gpgcheck=1
    enabled=1
    [ol6_latest]
    name=Oracle Linux $releasever Latest ($basearch)
    baseurl=http://public-yum.oracle.com/repo/OracleLinux/OL6/latest/$basearch/
    gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-oracle
    gpgcheck=1
    enabled=1
    If you have an Oracle Openstack install running I'd love to hear how you did it and what you did to accomplish it.
    Right now I'm running OL6.6 with a RDO icehouse packstack install and I'm running into problems mounting volumes.
    Openstack will be awesome once I get it running
    Thank you for any assistance.
    Dave

  • I want to put all my music onto an external hard drive.  But I can't get it to put music on my itunes.  The music list is completely empty and so is my IPOD.

    I want to put all my music onto an external hard drive.  But I can't get it to put music on my itunes.  The music list is completely empty and so is my IPOD.  How do I do this?  I have a PC with Windows.

    You say the music is not on the external HD, the music list (iTunes?) is empty, and it is not on the iPOd. Then where is the music you want to move to the external HD?
    You can redownlaod iTunes purchases by:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store

  • Printer List (Default) is empty

    When trying to add a new printer the default printer list comes up empty. I have not deleted any drivers, they are all still in /Library/Printers. I have tried reinstalling the drivers from the install disk, and repairing disk permissions, to no avail. Can anyone help?

    With the Print & Fax window open, point your mouse to the empty printer list then hold down Control and then click your mouse. The 'Reset printing system' dialog should appear. Select this and then restart your Mac. Now once restarted, open Print & Fax again and select to add. Select the printer from the default view or enter your network details and then see if the Print using menu has any models listed.

  • Data in dropdown list field are empty in PDF form

    Hi all.
    Viewing a pdf form created with SAP interactive Forms offline method, the data in the dropdown list field are empty.
    The data in the dropdown list field are generated by xml file produced by an abap report.
    The problem occurs opening the form with Adobe Reader 8.1 or higher. Using Adobe Reader release 7.0.9 everything is ok.
    Do you have any suggestion?
    Thanks in advanced.
    Best Regards.
    Moreno

    Hi Otto,
    the only release of Adobe Reader that work is 7.0.9. Release 8.1 and 9 have the same problem where the data in the dropdown list field are empty.
    At the end of the trace file in Adobe Reader 9.0.3 I find this error message:
    "Invalid version: The current version of the XFA template model exceeds the capability of Acrobat / Adobe Reader 7.0.5."
    The form has been created using Adobe Lifecycle Design 7.1.
    Any idea?
    Thanks
    Moreno

Maybe you are looking for

  • Reg stmfadm - unable to view a exported lun from ESXi

    Hi, We have a system installed with solaris 11 and created 4 luns and exported to ESXi via iSCSI. We could able to see 3 luns. One lun is not getting listed in ESXi under configuration --> storage adapters section. Is there any logs, we can check to

  • Double buffering daqmx

    I understand that DAQmx is supposed to do double buffering automatically.  When I run the example below in continuous mode, It will run continuously without error.  when I hit stop, it will give me a "Not enough memory to complete this operation." er

  • Jdev+ADF Mobile : Error java.lang.NullPointerException,need global variable

    hi, i am using jdeveloper version 11.1.1.1.0. i try to get value of field "id" from a table "customer" from input value from "username" and "password" form in welcome / login page. the value of field "id" that logged on will be used for further opera

  • BI Integratin Wizard Error.

    Hi friends! I select the template of freeform, I want to create a mutiple tables join. After  setting ,then query,it tells the query failed. Can somebody help me ?Please give me a example. Thanks!

  • 8.1.7 broken links

    I seem to be getting 404's trying to look at admin guides here: Oracle8i Release 8.1.7 Documentation