ProgrammerAH

Programmer Guide, Tips and Tutorial

Skip to content

How to Fix Error accessing PRODUCT_USER_PROFILE

– when dealing with change passwords to today, the following problems, after search related problems, resolved the
– reason is usually caused by manual build library did not perform @ $ORACLE_HOME/up sqlplus/admin/pupbld caused the SQL script.
— You may need to run PUPBLD.SQL as SYSTEM
— use the SYSTEM user to log in and execute the script
Error PRODUCT_USER_PROFILE
Warning: Product user profile information not loaded!
You may need to run PUPBLD.SQL as SYSTEM

[oracle@ilogdbtest ~]$sqlplus/as sysdba
SQL> alter user qcarilog identified by xxxxxx;
User altered.
SQL> Connect qcarilog/ XXXXXXX
Error profile
Warning: Product user profile information not loaded!
You may need to run PUPBLD.SQL as SYSTEM
Connected.
SQL> exit
— login with system user and execute script
SQL> conn system/system
Connected.
SQL> @$ORACLE_HOME/sqlplus/admin/pupbld.sql

[oracle@ilogdbtest ~]$sqlplus/as sysdba
SQL> connect qcarilog/xxxxxx
Connected.

This entry was posted in How to Fix and tagged PRODUCT_USER_PROFILE, The user login on 2020-11-05 by Robins.

Post navigation

← Bitcoin source code analysis – load Wallet Invalid operands to binary expression (‘double’ and ‘double’) →

Recent Posts

  • MAFIA: 1- OpenFlow statistics (Counters, Timestamps)(mafia-sdn/p4demos/demos/1-openflow/1.1-statistics/p4src/of.p4)
  • LDSC: Could not open Corces_ATAC_1000Gv3_ldscores/Corces_ATAC.1.1.l2.ldscore[./gz/bz2]
  • Gradle Package Project Lombok Not Working: No serializer found for class com.qbb.User and no properties discovered to create BeanSerializer……
  • [Solved] PCH Warning: header stop not at file scope
  • pymysql Error: File “/usr/local/lib/python2.7/site-packages/PyMySQL-1.0.2-py2.7.egg/pymysql/connections.py”, line 167 SyntaxError: invalid syntax
Proudly powered by WordPress