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

Similar Messages

  • 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

  • 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

  • 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

  • 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

  • How to make a list of commands

    Hi,
    I am making a VI to control a pump. I can communicate now with the pump ( thanks to you guys) but my promotor wants an easy acces list of commands to use on the front panel. For example RV00000900 is a command that is send to the pump an agrees with Run mode at 0.9 ml/ min. My promotor just wants a tab to choose the mode ( the pump can work in dispense mode or Constant Run mode) and a command-control to enter the flowrate. How can i make Run mode agree with RV00

    Make a Enum with the different commands and you'll have a nice list of commands. Make a control with which to control the speed. Place a Send command-boolean and in it's event you'll build your command from the other two controls and send it.
    /Y
    LabVIEW 8.2 - 2014
    "Only dead fish swim downstream" - "My life for Kudos!" - "Dumb people repeat old mistakes - smart ones create new ones."
    G# - Free award winning reference based OOP for LV

  • Lists of commands???

    I am new to java and I was wondering if there was a list of commands and what each of the commands do. For example, System.out.println()-prints a statement on the screen. I know there is probably a lot of commands, but if anyone knows of a place where I could maybe look at a few of them, will you please let me know???
    Thanx!

    Java is a programming language. System.out.println() is not just a simple command. Its a static method call. JAVA has specific syntax to use. So I suggest learning about Programming in general and then focus on Java. Here is a link
    http://java.sun.com/docs/books/tutorial/java/index.html
    Here is the Jdk1.4 Api as well
    http://java.sun.com/j2se/1.4/docs/api/

  • 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?

  • 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

  • Calling different lists in command action in j2me

    I have created a midlet with multiple lists and after user select one list element he will be directed to another list.I want to call these lists in command actions using List.SELECT_COMMAND and list_one.getselectedIndex( ).It works for only first list and "done" is displayed on listScreen1 when the first index of listScreen1 is selected . As well as again "done " is displayed when the first index of ListScreen2 is selected.How Should i over come from here?I have used switch case also for this instead of If condition and same problem exists.Please help me.Thanx a lot.
    if (c==List.SELECT_COMMAND )
    if(listScreen1.getSelectedIndex()==0)
    Display.getDisplay(parent).setCurrent(ListScreen2);
    ListScreen2.addCommand(BACK);
    ListScreen2.addCommand(OK);
    ListScreen2.setCommandListener(this);
    if(listScreen1.getSelectedIndex()==1)
    Display.getDisplay(parent).setCurrent(ListScreen3);
    ListScreen3.addCommand(BACK);
    ListScreen3.addCommand(OK);
    ListScreen3.setCommandListener(this);
    if(listScreen1.getSelectedIndex()==2)
    Display.getDisplay(parent).setCurrent(ListScreen4);
    ListScreen4.addCommand(BACK);
    ListScreen4.addCommand(OK);
    ListScreen4.setCommandListener(this);
    else
    System.err.println("Unexpected choice...");
    return;
    if (c==List.SELECT_COMMAND )
    if(ListScreen2.getSelectedIndex()==0)
    ListScreen2.append("done", null);
    }

    Hi,
    there are more problems. I'd say that you will see many times displayed the "Unexpected choice..." message. But the main problem is you are testing all screens at the same time despite any application/screen status. You don't know where you are (on what screen) and you test multiple screens. So the done is always added to the screen 2 (because the condition is always true). Only if current screen is no.2 you just see added content.
    So:
    - add some more precise application screen/state logic
    - manage the screens - you have existing instances of the screens but you multiple times add content and commands
    - make corrent conditions
    - use CODE tag during editing to enter the code, otherwise it's very bad readable.
    Rada

  • Missing files in "list copy" command once controlfile restored

    Hi,
    Performing restore/recover exercises (11gR2 on ASM), I did the following:
    1/ the DB running, "list copy" in RMAN (to retrieve a list of my backups),
    2/ then did a shutdown abort, went to AMSCMD and removed all datafiles/ctlfile/spfile manually
    (wanted to test a full restore with nothing left but archives and backups),
    3/ managed to restore my spfile with "restore spfile from '+DATA...",
    4/ then could "startup mount" my DB, and restore controlfile with
    "restore controlfile from '+FRA/DBNAME/BACKUPSET/2014_01_29/ncnnn...';"
    5/ then I did "list copy" again
    and here I saw 3 files were missing (so I started encountering plenty of issues
    to be able to further restore/recover...)
    Anybody ever met that problem before ??
    Thanks a lot in advance...
    Seb

    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

  • Problem of PI am having a weird problem in prinrinting List in Address Book

    I am having a weird problem in printing a list of addresses in Address Book. The odd number pages (1,3,5,etc.) print fine but the even number pages move the phone numbers from the third column and prints them over the second column's address and Note fields. Anybody know what is going on here? I have tried the Roll Call Directory software suggested by one respondent on another printing problem and while it is very nice, it seems to have its own quirks (Splits the information when it reaches the bottom left column of a two column set-up or prints at the top left column of the next page when it reaches the end of the right column instead of keeping the address intact in one spot).

    P.S. To as to this problem. I tried printing some more pages of the address list and now while some of the odd numbered pages seem OK as you go along it switches to some of the even numbered pages being OK with the odd numbered pages having the third column shifting to overprint on part of the 2nd column. In addition, I can't print envelopes since the program simply does nothing or crashes when the print button is selected.

  • Dbid,dbname

    Hello
    Are dbid and dbname stored in both controlfile, datafile and redologs ?

    Scofield wrote:
    Hello
    Are dbid and dbname stored in both controlfile, datafile and redologs ?Well the answer is yes but I would suggest that one should think little bit deeply about it. If its not there in these files, how would they come to know for which db they are working?
    HTH
    Aman....

  • Use list backupset command

    Dear all,
    I am using command "list backupset" to see my backup piece, however the list is too long. Is there any functions to see it properly?
    Amy

    Hi Amy,
    < list backup set summary; >
    or
    < list backup set completed after 'sysdate -2';
    Give a smaller output.
    You could also use sql against the v$backup_piece in the target.
    Regards,
    Tycho

  • Ps (list process) command in Solaris 10

    Dear all
    I'm upgrade from Solaris 9 to Solaris 10 and recently I meet one problem:
    In solaris 9, If I want to check the complete command for the running process, I could use
    /usr/ucb/ps -auxww
    then, the system could gives me everything.
    But in Solaris 10, I use the same command, but it seems that system has "cut" the args and I can't get the expected result anymore.
    Anybody ever meet such a problem before? could you give me some hints?
    Cheers
    Shen

    Under normal circumstances, the /usr/ucb/ps command is attempting to read the ARGV[0] from the process itself. This string can be long, but is under the control of the process (it can change it while it runs). Also, because of security issues, reading this data requires process privileges (usually have to be the owner or root).
    If privileges do not exist, ps will fall back to using the kernel buffer holding the first 80 characters of the exec string. This string is potentially shorter, but not under the control of the process, and no security restrictions exist for reading it.
    Besides /usr/ucb/ps, you can use 'pargs <PID>' to view this string. Of course if privileges aren't held, it won't tell you anything new. But it may be more explicit in telling you that fact, rather than silently substituting the kernel string instead.
    $ pargs 597
    pargs: cannto examine 597: permission denied
    Darren

