|
|
Archives of the TeradataForum
Message Posted: Wed, 17 Jun 2009 @ 19:45:43 GMT
Subj: | | Determine Lock in a Table |
|
From: | | Jha, Ayush |
Hello All,
I am running an Insert select query. I am trying to understand if the rows are getting inserted into the target table, but whenever I do a
select count(*) from tbl, I get 0 as the answer. I am wondering if the table has been locked by any other process or something?
Can someone please suggest how can I check locks on a particular table and who owns the lock and since how long and also how to release
that.
Thanks
Ayush
| |