An orphan USR latch remains in the database after the user's log out message 453
A shared-memory client leaves a USR latch in shared memory after the user logs out preventing shutdown
Database becomes unstable preventing all the other users (local and remote) from being able to connect or properly disconnect
A client logging out from a database leaves a USR latch being held without being cleaned prior logging out with no supporting error messages.
11:00:10.168+0600] P-115869 Usr 3338: (453) Logout by <name> on batch.
promon: Activity: Latch Counts shows the USR latch being held by the user that logged out
----- Locks -----
Time Owner Total /Sec
11:04:35 USR 3338 27487 91
11:09:38 USR 3338 0 0
After logging out the process (PID 115869) of user 3338 (latch owner) does not exist on the OS level or in the Usrctl Table.
USR latch stays locked until the database is eventually shutdown
- PROSHUT hangs when USR Latch was locked
- PROSHUT -byF was unable to stop the database when the USR latch was locked