Listener status shows 2 instances when only 1 exists

Greetings All,
I just moved a database to a new server/host and was troubleshooting a problem I had with Enterprise Manager, and ran the command “lsnrctl status”. See results below.
C:\Users\xxxxx>lsnrctl
LSNRCTL for 64-bit Windows: Version 11.2.0.1.0 - Production on 12-MAR-2013 09:23:09
Copyright (c) 1991, 2010, Oracle.  All rights reserved.
Welcome to LSNRCTL, type "help" for information.
LSNRCTL> status
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1521)))
STATUS of the LISTENER
Alias                     LISTENER
Version                   TNSLSNR for 64-bit Windows: Version 11.2.0.1.0 - Production
Start Date                11-MAR-2013 15:54:43
Uptime                    0 days 17 hr. 28 min. 32 sec
Trace Level               off
Security                  ON: Local OS Authentication
SNMP                      OFF
Listener Parameter File   C:\Oracle\product\11.2.0\dbhome_1\network\admin\listener.ora
Listener Log File         c:\oracle\diag\tnslsnr\473247-db1\listener\alert\log.xml
Listening Endpoints Summary...
  (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1521ipc)))
  (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=473247-db1.sr.net)(PORT=1521)))
Services Summary...
Service "CLRExtProc" has 1 instance(s).
  Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
Service "prod01.sr.net" has 2 instance(s).
  Instance "prod01", status UNKNOWN, has 1 handler(s) for this service...    <<<<<<<<<<<<<<<<<<<  ????
  Instance "prod01", status READY, has 1 handler(s) for this service...
Service "prod01XDB.sr.net" has 1 instance(s).
  Instance "prod01", status READY, has 1 handler(s) for this service...
The command completed successfully
LSNRCTL> exitWhy does the service "prod01.sr.net" have/show 2 instances? There is only 1 instance running on this machine/host/box?
During my troubleshooting the EM problem, I had added the following code to the listener.ora SID_LIST_LISTENER section, and re-started the LISTENER service. I was thinking that my EM problem had to do with the database not registering itself with the listener:
    (SID_DESC =
      (GLOBAL_DBNAME = prod01.sr.net)
      (ORACLE_HOME = C:\Oracle\product\11.2.0\dbhome_1)
      (SID_NAME = prod01)
    )How can I correct this?
I think I should somehow remove the instance with a status of UNKNOWN (see <<<<<<<<<<<<<< ???? above).
Any recommendations please?
Thanks,
Bob

It is nothing to worry about when you see the same instance showing up twice, once with status READY and once with status UNKNOWN.
READY means listener knows this because PMON of that instance told him so (dynamic registration)
UNKNOWN means listener knows this because of SID_LIST entry in the listener.ora (static registration)
Both is useful. Nothing broken here, so no need to fix it :-)
Kind regards
Uwe Hesse
"Don't believe it, test it!"
http://uhesse.com

