This is a discussion on Re: Deadlock - Problem. within the Informix forums, part of the Database Server Software category; --> Hello, with this request, you will know which table is involved: Select tabname, sum (deadlks) deadlocks from sysptprof Where ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hello, with this request, you will know which table is involved: Select tabname, sum (deadlks) deadlocks from sysptprof Where tabname not like 'sys%' Group by 1 Order by tabname; zusers a écrit : > Hello. > I have any problem witch deadlock. > Number of deadlocks is sometims fast go up. > What can I do ??? > Can I recognize what is the name database which did make this deadlocks ? > > Thanks for Your help. > > E.N sending to informix-list |