Change Password of Database User

This is the command to change password of Oracle Database User :

From BRTOOLS= BRTOOLS -> 8 – Additional functions -> 4 – Change password of database user -> continue, then you can type your new password as below (ex, SID = DEV):

BR0801I BRCONNECT 7.00 (18)
BR0280I BRCONNECT time stamp: 2009-07-14 01.52.04
BR0263I Enter password for database user ‘SAPCR2′ (maximum 30 characters):

BR0801I BRCONNECT 7.00 (18)
BR0280I BRCONNECT time stamp: 2009-07-14 01.52.04
BR0263I Enter password for database user ‘SAPDEV’ (maximum 30 characters):_

or you can type quick brconnect command :

brconnect [-u system/<system_password>] –f chpass –u <user_name>

or you can go through SQL commands :
sqlplus “/as sysdba”
alter user ‘username’ identified by ‘password’;

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.