Results 1 to 3 of 3

Thread: monitor queries in Shared_Pool

  1. #1
    Join Date
    Feb 2005
    Location
    Netherlands
    Posts
    5

    monitor queries in Shared_Pool

    hello all!

    I want to be able to see the queries that my application fires in my Oracle 10g-database. These queries are generated from within the application, so there's no exact way to see them beforehand.

    I'm told I should be able to do this by looking in the Shared_Pool, but I don't know exactly how.
    Can Anyone help me with this?

    thanx in advance...
    R@mon

  2. #2
    Join Date
    Nov 2002
    Location
    New Jersey, USA
    Posts
    3,932
    You can look at V$SQL or V$SQLAREA views. In 10g it will be easier to use ADDM.

    You can also start database trace.

  3. #3
    Join Date
    Mar 2003
    Posts
    468

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •