How do I monitor the listener process

After starting the listener, I have to wait for few min. before I connect to the database.
Otherwise I get the following error.
How do I monitor the listener process and make sure, still it is trying to
establishing connection with oracle instance ?
thanks
siva

After starting the listener, I have to wait for few
min. before I connect to the database.That's normal when the registration is dynamic (no SID_LIST in listener.ora). This does not happen if the listener is started before the DB. See http://download-uk.oracle.com/docs/cd/B19306_01/network.102/b14212/architecture.htm#sthref429
But you can force the registration. As sysdba do
SQL> alter system register;
or you can statically configure your DB within listener.ora, SID_LIST section.
How do I monitor the listener process $ lsnrctl status
and
$ lsnrctl services

Similar Messages

  • How to monitor the wrapper process flows

    Hi,
    I have a process flow(main wrapper) which contains the 2 child process flows(child_PF1, child_PF2). which looks like below.
    start -> Child_PF1 -> Child_PF2 -> end
    I am able to run the the process flows successfully. I want to monitor the process flows and the % of completion of the process flow.
    I am able to check the parent and child process flows seperately. I am unable to link the parent process flow to its child work flows. Can anyone explain how to link/track the Parent process flow to its child process flows.
    When i open the Parent process flow i was able to see the child process flow as an operator. But i was not able to view the contents child process flow further.
    Oracle Workflow server version is 2.6.4
    OWB version is 10.1.0.4
    Thanks in Advance,
    SriGP.

    Hi,
    the following SQL works with OWB 10.2.
    SELECT to_char(x.created_on,'dd.mm. hh24:mi') as created_on,
           --x.root_id as r_id,
           sys_connect_by_path(x.map_name, '/') AS NAME,
           step_name as target,
           --x.map_name as map_name,
           --x.run_status,
           x.number_records_updated + x.number_records_inserted + x.number_records_merged + x.number_records_deleted AS "#R",
           --x.number_records_selected AS "#S",
           --x.number_records_inserted AS "#I",
           --x.number_records_updated AS "#U",
           --x.number_records_merged AS "#M",
           --x.number_records_deleted AS "#D",
           NVL(x.elapse_time, round((x.updated_on - x.created_on) * 86400)) AS secs,
           x.status
      FROM (SELECT r.top_level_execution_audit_id AS root_id,
                   r.parent_execution_audit_id AS parent_id,
                   r.execution_audit_id AS audit_id,
                   r.created_on,
                   r.updated_on,
                   coalesce(substr(m.map_name, 2, length(m.map_name) - 2), r.execution_name) AS map_name,
                   r.return_result,
                   s.elapse_time,
                   m.run_status,
                   s.number_records_selected,
                   s.number_records_inserted,
                   s.number_records_updated,
                   s.number_records_merged,
                   s.number_records_deleted,
                   s.step_name,
                   s.run_status as step_status,
                   s.elapse_time as step_time,
                   s.step_id,
                   p1.VALUE AS p1,
                   coalesce(e.run_error_message, msg.message_text, s.run_status, m.run_status, r.return_result, 'RUNNING') AS status,
                   msg.message_text
              FROM all_rt_audit_executions r,
                   all_rt_audit_map_runs m,
                   all_rt_audit_map_run_errors e,
                   all_rt_audit_step_runs s,
                   (SELECT execution_audit_id,
                           message_text
                      FROM all_rt_audit_exec_messages
                     WHERE message_line_number = 1) msg,
                   (SELECT p.execution_audit_id,
                           p.parameter_name,
                           p.parameter_kind,
                           p.VALUE
                      FROM all_rt_audit_execution_params p
                     WHERE p.parameter_kind = 'CUSTOM'
                       AND p.parameter_name = 'OTIM_ID') p1
             WHERE 1 = 1
               AND r.execution_audit_id = p1.execution_audit_id(+)
               AND m.map_run_id = e.map_run_id(+)
               AND m.map_run_id = s.map_run_id(+)
               AND r.execution_audit_id = m.execution_audit_id(+)
               AND r.execution_audit_id = msg.execution_audit_id(+)) x
    WHERE 1 = 1
       AND x.created_on > trunc(SYSDATE) - 0
    CONNECT BY x.parent_id = PRIOR x.audit_id
    START WITH x.parent_id IS NULL
    ORDER SIBLINGS BY x.root_id DESC, x.audit_id DESC, x.step_id DESCMaybe your are lucky and it will work also with OWB 10.1.
    Regards,
    Carsten.

  • How can i view the Streams process through 10g OEM

    I have successfully configured OEM on Oracle 10.1.0.3
    My question is:
    How can i view the Streams processes and queues so that i could monitor its functionality.
    In 9i Java Console OEM I was able to monitor Streams using the <Distributed> tab but I don't find any such option in 10g. Please help.
    Thanks in Advance.
    Regards,
    Raj

    There's a message on the Database Administration page of EM10g.
    "TIP      Use the Enterprise Manager 10g Java Console to manage Streams, Advanced Replication, Advanced Queues, XML Database, Spatial and Workspace."
    At present there is no way through the EM10g Web Interface, and I understand the Java version which comes with 10g doesn't contain any 10g new features.
    So I am still using OEM 9.2 in addition to EM10g
    Thanks,
    Alan...

  • How can we stop the Collapse process in process chain.

    hi
    guys
             How can we stop the Collapse process in process chain.if any one know's plz tell me
    your regards
    suresh

    Hi,
    All the above post duly suggest a the methods we usually follow to cancel a collapse request i.e sm37 ---> Cancel without core,but these solution only applies if we are running collapse as a seperate variant in the process chain, in case its running as a part of change run the all above process will lead to the locking of the target.
    In that case if you could "lock the target" even before the collapse ran will result in the "Stopping of the collapse on the target automatically" .
    As far as figuring out the exat job of the collapse, you can directly get the job details in the "display message' , context menu option of the "Collapse variant" in the chain, clicking on the batch monitor and then clicking on the job to get its detail,then going to the specific "Application server " via SM51 and cacelling the job.
    Do check wearther the target is unlocked or not in sm12 if not then choose the object in se03 and select "Unlock".
    Hope it will serve yoour purpose
    Thax & Regards
    Vaibhave Sharma

  • How do I monitor the actual refresh of materialized view.

    Hi See below,
    I am creating the materialized view.
    It took a while to see the actual data in the table. Do you any reason.
    How do I, investigate, if there is any issue, how do I monitor the actual refresh.
    I am worried since, it look long time to see the actual data, after creating the materialized view.
    SQL> @"ee_grant_details_mview.sql.bkp"
    Snapshot dropped.
    Snapshot created.
    SQL>
    select count(*) from grant_details_mview;SQL>
    COUNT(*)
    0
    SQL> select count(*) from grant_details_mview;
    COUNT(*)
    0
    SQL> commit;
    Commit complete.
    SQL> select count(*) from grant_details_mview;
    COUNT(*)
    0
    SQL> select count(*) from grant_details_mview;
    COUNT(*)
    0
    SQL> select count(*) from grant_details_mview;
    COUNT(*)
    0
    SQL> select count(*) from grant_details_mview;
    COUNT(*)
    0
    SQL> select count(*) from grant_details_mview;
    COUNT(*)
    344466
    SQL>

    During the initial building of the materialized view, the data is not available to users until the refresh completes.
    If you are talking about subsequent refreshes, you have a few options
    - Can the materialized view be made fast refreshable?
    - If not, can you put the materialized view be put into a refresh group? This will increase the time required to refresh, since Oracle would be deleting and inserting rather than truncating and inserting, but the old data will remain available for users until the refresh completes.
    Note that the Replication or Database - General forums might be more appropriate for this sort of question. You may want to move further discussion to one of those forums.
    Justin

  • How can I monitoring the usage of an index in oracle 8i

    Dear Gurus,
    I known the Oracle 9i have this new feature "Identifying Unused Indexes" via ALTER INDEX MONITORING USAGE, but how can I monitoring the index usage in the Oracle 8i?
    Regars

    You can't in 8i. However you can look at the SQL Text in the SGA looking for anything that matches the table name that the index is for and then look at the explain plan for the selects and updates. Pain in the xxx to do but it should give you the information.

  • How do I start the CC process?

    I bought a Photoshop and Lightroom update in 11/13 and thought that included CC. I have serial numbers on my receipt. How to do start the CC process? Janis Hefley

    Cloud programs do not use serial numbers... you log in to your paid Cloud account to download & install & activate... you MAY need to log out of the Cloud and restart your computer and log back in to the Cloud for things to work
    Log out of your paid Cloud account... Restart your computer... Log in to your paid Cloud account
    -Sign in help http://helpx.adobe.com/x-productkb/policy-pricing/account-password-sign-faq.html
    http://www.adobe.com/products/creativecloud/faq.html
    http://helpx.adobe.com/creative-cloud/help/install-apps.html to install or uninstall
    http://forums.adobe.com/community/download_install_setup/creative_cloud_faq
    What it is http://helpx.adobe.com/creative-cloud/help/creative-cloud-desktop.html
    Cloud Getting Started https://helpx.adobe.com/creative-cloud.html

  • How do I stop the login process when I open iTunes?

    How do I stop the login process when I open iTunes? It often request I login sometimes twice.

    I amhaving the same issue of having to log into  my apple account wheever I open I-Tunes. In my iTunes sharing my password requirment is unchecked and in filevault it is unchecked also. I have just upgraded to the newest version of iTunes and I still get the pop-up window asking me to login.
    Any other thoughts?
    thank you

  • Every app install results in the "waiting" mode on my home screen.   How can I complete the install process?

    Every attempted app installation results in the "waiting" mode icon on my home screen.   How can I complete the install process?   What am I missing?

    Hi,
    1) Forget downloading the application from the device, and instead download it through iTunes and sync to transfer the application to your iPhone / iPad.
    2) Other way is: Go to Application Settings> Store and tap above the Apple ID to sign out. Restart your iPhone / iPad, go back to Settings> Store and sign. Tap the icon that was waiting to update the application.

  • I just bought a new macbook air and while transferring documents from my old computer to my new one it stopped working, how do I restart the transferring process (it won't force quit on the new one)?

    I just bought a new macbook air and while transferring documents from my old computer to my new one it stopped working, how do I restart the transferring process (it won't force quit on the new one)?
    I NEED HELP

    jesster03 wrote:
    i just bought a new macbook w/ mtn lion. when i transferred data from my old macbook over, it created another user name (i called it "old computer"). That's actually good
    That's actually bad. Peruse Pondini's Setup New Mac guide and seriously consider starting over.

  • CS6 3d: how do I stop the rendering process?

    How do I stop the rendering process in CS6 3d? You used to be able to just click the mouse.

    Steve:
    Thanks for working with me on this. I'm not much of a techie, so bear with me. This is the info I think you were referring to. If it's not, just let me know and I'll try and get it.
    Hardware Overview:
      Model Name:     iMac
      Model Identifier:     iMac10,1
      Processor Name:     Intel Core 2 Duo
      Processor Speed:     3.06 GHz
      Number of Processors:     1
      Total Number of Cores:     2
      L2 Cache:     3 MB
      Memory:     12 GB
      Bus Speed:     1.07 GHz
    Chipset Model:     ATI Radeon HD 4670
      Type:     GPU
      Bus:     PCIe
      PCIe Lane Width:     x16
      VRAM (Total):     256 MB
      Vendor:     ATI (0x1002)
      Device ID:     0x9488
      Revision ID:     0x0000
      ROM Revision:     113-B8030C-253
      EFI Driver Version:     01.00.367
    If you have any questions or concerns please don't hesitate to contact me.
    Dennis

  • How can I interupt the download process and close iPhoto

    how can I interupt the download process and close iPhoto

    If you really want to quit, force quit (command+q).

  • How can I stop the install process?

    How can I stop the install process? It tells me my disk is damaged and to restart and repair, but when I restart it tries to install again....it's a never ending cycle. I'd rather keep the system I have than continue this mess.

    Hello Serau1s,
    It sounds like you are installing Mavericks, and are being prompted to restart and repair your hard drive, but when the computer restarts it goes back to the installation process. The following article should help you get that disk repaired by getting you to the recovery partition, named:
    Disk Utility 12.x: Repair a disk
    http://support.apple.com/kb/PH5836
    Print this help page so you can refer to it later. (You don’t have access to Disk Utility Help when you restart up your computer in the next step.)In the Disk Utility Help window, choose Print from the Action pop-up menu (looks like a gear).
    Choose Apple menu > Restart. Hold down the Command (⌘) and R keys as your computer restarts.When you see a white screen with an Apple logo in the middle, you can release the keys.
    Click Disk Utility, and then click Continue.
    In the list at the left, select the item you want to repair. (Be sure to select an item that’s indented to the right in the list, not an item at the far left.)
    Click First Aid.
    If Disk Utility tells you the disk is about to fail, back it up and replace it. You can’t repair it.
    Click Repair Disk.If Disk Utility reports that the disk appears to be OK or has been repaired, you’re done. Otherwise, you may need to do one of the following steps.
    If Disk Utility reports “overlapped extent allocation” errors, two or more files occupy the same space on your disk, and at least one of them is likely to be corrupted. Check each file in the list of affected files. If you can replace a file or recreate it, delete it. If it contains information you need, open it and examine its data to make sure it hasn’t been corrupted. (Most of the files in the list have aliases in a DamagedFiles folder at the top level of your disk.)
    If Disk Utility can’t repair your disk or it reports “The underlying task reported failure,” try to repair the disk or partition again. If that doesn’t work, back up as much of your data as possible, reformat the disk, reinstall Mac OS X, and then restore your backed-up data.If you continue to have problems with your disk, it may be physically damaged and need to be replaced.
    Thank you for using Apple Support Communities.
    All the very best,
    Sterling

  • How do i monitor the health of my Raid array?

    First, I want to thank Harm, Bill, and all the countless others who continue to give great advice on this forum.  My question is how to I monitor the health of my raid array and how to determine which disk is acting up.   I am using a 3-disk soft raid 0 off my motherboard (gigabyte ud3p).  Seems to work pretty well but occasionally has a hiccup in certain programs.  I wonder if it is a sign of an impending problem or if it is just because it is a soft raid.  I've tried several HD diagnostics (Crystal Disk Info, Active@, HD Tune, etc.) but aside from temperature, they don't give any info about the impending death of my raid 0.  I have the SMART feature turned on in bios.
    To premtively address the critics about the raid 0.  I only do about one video a week and do a backup every night.  So i figured it (and when) it crashes, i'll just lose a days work. The motherboard is suppose to do a raid 5 but it performed really poorly.  My system is configured with additional drives (SSD boot, Raid 0 scratch, and final video) as recommended.  Any advice would be appreciated.
    michael

    The problem with almost all raid controllers is that they do not support SMART. So that is out. With software raids you are even more limited.
    With hardware raid controllers you have web based interfaces that show some basic information, like this:
    but software raids do not. There are two ways to determine possible problems, at least that I know of:
    1. Use drive cages with LED's for the individual drives to show activity and inspect them visually.
    2. Use old-fashioned manual labour to feel vibrations, temperatures and hear clicks on individual drives.
    With only 3 drives in the raid, the chances of guessing correctly are 33.3% to start with and they only increase with manual inspection. A far easier job than in the case of 6 or more disks.
    Sorry I can not offer better suggestions.

  • How do i monitor the temperature

    Hi, how do i monitore the temperature of my macbook C2D? what is the normal temp of the macbook?
    Thanks

    Many ways to see those numbers. I use the iStat pro widget:
    http://www.apple.com/downloads/dashboard/status/istatpro.html
    wich gives a lot of useful info. As for normal operating temperature, some macbooks run cooler than others. My temperature at idle (not start up) is in the low 50s (celsius). Fans start to ramp up in the low 60s, and won't let the temp climb up to more than, say, 78-80, under a very heavy work load.

Maybe you are looking for

  • Error in Accessing the Report Server URL

    Hi All,           I am trying to access the Report Server URL in PowerPivot.But facing below issue .Can any one help me how can I solve the issue Thanks,   Sid

  • ASSET COST ADJUSTMENTS 시 생성되는 분개

    제품 : FIN_FA 작성날짜 : 2003-12-02 ASSET COST ADJUSTMENTS 시 생성되는 분개 ================================== PURPOSE Cost Adjustment시 GL에 생성되는 분개를 소개하는 Note입니다. Explanation 자신이 취득된 Period에는 Jornal Entries 가 생기지 않습니다. 해당되는 Journal Entries는 취득후 첫번째 감가상각 Proecss 에

  • PROCESS ON HELP-REQUEST

    Hi wat is importance of POH. what If there is no PROCESS ON HELP-REQUEST ? Thanks and regards - Puneet Sharma.

  • Adobe Dreamweaver CC won't Exit

    Hello, I have downloaded Adobe Dreamweaver CC Trail 64bit. It is installed successfully on WIndows7 64 bit. The problem is when I try to exit it won't exit. Exit button dose't work. also in File me Exit command dose't work. Please send me if any solu

  • Photoshop, Dreamweaver, Fireworks, Acrobat, Word, Firefox, and Safari Quit

    I upgraded to SL from Leopard and the install was fine. All my hardware was and is fine. However, now when I try to save, export, import, save for web, browse for a file and sometimes in the middle of working in Photoshop, Dreamweaver, Fireworks, Acr