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

Thread: Drop table errors!!!

  1. #1
    Join Date
    Mar 2004
    Location
    DC,USA
    Posts
    650

    Drop table errors!!!

    I get resource busy and acquire with NOWAIT specified when i drop the table. I have dropped the user sessions locked the table, Still............
    "What is past is PROLOGUE"

  2. #2
    Join Date
    May 2000
    Location
    ATLANTA, GA, USA
    Posts
    3,135
    Some other session might be holding a lock on row(s).

    Check v$lock.

  3. #3
    Join Date
    Sep 2001
    Location
    Makati, Philippines
    Posts
    857
    check v$access to see SID using the object.
    ---------------

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