affiliate marketing Interview Qns: How can I change my Oracle password?

Monday, October 25, 2010

How can I change my Oracle password?

Issue the following SQL command: ALTER USER IDENTIFIED BY
/
From Oracle8 you can just type "password" from SQL*Plus, or if you need to change another user's password, type "password user_name".

No comments:

Post a Comment