Excessive database timeouts. How to monitor?

Hi
There are excessive Timeouts being recorded on the database. using db console or OEM what is the best way to investigate this, and the reasons behind it?
Thanks.
Oracle 10.2.0.2.0.
DA

not sure how you would monitor this in oem or dbcontrol. it may not be oracle timing out the session. from a troubleshooting aspect I would look at client sqlnet trace or maybe setup dead connection detection by setting / tuning sqlnet_expire_time in your sqlnet.ora which should help reduce timeouts.

Similar Messages

  • How to monitor oracle 11g database sessions on Windows 2008 server?

    Hi Experts
    How to monitor the Oracle 11g database sessions on Windows 2008 server (other than SQL Developer tool), which procedure or query is taking more time with Java application.

    Recently i found this tool- myorasql on the net to monitor the performence of database, easy to setup and check the performence.  i never tested it but seems impresive.  It is free and i think it would be use ful to you.
    http://myorasql.com/
    You can also use Quest - Toad or sqlplus if you are very good at sql commands and all dictionary tables or OEM/EM grid if it is configured .

  • How to monitor the database growth?

    Dear All,
    How to monitor the database growth in SAP.
    Is there any t.code available to check the same.
    advance thanks,
    Sundar  C
    Note: suitable answers will get maximum reward points.

    Hai,
          You can check the database growth using tcode -db02.
    and also use tcode-db02old(if the SAP is Netweaver2004s version)  and click on space statistics for monitoring the datbase growth,
    Thanks and Regards,

  • How to monitor SQL Apply for 10.2.0.3 logical standby database

    We have a logical standby database setup for reporting purposes. Users want to monitor whether sql apply is working or failed closely as it has reporting repercations.
    In case of 9i databases , there was "Data Not Applied (logs)" metric which we used for alerting and paging, in case a backlog of more than 5 log files developed.
    With 10.2.0.3 onwards, the metric no more exists.
    I would like to learn from other, how to monitor the setup, so that if the backlog in logs shipping or applying develops, we get page.
    Regards.

    regather the statistics on the table with method_opt=>for all columns or for all indexed columns or whatever size 1
    The 'size 1' directive will remove the histogram statistics.
    Sorry, didn't read ur post in a hurry. Below article (http://www.freelists.org/post/oracle-l/Any-quick-way-to-remove-histograms,13) removes histogram without re-analyzing the table. Hope that helps!!!
    On 3/16/07, Wolfgang Breitling <breitliw@xxxxxxxxxxxxx> wrote:
    I also did a quick check and just using
    exec
    dbms_stats.set_column_stats(user,'table_name',colname=>'column_name',d
    istcnt=>
    <num_distinct>);
    will remove the histogram without removing the low_value andhigh_value.
    At 01:40 PM 3/16/2007, Alberto Dell'Era wrote:
    On 3/16/07, Allen, Brandon <Brandon.Allen@xxxxxxxxxxx> wrote:
    Is there any faster way to remove histograms other than
    re-analyzing
    >
    the table? I want to keep the existing table, index & columnstats,
    >
    but with only 1 bucket (i.e. no histograms).You might try the attached script, that reads the stats using
    dbms_stats.get_column_stats and re-sets them, minus the histogram,
    using dbms_stats.set_column_stats.
    I haven't fully tested it - it's only 10 minutes old, even if Ihave
    slightly modified for you another script I've used for quite some
    time - and the spool on 10.2.0.3 seems to confirmthat the histogram
    is, indeed, removed, while all the other statistics are preserved.I
    have also reset density to 1/num_distinct, that is the value youget
    if no histogram is collected.regards,
    naren
    Edited by: fuzzydba on Oct 25, 2010 10:52 AM

  • How to monitor various databases using 10g OEM

    I have Oracle 9i and Oracle 10g Databases. How can I configure Oracle 10g OEM to monitor all these databases. In Oracle 9i OEM it was easy. But I didn't find the method to add it in 10g OEM? Can we access the 10g OEM only through browser?
    Regards

    If you are installing Database and you choose to use Database Control, it is a different thing from Grid Control. Database Control comes with its one agent which is different from Grid Control's management agent.
    If you install a database on different host and you do not have Grid control, you can use the database control for that database for that host. If you have grid control, then you can install the Management Agent separately on that new host to manage the new database as a Grid Control target.

  • How Track&monitor the history of executed sql /plsql on 10g database server

    I want to keep and track the history of all sql/plsql that is being execute on database server. how it is to be done.
    pls help
    prabhaker

    To keep track of executed SQL statements, you can use database auditing : see http://oraclelon1.oracle.com/docs/cd/B19306_01/server.102/b14200/statements_4007.htm#i2059073
    I am not sure that PL/SQL execution can be traced using database auditing.

  • How to monitor network load

    hi,
    How to monitor network load i.e. bytes sent/recieved.

    what is your operating system?
    refer the links, hope this may helps you.
    http://hoopercharles.wordpress.com/2010/08/19/network-monitoring-experimentations-7/
    http://www.remote-dba.net/t_tuning_monitoring_network.htm
    http://www.activexperts.com/activmonitor/check/database/oracle/

  • How to monitor SERVER performance

    hello,
    how to monitor the performance of the server,whether it is hit ratio is high or not
    can u please send the query
    regards

    Database Performance Monitoring is a little more complicate than running a query to get ratio. And different version of Oracle has different tools and utilities to help you.
    Strongly recommend you read Oracle® Database Performance Tuning Guide

  • How to monitor on disk i/o on healthcheck and awr report on biweekly health

    can you explain how to monitor from disk i/o and awr report from old snap shot to new snap shot
    how to check and analyze .,,,,,,,,,,,,,,,,,,,,,can any one tell few points which we can **regularly maintain for health check**
    thanks in advance
    SQL> SELECT group_number ,disk_number ,mount_status ,total_mb/1024 ,free_mb/1024
    2 ,reads, (bytes_read / (1024*1024*1024)) mb_read ,read_errs ,read_time,writes
    3 ,write_errs ,write_time FROM v$asm_disk;
    GROUP_NUMBER DISK_NUMBER MOUNT_S TOTAL_MB/1024 FREE_MB/1024 READS
    MB_READ READ_ERRS READ_TIME WRITES WRITE_ERRS WRITE_TIME
    2 0 OPENED 199.989258 0 13697147
    402.589765 0 44542.38 4358669 0 8883.86
    2 1 OPENED 199.989258 0 13653653
    405.503195 0 46014.33 4805783 0 11138.13
    2 2 OPENED 199.989258 0 15272350
    415.620874 0 45524.7 4571038 0 9806.01
    GROUP_NUMBER DISK_NUMBER MOUNT_S TOTAL_MB/1024 FREE_MB/1024 READS
    MB_READ READ_ERRS READ_TIME WRITES WRITE_ERRS WRITE_TIME
    2 3 OPENED 199.989258 0 22713630
    533.380945 0 48105.68 4692729 0 9994.31
    2 4 OPENED 199.99707 0 23986390
    547.804756 0 57601.79 5788565 0 11073.44
    1 0 OPENED 199.989258 0 310810
    47.4352741 0 9652.12 1877994 0 3490.5
    GROUP_NUMBER DISK_NUMBER MOUNT_S TOTAL_MB/1024 FREE_MB/1024 READS
    MB_READ READ_ERRS READ_TIME WRITES WRITE_ERRS WRITE_TIME
    1 1 OPENED 199.99707 0 137665
    44.7837362 0 9155.21 751099 0 3092.96
    1 2 OPENED 199.99707 0 139561
    44.7904587 0 9424.26 753116 0 2858.23
    1 3 OPENED 199.99707 0 141139
    44.7718539 0 9506.27 802414 0 2768.22
    9 rows selected.
    can you please tell me how to monitor on disk i/os which is as shown above and
    please tell me AWR report to analyze some basic points for health check
    please give some details for health check of database.
    thanks in advance

    Hi;
    What is DB version?
    Please check below doc:
    http://download.oracle.com/docs/cd/B28359_01/server.111/b28275/tdppt_degrade.htm#CACGCJDC
    Also see:
    What is AWR( Automatic workload repository ) and How to generate the AWR report? [ID 748642.1]
    How To Understand AWR Report / Statspack Report [ID 842884.1]
    Regard
    Helios

  • How to monitor OOM error

    Hello Experts,
    Periodically I'm having problems with some Enqueue-Locks and Communication Channels JDBC Sender stop processing messages.
    Perform the procedure in item 29 of the SAP Note "831162 - FAQ: XI 3.0 / 7.0 IP / IP 7.1 JDBC Adapter" Communication Channels and JDBC Sender return to work.
    I've checked the message size and the largest is only 1MB.
    Also no error in the SQL Query in the database.
    How do I track the OOM errors that generate the Enqueue-Locks?
    Tks in advance.

    Hi Pedro. How are you?
    There is option of "Database Locks" in this path:
    RWB -> Component monitoring -> Adapter Engine -> Engine Status button (near of CC Monitoring) -> Database Locks
    Also you can see Java locks in the NWA tools (only PI 7.1, I guess).
    NWA -> Availability and Performance Management ->Resource Monitoring -> LOCKS(system locks java).
    I hope it helps you.
    Best Regards.
    Bruno

  • How to monitor RFC to JDBC scenario?

    How to monitor RFC to JDBC scenario
    Hello,
    I have update_insert scenario from RFC to Oracle database.
    In TOC SXMB_MONI I have black and white flag.
    In RWB I found for this scenario only successful status.
    But in the database I found only 2 records from the 15 that I sent.
    How can I monitor this problem?
    What are the steps to investigate this situation?
    Have a way to see the exact statement that I sent to the database?
    Regards
    Elad

    Hi Elad,
    If nothing can be seen in the Adapter monitor...go to the Database.
    Oracle has various developer\system tools that can allow you to get information.
    For example Oracle has the TOAD tool which allows you to get the SQL trace of the treatment the XI actually send.
    see if the SQL interpreted by the JDBC adapter was really what you meant.
    Good luck.
    Nimrod.G

  • How to monitor Radius services on ACS 5.4

    Hi All,
    I want to monitor  Radius services of ACS 5.4,  In case of failure any radius service on ACS.
    ACS should send alert to Syslogs  or email notification
    Is there any way to monitor Radius services ? Anyone have any idea how to monitor.
    Regards.

    Hi Narinder,
       I dont think so there is any particular way you can do that, Because ACS 5.x doesnt have any particluar Radius service.
    The services which are available and can be viewed through CLI and GUI are following:
    Database
    Management (ACS management subsystem)
    Ntpd
    Runtime (ACS runtime subsystem)
    View-alertmanager
    View-collector
    View-database
    View-jobmanager
    View-logprocessor
    htt    https://www.cisco.com/c/en/us/td/docs/net_mgmt/cisco_secure_access_control_system/5-ususer/guide/acsuserguide/viewer_sys_ops.html#pgfId-1052845
    Cheers 
    Minakshi

  • RE: How to monitor who has what service objectconnection?

    We ran into this problem, specifically because we are using a dbsession
    connection pattern and the dba's did not like loosing control over
    connections. We have 8 subsystem, each with a dedicated connection that
    is shared across multiple users. We also have a security pattern in
    place that is token based. Since we have to pass a security token
    through service objects we can track this information using a
    "connection array" on the service object and a system agent to poll the
    contents of the array. When a sql statement is invoked on a
    persistence object we add the user to the array on the persistence
    manager (SO). When the sql is complete we remove the user from the
    array. Since the PO has a system agent we can ask the system agent at
    anytime, who has an open connection/session with the PO. Since system
    agents plug into econsole, the dba can go look any time.
    Any questions, please contact
    Chris [email protected] or
    Gary [email protected]
    MCI Systemhouse
    From: ADRIAN PEGGY LYNN
    To: [email protected]
    Subject: How to monitor who has what service object connection?
    Date: Tuesday, September 24, 1996 9:12AM
    Here at Eli Lilly & Co., we have a customer that would like to know if
    anyone out there has successfully
    devised a method to be able to tell what user has what service object
    connection. Basically, if a customer
    calls the system administrator with a problem with the application, the
    system administrator would like to
    be able to kill certain processes. Right now, the database connections
    running on the server all look the same.
    Some ideas were generated internally, one referring to setting up agents
    but we'd like to see if anyone
    has had success in doing this already that we could use as a contact.
    Thanks,
    Peggy Adrian
    Eli Lilly & Co.
    [email protected]

    Hello Peggy,
    I suggest that you make contact with Paolo Sidoli at DS Data (Italy). They
    have written a very nice package called DORE that includes trouble shooting
    utilities, that allow you to monitor what a remote user is doing (you can
    actually see their screen!).
    You can contact Paolo at [email protected]
    Best regards,
    Richard

  • How to monitor a transaction that is doing rollback

    Hi gurus,
    I need to know how to monitor a transaction that is doing rollback. I want to see the status of the database just in that moment.
    My version is 8i. The upgrade is comming, but I have a problem that is urgent.
    Thanks in advance

    My version is 8i. The upgrade is comming, & so is the 22nd Century. Which will occur first?
    but I have a problem that is urgent.
    SQL> desc v$rollstat
    Name                            Null?    Type
    USN                                  NUMBER
    LATCH                                  NUMBER
    EXTENTS                             NUMBER
    RSSIZE                              NUMBER
    WRITES                              NUMBER
    XACTS                                  NUMBER
    GETS                                  NUMBER
    WAITS                                  NUMBER
    OPTSIZE                             NUMBER
    HWMSIZE                             NUMBER
    SHRINKS                             NUMBER
    WRAPS                                  NUMBER
    EXTENDS                             NUMBER
    AVESHRINK                             NUMBER
    AVEACTIVE                             NUMBER
    STATUS                              VARCHAR2(15)
    CUREXT                              NUMBER
    CURBLK                              NUMBER

  • How to monitor a specific transaction in Solution Manager ?

    Hi all,
    I have configured the Service Level Reporting and it works correctly.
    But i don't know how to monitor a specific transaction like SM21, DB02, FB01N etc... ?
    In the SL Reports configuration steps, we can configure this option : Select Business Processes For SL Report. I did a lot of tests but it does not work.
    Have i to configure the Business Process Monitoring ?
    Thanks.

    Hello,
    it depends a little on what you want to do. If you use the pure CCMS monitoring with the table ALTRAMONI you get average response time per instance and you only get new measurements once the status changes from green to yellow or red.
    In order to get continuous measurements you should look into Business Process Monitoring and the different documentations under https://service.sap.com/bpm --> Media Libary --> Technical Information. E.g. the PDF Setup Guide for Application Monitoring describes this "newer" dialog performance monitor. Probably you have to click on the calendar sheet in the Media Libary to also see older documents as well. As the Business Process Monitoring integrates with BW (there is also a BI Setup Guide in the Media LIbrary) you can get trendlines there. This BW integration also integrates back with SL Reporting.
    Some guidance for SL Reporting is probably given under https://service.sap.com/rkt-solman but I am not 100% sure.
    Best Regards
    Volker

