How to lock entire schema?
426395Oct 20 2004 — edited Oct 21 2004Hello,
Is it possible to lock all objects in a schema in exclusive mode, in one go?
We have one OCI client and several JDBC clients all connecting as the same user to the same schema named 'user1'. The requirement that we want to implement now is that once the OCI client has made its connection to the database schema and started doing some processing, JDBC clients connecting after that should not be able to perform any actions at all on that schema. I think that one way to do this might be for the OCI client to lock the entire schema in exclusive mode (if that is possible.)
Any other suggestions?
Thank you.