×
Discuss about Archiving, Close of Business, Delivery Setup, Security Management System, Global Processing etc…
SHOW-ITEM-LOCKS
- ppnartey
- Topic Author
- Offline
- Junior Member
Less
More
- Posts: 30
- Thank you received: 0
15 years 5 months ago #3299
by ppnartey
SHOW-ITEM-LOCKS was created by ppnartey
Hello
i need the name of the table that keeps item locks. when i do a SHOW-ITEM-LOCKS it takes forever, but i am thinking if i can get the table then i'll do a select query to select a particular record, hopefully that'll be faster.
thanks in advance
pp
i need the name of the table that keeps item locks. when i do a SHOW-ITEM-LOCKS it takes forever, but i am thinking if i can get the table then i'll do a select query to select a particular record, hopefully that'll be faster.
thanks in advance
pp
Please Log in or Create an account to join the conversation.
- Chris
- Offline
- Senior Member
Less
More
- Posts: 70
- Thank you received: 2
15 years 5 months ago #3306
by Chris
Replied by Chris on topic Re:SHOW-ITEM-LOCKS
There is no table for that. SHOW-ITEM-LOCKS by design needs long time to finish and it cannot be made to run faster. However if you use jRLA instead of Unix locking, it will provide you the details fast (jRLA -dvL).
Chris
Chris
Please Log in or Create an account to join the conversation.
- thisisavin
- Offline
- Premium Member
Less
More
- Posts: 84
- Thank you received: 1
15 years 5 months ago #3317
by thisisavin
Replied by thisisavin on topic Re:SHOW-ITEM-LOCKS
Hi,
I would suggest a solution i read somewhere in another forum recently.
A discussion there suggested to use LIST-ITEM-LOCKS which will take lesser time than SHOW-ITEM-LOCKS but lesser information than that.But if the information provided by LIST-ITEM-LOCKS is sufficient enough then you can opt for LIST-ITEM-LOCKS itself.
regards,
dj
I would suggest a solution i read somewhere in another forum recently.
A discussion there suggested to use LIST-ITEM-LOCKS which will take lesser time than SHOW-ITEM-LOCKS but lesser information than that.But if the information provided by LIST-ITEM-LOCKS is sufficient enough then you can opt for LIST-ITEM-LOCKS itself.
regards,
dj
Please Log in or Create an account to join the conversation.
- MSASTRY
- Offline
- New Member
Less
More
- Posts: 16
- Thank you received: 0
15 years 4 weeks ago #3892
by MSASTRY
Replied by MSASTRY on topic Re:SHOW-ITEM-LOCKS
Hi,
If u need what r the ports are waiting for a lock u can use following from unix shell
$mw42 | grep BLOCK
or if u want to ceck for a particular port if you know then use jprocdisp from jsh
jsh ~-->jprocdisp -d <portid>
Hope it can be useful
Best Regards,
Sastry
If u need what r the ports are waiting for a lock u can use following from unix shell
$mw42 | grep BLOCK
or if u want to ceck for a particular port if you know then use jprocdisp from jsh
jsh ~-->jprocdisp -d <portid>
Hope it can be useful
Best Regards,
Sastry
Please Log in or Create an account to join the conversation.
Time to create page: 0.080 seconds