I can do SA_CONN_LOCKS and get the information of all the connections. I have all the connection numbers.
I then need a way to determine the ISOLATION LEVEL of each of the connections. We use a different ISOLATION LEVEL and we want to make sure that isolation level is proper for all connections to stop freezing.
I'm sure I can get the isolation level of the current connection (ITSELF) ---
1. How do I get the isolation level of my own connection?
2. How do I get the isolation levels of all the other connections? (If I have to do it manually for each connection, that's not an issue for me)
Please help!
We are setting an EXECLUSIVE lock on a table which is causing all the other workstations to freeze, and I'm sure that we are setting the isolation level to stop this from happening when opening all the connections - so for some reason, something is getting set back or the user is creating other custom connections and locking records.
Thank you.
Sybase SQL Anywhere 12.01