On the Oracle DB instance that we use for load testing, usually many users have concurrent access and can execute their queries, but sometimes only 1 DB user should have exclusive access and perform load test. How can I temporarily prevent other users form logging in and performing any queries while the tester perform load tests? After the tester finish with load testing other users should be able to access that Oracle DB instance concurrently until the next user requires exclusive access to the instance.