Default password and modification for oracle users

Source: Internet
Author: User

It takes too long to log on to the database using the default password. If you do not want to remember the password, you can use the following method to change the Sys user password and use sqlplus to log on to sqlplus/As sysdba. After you log on to the database using show user, you can see sys. user, because the System user logs on to the system using OS verification by default, and does not check the password. if you want to modify the password, run alter user SYS identified by newpass after entering sqlplus. newpass is the password you want to set [Oracle @ kfcs ~]. $ Sqlplus/As sysdbasql * Plus: Release 10.2.0.4.0-production on Wed Apr 17 09:25:09 2013 copyright (c) 1982,200 7, Oracle. all rights reserved. connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.4.0-productionwith the partitioning, OLAP, data mining and real application testing optionssql> show user; user is "sys" SQL> alter user SYS identified by change_on_install; user altered. SQL> commit; Commit complete. SQL> successfully logged on to PL/SQL
System Password managersys password change_on_installroot is the operating system user, not the Oracle Default User sysdba is not the Oracle Default User
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.