Oracle ORA-00988 missing or invalid password error _oracle

Source: Internet
Author: User
Tags oracle database

When setting the password for a database instance, be careful not to start with a number, or you will experience an ORA-00988 missing or invalid password (password missing or invalid) error.

After Oracle 10g installation is complete, you can use the DBCA command to create a new database instance or to maintain an existing database instance.

If you are installing an Oracle XE database, you must reinstall the Oracle XE after you install the Oracle XE and specify a password that does not begin with a number (such as password or pswd123) during the installation process.

ORA-00988: Password missing or invalid [Oracle 10g will have an error]

Sql> create user zkj identified by 123;
Create user zkj identified by 123
*
Line 1th Error:
ORA-00988: Password missing or invalid

Remember when you used the Oracle 11G version before this error occurred.

When I changed into this,

Sql> create user zkj identified by "123";

But it's OK, baffled. Finally the search for a good big moment. Maybe this is the lower Oracle database version.

Keep in mind: When setting the password for a database instance, be careful not to start with a number, or you will experience a ORA-00988 missing or invalid password (password missing or invalid) error.

Forestall can hold everything ~ ~:)

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.