Maybe you are looking for

  • Please help me. Can't install Oracle 9i on linux

    Hi, I have download all three filez and gunzip and cpio all the filez and put them under my /home/daniel/Disk(1,2,3) And afterwards, I go into the /Disk1/install/linux and run the runInstaller.sh script....or runInstaller. nothing happen. Could anyon

  • Page not found or displayed in the approve step

    Hi all when i am performing the approve step then i am able to do the mark as approved step. but there is no stop button is displayed for me when the approver wants to stop the task after marking as approved. how to gets displayed the stop button in

  • Oracle ASM uninstall issue.

    Hello folks. I am using Oracle Database 10.2.0.5 I am having some issues here: I was told to uninstall a Single instance database that was using a ASM. I did it using dbca, now i was told to uninstall ASM. But i have a problem, i don't know what's th

  • Got message that installer was misconfigured when trying to install new Inspiration Browser on my Ma

    Tried to install  an upgrade to my Elements 9 Inspiration Browser on my Mac and got message that installer was misconfigured-- what can I do?

  • Please, URGENT! Access objects in JInternalFrame

    I need to access a specific object in a JInternal frame, e.g. a JTextField. I have different istance of the same JInternalFrame that contain a JTabbedPane with different pane. I use the getSelectedFrame() method to get the JInternalFrame handle of th