Anonymous Asked in Cars &Transportation ยท 2 weeks ago

How to change a password after installing SQL Plus?

To change a password after installation: Start SQL*Plus: C:\> sqlplus /nolog. Connect as SYSDBA : SQL> CONNECT SYS AS SYSDBA Enter password: SYS_password. Enter a command similar to the following, where account is the user account to unlock and password is the new password:


How do I reset my SQL Plus username and password?

Use this SQL*Plus procedure to unlock and reset user account passwords.1Start SQL*Plus and log in as the SYS user, connecting as SYSDBA: $ $ORACLE_HOME/bin/sqlplus SQL> CONNECT SYS as SYSDBA Enter password: sys_password.2Enter the command ALTER USER account IDENTIFIED BY password ACCOUNT UNLOCK; to unlock an account.

What is username and password for SQL Plus?

Enter user-name: Enter your username and press Return. SQL*Plus displays the prompt "Enter password:".

How do I change my database password?

Changing Database Administrator's Password (Windows)1Go to Tools & Settings > Database Servers.2Click the host name of a database server.3Click Change Password.4Enter the new password and click OK.

Related Questions

Relevance
Write us your question, the answer will be received in 24 hours