ORACLE database import DUMPDP

1) First, a user would need to remove the lock (sentence must perform)
the ALTER the Test the Account the User Lock;
2) to view the current user resource-
select saddr, sid, serial #, paddr, username, status from v $ session where username = ' user name ';
you can see the status of the record to INACTIVE
3) sql kill the following process (following two parameters are recorded for the status of INACTIVE)
the ALTER System the kill the session' sid, Serial ';
4) delete user operation
drop Test Cascade user;
. 5) of the user to unlock the lock
alter user test account unlock;

Published 11 original articles · won praise 0 · Views 474

Guess you like

Origin blog.csdn.net/qq_40608283/article/details/103199789