Maybe you are looking for

  • SQL Function in a SSIS package

    I have data that I am importing from multiple DB2 servers. I have a SQL function that I need to run to process the DB2 data after it is imported. Does anyone know if there is a way to do this.  Call a SQL function to process data imported from a non-

  • Connection to server fail/Flash drive will not mount

    I'm struggling with this issue and hope someone will have some insight these problems I'm having. I'm currently running 10.6.4 on my Mac and all of the sudden I'm unable to connect to my work's servers or mount a flash drive drive. The issue began af

  • Item Security - 'Restricted Characters' option causing unexpected error

    Hi, I have a form with some fields on which I would like to enable restricted characters. In the *'Edit Page Item'* form, in the *'Security'* section, there is a setting called *'Restricted Characters'*. When I change this to something other than - A

  • Approve purchases- family share with android phone

    Our kids have iPods and we have iPads as well.  Our mobile phones are Android based.  I set upfamily sharebut would like to have the ability to approve or decline purchase requests using my android phone.  I know that there isiCloud for Windows but h

  • I can't get firefox to work. I get an error message saying that firefox is not responding.

    I am using firefox as an alternate browser to internet explorer 9. Now it won't open and locks up my laptop. Since I downloaded ie 9 I have had numerous problems. I want to uninstall ie9 and go back to ie8 which is installed already on my laptop but