I would like to be able to temporarily disable all access to an Oracle database, except my own, to be able to perform maintenance actions without interruptions. Simplest way?
|
feedback
|
|
Check out this link: How to switch Oracle in Single User-Multi Session Mode
| |||
|
feedback
|
|
This is known as quiescing the database, there are number of options depending on how you want to deal with users who are presently connected. My favourite technique when I'm in a tight change window is STARTUP FORCE RESTRICT. | |||
|
feedback
|
Short:
| |||
|
feedback
|
|
Additionally, a more basic solution would be to shutdown the listener. | |||
feedback
|