Similar Messages

  • Listener not showing the instance for informix.

    Hi All,
    I am using oracle gateway 11g and here I just discovered that the one of the database listener not showing the instance for the informix gatways, though it has already configured. whereas on other database , the listner is showing the instances for informix database. it was running fine few days back though.
    would appriciate , if you coule let me know that why it suddenly stop responding ?
    ----------------- OK Listener ----------------------------
    ptmsap> lsnrctl status LISTENER_PTMSAP
    LSNRCTL for Linux: Version 11.2.0.3.0 - Production on 29-JUL-2012 05:07:07
    Copyright (c) 1991, 2011, Oracle.  All rights reserved.
    Connecting to (ADDRESS=(PROTOCOL=TCP)(Host=10.222.68.34)(Port=1621))
    STATUS of the LISTENER
    Alias                     LISTENER_PTMSAP
    Version                   TNSLSNR for Linux: Version 11.2.0.3.0 - Production
    Start Date                19-JUL-2012 10:25:25
    Uptime                    9 days 18 hr. 41 min. 41 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Parameter File   /db/ptmsap11/oracle/product/11.2.0/network/admin/listener.ora
    Listener Log File         /db/ptmsap11/oracle/diag/tnslsnr/tbx4new/listener_ptmsap/alert/log.xml
    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=10.222.68.34)(PORT=1621)))
    Services Summary...
    Service "MSCARD4" has 1 instance(s).
      Instance "MSCARD4", status UNKNOWN, has 1 handler(s) for this service...
    Service "as400" has 1 instance(s).
      Instance "as400", status UNKNOWN, has 1 handler(s) for this service...
    Service "db2test" has 1 instance(s).
      Instance "db2test", status UNKNOWN, has 1 handler(s) for this service...
    Service "ptmsap" has 1 instance(s).
      Instance "ptmsap", status UNKNOWN, has 1 handler(s) for this service...
    Service "tg4ifmx" has 1 instance(s).
      Instance "tg4ifmx", status UNKNOWN, has 1 handler(s) for this service...
    Service "tg4trai" has 1 instance(s).
      Instance "tg4trai", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    LISTENER_PTMSAP =
      (ADDRESS_LIST =
            (ADDRESS =
              (PROTOCOL = TCP)
              (Host = host_ip)
              (Port = 1621)
    SID_LIST_LISTENER_PTMSAP =
      (SID_LIST =
        (SID_DESC =
          (SID_NAME = ptmsap)
          (ORACLE_HOME = /db/ptmsap11/oracle/product/11.2.0)
          (PRESPAWN_MAX = 10)
       (SID_DESC=
         (SID_NAME=tg4ifmx)
         (ORACLE_HOME=/db/ptmsap11/oracle/product/11.2.0)
         (PROGRAM=dg4ifmx)
       (SID_DESC=
          (SID_NAME=tg4trai)
          (ORACLE_HOME=/db/ptmsap11/oracle/product/11.2.0)
          (PROGRAM=dg4ifmx)
       (SID_DESC=
         (SID_NAME=db2test)
         (ORACLE_HOME=/db/ptmsap11/oracle/product/11.2.0)
         (PROGRAM=dg4db2)
       (SID_DESC=
         (SID_NAME=as400)
         (ORACLE_HOME=/db/ptmsap11/oracle/product/11.2.0)
         (ENV="LD_LIBRARY_PATH=/db/ptmsap11/oracle/product/11.2.0/dg4db2/driver/lib:/db/ptmsap11/oracle/product/11.2.0/lib")
         (PROGRAM=dg4db2)
      (SID_DESC=
        (SID_NAME=MSCARD4)
        (ORACLE_HOME=/db/ptmsap11/oracle/product/11.2.0)
        (PROGRAM=dg4odbc)
        (ENVS=LD_LIBRARY_PATH=/opt/minisoft:/db/ptmsap11/oracle/product/11.2.0)
    +++++++ Not OK Listener++++++++++++++++++
    LISTENER_SMI =
      (ADDRESS_LIST =
            (ADDRESS =
              (PROTOCOL = TCP)
              (Host = host_ip)
              (Port = 1821)
    SID_LIST_LISTENER_SMI =
      (SID_LIST =
         (SID_DESC=
         (SID_NAME=SMICAN)
         (ORACLE_HOME=/pdsdev/ptmqa/oracle/product/11.2.0/db)
         (ENV="LD_LIBRARY_PATH=/pdsdev/ptmqa/oracle/product/11.2.0/db/dg4db2/driver/lib:/pdsdev/ptmqa/oracle/product/11.2.0/db/lib")
         (PROGRAM=dg4db2)
            (SID_DESC=
            (SID_NAME=SMIINTL)
            (ORACLE_HOME=/pdsdev/ptmqa/oracle/product/11.2.0/db)
            (ENV="LD_LIBRARY_PATH=/pdsdev/ptmqa/oracle/product/11.2.0/db/dg4db2/driver/lib:/pdsdev/ptmqa/oracle/product/11.2.0/db/lib")
            (PROGRAM=dg4db2)
            (SID_DESC=
            (SID_NAME=SMIMEL)
            (ORACLE_HOME=/pdsdev/ptmqa/oracle/product/11.2.0/db)
            (ENV="LD_LIBRARY_PATH=/pdsdev/ptmqa/oracle/product/11.2.0/db/dg4db2/driver/lib:/pdsdev/ptmqa/oracle/product/11.2.0/db/lib")
            (PROGRAM=dg4db2)
            (SID_DESC=
            (SID_NAME=SMIMRKTS)
            (ORACLE_HOME=/pdsdev/ptmqa/oracle/product/11.2.0/db)
            (ENV="LD_LIBRARY_PATH=/pdsdev/ptmqa/oracle/product/11.2.0/db/dg4db2/driver/lib:/pdsdev/ptmqa/oracle/product/11.2.0/db/lib")
            (PROGRAM=dg4db2)
    LISTENER_PTMQA11 =
      (ADDRESS_LIST =
            (ADDRESS =
              (PROTOCOL = TCP)
              (Host = host_ip)
              (Port = 1521)
    SID_LIST_LISTENER =
      (SID_LIST =
        (SID_DESC =
          (SID_NAME = ptmqa11)
          (ORACLE_HOME = /pdsdev/ptmqa/oracle/product/11.2.0/db)
          (PRESPAWN_MAX = 10)
       (SID_DESC=
         (SID_NAME=tg4ifmx)
         (ORACLE_HOME=/pdsdev/ptmqa/oracle/product/11.2.0/db)
         (PROGRAM=dg4ifmx)
       (SID_DESC=
          (SID_NAME=tg4trai)
          (ORACLE_HOME=/pdsdev/ptmqa/oracle/product/11.2.0/db)
          (PROGRAM=dg4ifmx)
       (SID_DESC=
         (SID_NAME=db2test)
         (ORACLE_HOME=/pdsdev/ptmqa/oracle/product/11.2.0/db)
         (PROGRAM=dg4db2)
       (SID_DESC=
         (SID_NAME=as400)
         (ORACLE_HOME=/pdsdev/ptmqa/oracle/product/11.2.0/db)
         (ENV="LD_LIBRARY_PATH=/pdsdev/ptmqa/oracle/product/11.2.0/db/dg4db2/driver/lib:/pdsdev/ptmqa/oracle/product/11.2.0/db/lib)
         (PROGRAM=dg4db2)
      (SID_DESC=
        (SID_NAME=MSCARD4)
        (ORACLE_HOME=/pdsdev/ptmqa/oracle/product/11.2.0/db)
        (PROGRAM=dg4odbc)
        (ENVS=LD_LIBRARY_PATH=/opt/minisoft:/pdsdev/ptmqa/oracle/product/11.2.0/db)
    )Regards
    Edited by: 937853 on Jul 29, 2012 2:10 AM

    thanks all, I was able to solve the issue. it was indeed a port no , which caused this issue.

  • Local listener status showing local virtual ip, but not local ip

    Hi,
    SNRCTL> stat LISTENER
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=LISTENER)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for IBM/AIX RISC System/6000: Version 11.2.0.1.0 - Production
    Start Date 19-JAN-2013 00:50:10
    Uptime 0 days 0 hr. 29 min. 51 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP ON
    Listener Parameter File /grid/app/11.2.0/grid/network/admin/listener.ora
    Listener Log File listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=LISTENER)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=10.9.50.231)(PORT=1521)))
    Services Summary...
    In every oracle documentation for e.g:11.2 Scan and Node TNS Listener Setup Examples [ID 1070607.1] we found the local listener status showing both local-ip and vip. Why is not showing in our case? What to do?
    Please suggest.
    Regards,
    Saikat

    Hi,
    Thanks a lot for your valubale answers.
    *1)In 11gR2 RAC I found that listener.ora is used from grid_home and there is no i/p, port no etc. Just key is present . But the status o/p shows ips,hots,ports. Does the oraagent process picks up those information from crs?*
    [grid@VM-PAGRAC3 admin]$ more listener.ora
    LISTENER=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=IPC)(KEY=LISTENER))))
    # line added by Agent
    LISTENER_SCAN1=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=IPC)(KEY=LISTENER_S
    CAN1)))) # line added by Agent
    ENABLE_GLOBAL_DYNAMIC_ENDPOINT_LISTENER_SCAN1=ON # line added by
    Agent
    ENABLE_GLOBAL_DYNAMIC_ENDPOINT_LISTENER=ON # line added by Agent
    [grid@VM-PAGRAC3 admin]$
    LSNRCTL> stat
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=LISTENER)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for Linux: Version 11.2.0.3.0 - Production
    Start Date 25-JAN-2013 10:53:17
    Uptime 4 days 9 hr. 13 min. 0 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /oracle/11.2.0/grid/network/admin/listener.ora
    Listener Log File /oracle/app/oracle/diag/tnslsnr/VM-PAGRAC3/listener/alert/log.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=LISTENER)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=10.17.0.129)(PORT=1521)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=10.17.0.133)(PORT=1521)))
    Services Summary...
    Service "+ASM" has 1 instance(s).
    Instance "+ASM1", status READY, has 1 handler(s) for this service...
    Service "PAGRAC" has 1 instance(s).
    Instance "PAGRAC1", status READY, has 1 handler(s) for this service...
    Service "PAGRACXDB" has 1 instance(s).
    Instance "PAGRAC1", status READY, has 1 handler(s) for this service...
    The command completed successfully
    LSNRCTL>
    2.What is the purpose of endpoint_listener.ora?
    [grid@VM-PAGRAC3 admin]$ cat endpoints_listener.ora
    LISTENER_VM-PAGRAC3=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=VM-PAGRAC3-vip)(PORT=1521))(ADDRESS=(PROTOCOL=TCP)(HOST=10.17.0.129)(PORT=1521)(IP=FIRST)))) # line added by Agent
    [grid@VM-PAGRAC3 admin]$
    It seems lots of changes have beeen done in 11gR2 related to listener. If you kindly help me regarding this I willl be grateful.
    Thanks a lot!
    Saikat

  • Battery status showing "not charging" when power adapter is plugged in

    I just bought a brand new Magsafe adapter 60w for my macbook but it seems that when i plugged in to my macbook, the battery status showed "not charging".  I have to disconnect and plug in again.  This also happened when I used my previous power adapter, that is why I got a new one.  Is this a common problem?  Please advise what could be done.

    Hi
    Try resetting the SMC. This sometimes solves this type of problem, in fact, it's listed as one of the reasons why you should try this:
    http://support.apple.com/kb/ht3964
    Bob

  • Report - Status of a specific advertisement showing 900 resources when only deployed to 100

    we have a strange problem where we run the "Status of a specific advertisment" is showing some bogus data.
    We deployed to a collection containing 100 PCs and the report for that collection ID shows:
    Accepted = 300
    Rejected = 5
    No Status = 600
    I found another report to get us more accuate information via CCMexec.com.
    My question revolves around the default report is showing wrong information? This isnt this first time its happened. I am guessing its an issue with our database?
    Anyone have any suggestions?

    What Report did you find on ccmexec? Without this info it is impossible answer your question.
    If you look at the query on ccmexec and within the report, what is different between them?
    My guess based on the fact that you need to enter in Collection id, that is the major difference between the two of them queries.
    Garth Jones | My blogs: Enhansoft and
    Old Blog site | Twitter:
    @GarthMJ

  • Multiple devices showing in iTunes when only one device is plugged in

    How come multiple devices show up in iTunes left-hand DEVICES column when I plug in only one device? When I plug in my iPhone, two of the same devices by the same name show up in the left hand column within iTunes, ALONG with two other iPhones in our family. Can anyone offer insight please? Thank you in advance!

    You may have enabled wifi sync on your iPhone.

  • Oracle SCAN Listener Status change

    Hi,
    During a high CPU Usage on one of the Node in Oracle RAC (11g R2) Environment resulted in automatic change of SCAN Listener Status to INTERMEDIATE.
    When the CPU Usage on the node came down, the SCAN Listener status automatically became ONLINE.
    From which log in Grid Infrastructure Home which shows the status change of Resources in Cluster.
    Thanks,
    Yusuf

    Thanks for the information.
    The log file mentioned in the previous post shows the output of lsnrctl status SCAN_LISTENER_<N>
    Is there any logs which shows the status mentioned in the output of command crsctl status resource -t\
    Thanks,
    Yusuf

  • Sales order status shows complete

    Hi Experts,
    I found a issue in Sales Cycle that is..
    Sales order overall status shows complete but actually only some material has been delivered and so many materials are pending. Can any one help Why it is happening?

    Hi,
    check, if there are allready delivery for the "pending material".
    The sales order is only checking if there are deliveries - not it the PGI is done.
    Regards
    Manuel

  • Sales order Header Credit status showing as Approved

    Hi all,
    My User created a Sales order with 200 tones with around 5700 USD but while saving it did not block sales order for credit but the customer was over their credit limit.in FD32 it already exceed 152 % Further orders have blocked with other customer is was blocking
    i check in FD32 it showing Cred.limited used 152%
    and the sales order header status showing as - Approved
    when the sales order status shows as approved
    can any one guide me what could be problem
    Thanks
    Rajesh

    Hi
    CHeck with the order, see who has changed it
    salesorder- goto - environment- click changes and check it for that.
    Check on - how it is released
    who has changed
    take the log and time
    if all the congi
    config
    fine...then check the change log
    or go to table CDHDR
    Revert if you have further queries.

  • When ipod has synched with library I find that extra copies of a whole album have been made on the ipod when onlu one exists in the iTunes library. How do I get rid of the extra copies without deleting from my library?

    When my ipod has synched with music library I am finding extra copies of whole albums (minus artwork) have been made on my ipod when only one exists in my library. How do I get rid of the extra copies without deleting the album from the library?

    See Recover your iTunes library from your iPod or iOS device.
    tt2

  • ORA-12514 & Listener Status Instance status Unknown issue

    Dear All,
    Database Version - 10.2.0.5.0
    Operating System - Windows XP
    I am using Oracle 10g version, which has two services (bit10g and ora10g) installed on it.
    Service ora10g was working before upgradation of Database to 10.2.0.5.0 and it was fine.
    On upgradation I was unable to start and connect using ora10g so I created another that is bit10g.
    Service bit10g was working fine for quite a long time. The last I worked and connected was on thu and it was connecting with no issues.
    Now when I am trying to connect to database today I am unable to connect as I am getting
    ORA12514 - TNS:listener does not currently know of service.
    Secondly I tried to search forums which guided me to check the Listener Status.
    Microsoft Windows XP [Version 5.1.2600]
    (C) Copyright 1985-2001 Microsoft Corp.
    C:\Documents and Settings\Admin>lsnrctl status
    LSNRCTL for 32-bit Windows: Version 10.2.0.5.0 - Production on 12-JAN-2013 11:42
    :54
    Copyright (c) 1991, 2010, Oracle.  All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=toshiba-arif)(PORT=1521)
    STATUS of the LISTENER
    Alias                     LISTENER
    Version                   TNSLSNR for 32-bit Windows: Version 10.2.0.5.0 - Produ
    ction
    Start Date                12-JAN-2013 11:18:12
    Uptime                    0 days 0 hr. 24 min. 43 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Parameter File   C:\ora10g\product\10.2.0\db_1\network\admin\listener.o
    ra
    Listener Log File         C:\ora10g\product\10.2.0\db_1\network\log\listener.log
    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=toshiba-arif)(PORT=1521)))
    Services Summary...
    Service "Oracle8" has 1 instance(s).
      Instance "bit10g", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfullyFollowing is my listener.ora file
    # listener.ora Network Configuration File: C:\ora10g\product\10.2.0\db_1\NETWORK\ADMIN\listener.ora
    # Generated by Oracle configuration tools.
    SID_LIST_LISTENER =
      (SID_LIST =
        (SID_DESC =
          (GLOBAL_DBNAME = Oracle8)
          (SID_NAME = bit10g)
    LISTENER =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = toshiba-arif)(PORT = 1521))
      )Please note that I am a developer with no DBA exposure.
    So please guide me so that I will be able to resolve my issue.
    Thanks & Regards
    Arif Khadas

    Once again Thanks Paul for your quick response.
    I also have Oracle 9i installed on my machine but the service and Listener for 9i is stopped.
    Following is the tnsnames.ora for 9i
    # TNSNAMES.ORA Network Configuration File: C:\oracle\ora92\NETWORK\ADMIN\tnsnames.ora
    # Generated by Oracle configuration tools.
    BIT10G =
    (DESCRIPTION =
    (ADDRESS =
    (PROTOCOL = TCP)
    (HOST = toshiba-arif)
    (PORT = 1521)
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = bit10g)
    BIT_ORA9I =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = IAS)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = ORA9I)
    ORA10G =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = toshiba-arif)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = ora10g)
    ORA9I =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = toshiba-arif)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = ora9i)
    INST1_HTTP =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = AH-IBM)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = SHARED)
    (SERVICE_NAME = MODOSE)
    (PRESENTATION = http://HRService)
    CRCPROD =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.1.1.185)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = bridges)
    IAS_ORA10G =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = IAS)(PORT = 1522))
    (CONNECT_DATA =
    (SID = ORA10G)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    BIT_ORA10G =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = IAS)(PORT = 1522))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = ORA10G)
    )

  • OEM 10g shows DB Instance status as unmounted

    Hi All,
    I have recently refreshed a DB from Prod instance but did not create a black out in OEM before starting the refresh of DB. After the refresh, the status of DB in OEM is showing up as "Status: Unmounted Details:The instance is open
    The instance has been started in no-mount state" but it shows the listener status as "UP" and also shows the status as "UP" in the general section. I have tried clearstate agent and upload which did not work. I have also tried cleaning up all the collection files, upload files and state files and restarting the agent by unsecuring and securing it again but none of this worked. Does anybody have any ideas how to trouble shoot this?
    Thank you.

    Search Bug 6073721 in support. That fix worked for me using OEM 10.2.0.5 on AIX.
    To summarize: Find the metric and policy settings for the DATABASE (not the global ones for OEM) and change the value for unmounted to 1 (or anything > 0). Then go back to the database home screen and refresh. The fix might not take effect immediately, so try the refresh more than once.

  • CBT Enrollment Status shows 'Completed' even though you have only done 1%

    Hello,
    Can anyone advise why the enrollment status on a CBT, shows 'Completed' when you access it and only complete a part of the CBT (in the Enrolment Summary table). When you click on 'Completed', and view full Enrolment Details the 'Successful Attendance' field is automatically flagged as 'Yes' and the 'Enrollment Status' shows Attended.
    The Learner has definately not completed or passed the CBT.
    Thanks
    Debbie

    Hi Anders,
    1: Are you using Oracle iLearning or Oracle Learning Management (OLM)?
    OLM
    2: How is the content set up in the LMS: What is your content structure (chapters, sub chapters etc.)?
    I am not sure but it looks like chapters and sub-chapters, that exapnd and collapse. We are using the "Microsoft® Office Standard Edition 2003 Collection" software
    3: Do you use SCORM or AICC to communicate between content and LMS? SCORM
    Thanks
    Debbie

  • QMaster only showing 1 instance for i5 macbook pro

    QMaster is only showing 1 instance for core i5 macbook pro. This is a dual core i5.
    So still, I can only use one core. It only shows 50% of the preocessor being used and 50% is Idle in Activity monitor.
    Long render times. Like 18 hours of render for 90 minutes of video 720 HD in Compressor.
    So when I press "Share" for Compressor in QMater the "Options for Selected Service" is greyed out and only set to 1 instance.
    Thanks

    OK so back to Compressor. I am using Compressor and it is only USING 50% of the computer according to my Activity Monitor. Any thoughts?
    When I look at my Windows computer it has a duel core system as well and uses 98% of the the processor according to its' monitor.
    If you can't think of anything, that's cool, but just wondering if anyone has had a similar issue. Just wanting to chit chat. I don't really think I need to get a hulk deskop computer when Apple advertises that I can upgrade to a Quadcore (8 virtual core) macbook pro and be fine with that. Although I am using just the i5 duel core right now.

  • AppleTV 3 only showing Apple logo when connected to very new Panasonic plasma - worked Ok with older Panasonic (2007)

    AppleTV 3 only showing Apple logo when connected to very new Panasonic plasma - worked Ok with older Panasonic (2007) - have reset AppleTV, tried 3 HDMI cables.

    Tried again as you suggested - no luck. Ref sequence below
    A. Pressed menu &amp; down to reset Apple TV
    B after reset &amp; restart pressed menu &amp; up buttons to change resolution. After pressing both buttons for 6 sec, LED starts flashing - released both buttons. TV screen blank. After 20 to 30 sec horizontal lines came on screen remained for 20 sec then screen again went blank. Waited for couple minutes. LED still flashing - pressed Menu button for 2/3 sec  - flashing stopped &amp; LED glows continuously. Screen blank
    C. Reset the unit again by pressing menu &amp; down. When it restarted - while LED was still flashing, got orange color screen with Apple logo in the middle. This screen remained till LED stopped flashing &amp; then screen went blank

Maybe you are looking for

  • My ipad seems to be connected to WIFI but nothing is working

    I can see the sign that its conected but nothing is working........

  • Need to compare two fields and populate the other fields.

    Hi All, I have scenario like this. DATA: text1(150) type C VALUE 'Step: SHORT DUMP; Scenario: PRE; Date :09.07.2007. Time :13:08:33.'. DATA: text2(150) TYPE C       VALUE 'Step: &; Scenario: &; &', DATA: text_A(150) TYPE C,           text_B(150) TYPE

  • What is the use of item usage in the item category determination.

    Hi, What is the use of item usage in the item category determination. can any one please give me config setting where from actually the system will take the item usage and background functionality thanks Kuntla

  • ITunes 11.4 stops working. What do I do

    I have Win7 The update 11.4 stopps after 10secs I have worked thru the diagnostics suggested in iTunes for Windows Vista, Windows 7, or Windows Languages English 8: Fix unexpected quits or launch issues and iin iTunes: Troubleshooting issues with thi

  • PSE 9 print options?

    Are the print options in PSE 9 the same as PSE 8?  In  PSE 7 and earlier the print function was far superior to PSE 8.  You could size the print and position the print anywhere on the page.  These options are not available in PSE 8.  I do not want to