F
frank G
Guest
Oracle has some session table which will show tables being locked now. Such as: FROM ALL_OBJECTS A, V$LOCKED_OBJECT B, SYS.GV_$SESSION C WHERE ( A.OBJECT_ID = B.OBJECT_ID ) AND (B.PROCESS = C.PROCESS ) So, does PROGRESS also have these kinds of tables for USER to trace locked tables. Thanks a lot.
Continue reading...
Continue reading...