Dropping a connected user from an Oracle 10g database schema

后端 未结 7 1624
情话喂你
情话喂你 2020-12-22 18:51

Is there a better way to forcefully disconnect all users from an Oracle 10g database schema than restarting the Oracle database services?

We have several developers

7条回答
  •  再見小時候
    2020-12-22 19:19

    Make sure that you alter the system and enable restricted session before you kill them or they will quickly log back into the database before you get your work completed.

提交回复
热议问题