How to lock out users from a schema temporarily?
What is the usual means to close a schema (not the instance) temporarily, e.g. during schema updates?
I need a way to
a) find logged in users
b) notify these users
c) close the schema to all users but the one who updates the schema (schema owner).
--
Christoph