Oracle
Change Your Password
Figo Kim
2006. 11. 30. 13:46
Syntax
SQL*Plus has a PASSWORD(PASSW) command that can be used to change the password of a user when the user is logged in. This is not available in iSQL*Plus.
ALTER USER user_name IDENTIFIED BY password;
SQL*Plus has a PASSWORD(PASSW) command that can be used to change the password of a user when the user is logged in. This is not available in iSQL*Plus.