Alter an user
-- Change password of an user
oracle configurationintermediate
by OracleDba
13 views
-- Change password of an user
12345
ALTER USER SCOTT identified by NEW_PWD;
ALTER USER SCOTT PROFILE SIEBEL_PROFILE;
ALTER USER SCOTT account unlock;
ALTER USER SCOTT account lock;
ALTER USER SCOTT password expire;Please to add comments
No comments yet. Be the first to comment!