Error accessing PRODUCT_USER_PROFILE troubleshooting, productprofile

Source: Internet
Author: User

Error accessing PRODUCT_USER_PROFILE troubleshooting, productprofile

-- The following problem occurs when the password is changed. The problem has been solved after searching for related problems.
-- The reason is that the script @ $ ORACLE_HOME/sqlplus/admin/pupbld. SQL has not been executed because of manual database creation.
-- The solution error is also given, You may need to run PUPBLD. SQL as SYSTEM
-- Use the system user to log on and execute the script.

Error accessing PRODUCT_USER_PROFILE
Warning: Product user profile information not loaded!
You may need to run PUPBLD. SQL as SYSTEM

-- First, log on to the database, modify the user password, and then test connect. An error is returned.
[Oracle @ ilogdbtest ~] $ Sqlplus/as sysdba

SQL> alter user qcarilog identified by xxxxxx;

User altered.

SQL> connect qcarilog/xxxxxxx
Error accessing PRODUCT_USER_PROFILE
Warning: Product user profile information not loaded!
You may need to run PUPBLD. SQL as SYSTEM
Connected.
SQL> exit

-- Log in with the system user and execute the script
SQL> conn system/system
Connected.
SQL> @ $ ORACLE_HOME/sqlplus/admin/pupbld. SQL

-- Try logging in with this user again. No error is reported and the problem is solved.
[Oracle @ ilogdbtest ~] $ Sqlplus/as sysdba

SQL> connect qcarilog/xxxxxx
Connected.

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.