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

Thread: how to release the lock in a table?

  1. #1
    Join Date
    Jan 2008
    Posts
    3

    how to release the lock in a table?

    hi,
    i came to know there is a lock in a table. how to release the lock?
    can you tell me the procedure to release the locks?
    also explain the relase of row level lock release?


    mani

  2. #2
    Join Date
    Nov 2000
    Location
    Pittsburgh, PA
    Posts
    4,166
    Table locks are released by a commit or rollback. Since alter commands to implicit commits, doing an alter table would also release a lock.

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