![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have a need to see which objects are open on an ASE 12.5.3 instance. *We have NORAD Surviellance running on a bunch of other ASE systems and that can dig this info out, but naturally it isn't configured to talk to this particular Sybase instance and would require an ASE restart, and we want to see what's going on as it is right now. Haven't been able to find anything in the documentation. *It appears that sysobjects doesn't have this data. *Is there some way to extract what I need without restarting ASE? Matt -- * Matt McLeod | mail: m... (AT) boggle (DOT) org | blog:http://abortrephrase.com/* * * *--- People can do the work, so machines have time to think --- |
#3
| |||
| |||
|
|
I have a need to see which objects are open on an ASE 12.5.3 instance. |
#4
| |||
| |||
|
|
Note: I do wonder if "open" means the same thing to you as it does to me. In ASE an object is opened when it is first accessed and it remains open until dropped or ASE runs out of descriptors, in which case an object descriptor that is open but not in use can be scavanged. |
#5
| |||
| |||
|
|
In <aede7b68-be99-4e10-99da-491011af8... (AT) x10g2000yqk (DOT) googlegroups.com>, Bret_Halford wrote: Note: *I do wonder if "open" means the same thing to you as it does to me. *In ASE an object is opened when it is first accessed and it remains open until dropped or ASE runs out of descriptors, in which case an object descriptor that is open but not in use can be scavanged. Thanks for the info. *I'd assumed "open" meant "currently open" rather than merely "has been opened at some time since ASE started" so we were getting pretty alarmed when the number of open objects kept growing, even after resetting all client connections. |
![]() |
| Thread Tools | |
| Display Modes | |
| |