Oracle解决用户锁的问题
sqlplus / as sysdba
SQL*Plus: Release 11.2.0.1.0 Production on Thu Apr 11 09:00:05 2019 Copyright (c) 1982,2009,Oracle. All rights reserved. Connected to an idle instance. SQL> show user;
USER is "SYS" SQL> startup
ORACLE instance started. Total System Global Area 784998400 bytes Fixed Size 2217464 bytes Variable Size 482347528 bytes Database Buffers 293601280 bytes Redo Buffers 6832128 bytes Database mounted. Database opened. SQL> select username,account_status from dba_users order by username;
USERNAME |
ACCOUNT_STATUS |
状态 |
|