Change Password in an Oracle Database

 Once connected, ALTER USER command, specifying the new password.

ALTER USER myuser IDENTIFIED BY MyNewPassword;

To use special characters, remember to enclose the password in double quotes.

ALTER USER myuser IDENTIFIED BY "MyNewPassword#";

SQL*Plus and SQLcl

Use the PASSWORD command from the SQL*Plus and SQLcl utilities. It will be prompted for your current password and the new password.


SQL> password

Changing password for MYUSER

Old password: ********

New password: ********

Retype new password: ********

Password changed

SQL>

SQL Developer


From SQL Developer


Right-click on the connection.

Select the "Reset Password..." option from the popup menu.

In the subsequent dialog, enter the current password and the new password with confirmation.

Click the OK button.


TOAD


For TOAD do the following.


select "Session > Change Password".

In the subsequent dialog, enter the current password and the new password with verification.

Click the OK button.

Comments

Popular posts from this blog

How to drop index and before dropping it how to get the DDL.

PRVG-11250 : The check "RPM Package Manager database" was not performed because

ORA-00257:archiver error, connect internal only until freed

Verifying Daemon “Avahi-Daemon” Not Configured And Running …FAILED (PRVG-1360)

Linux OL7/RHEL7: PRVE-0421 : No entry exists in /etc/fstab for mounting /dev/shm

SKIP DNS RESLOV.CONF CHECK DURING RAC CONFIGURATION

How to write to a CSV file using Oracle SQL*Plus

CPU Patch Analysis

How to set up the Oracle Wallets in Oracle Database 19C

How to troubleshoot Long Running Concurrent Request in EBS 12.2