DBAsupport.com Forums - Powered by vBulletin
Results 1 to 8 of 8

Thread: trace level to find locks

  1. #1
    Join Date
    Mar 2006
    Location
    Charlotte, NC
    Posts
    865

    trace level to find locks

    Hi,

    Is there any trace event# available to trace only object locks? I know 10046, level 12 gives the information about parsing, executes, fetches, bind variables, and waits but i want to check the trace event only for object locks.

    Appreciate your inputs.

    Thanks,
    Vijay Tummala

    Try hard to get what you like OR you will be forced to like what you get.

  2. #2
    Join Date
    Sep 2002
    Location
    England
    Posts
    7,334
    why would you need a trace event, you can get everything you want from the v$ views

  3. #3
    Join Date
    Mar 2006
    Location
    Charlotte, NC
    Posts
    865
    agree with you Davey ... instead of querying from multiple views just trying to find some easy way to do it.

    Thanks,
    Vijay Tummala

    Try hard to get what you like OR you will be forced to like what you get.

  4. #4
    Join Date
    Sep 2002
    Location
    England
    Posts
    7,334
    multiple views?

    v$lock is one

  5. #5
    Join Date
    Mar 2006
    Location
    Charlotte, NC
    Posts
    865
    Thanks Davey.

    Thanks,
    Vijay Tummala

    Try hard to get what you like OR you will be forced to like what you get.

  6. #6
    Join Date
    Jan 2010
    Posts
    1
    U can check this view also v$lockrel

  7. #7
    Join Date
    Mar 2007
    Location
    Ft. Lauderdale, FL
    Posts
    3,555
    Quote Originally Posted by vinoth2506 View Post
    U can check this view also v$lockrel
    ???
    Pablo (Paul) Berzukov

    Author of Understanding Database Administration available at amazon and other bookstores.

    Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.

  8. #8
    Join Date
    Sep 2002
    Location
    England
    Posts
    7,334
    Quote Originally Posted by vinoth2506 View Post
    U can check this view also v$lockrel
    worst first post EVER

Posting Permissions

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


Click Here to Expand Forum to Full Width