ProgrammerAH

Programmer Guide, Tips and Tutorial

Skip to content
  • Home
  • Python
  • PHP
  • JAVA
  • MySQL
  • Linux
  • JavaScript
  • Privacy Policy

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.

Read More:

  • How to Fix failed to Connect to MySQL at localhost:3306 with user root
  • User defined profile in vscode settings.json And default configuration defaultSettings.json
  • [resolved] superset failed to create admin user: error! User already exists user or attributeerror: ‘nonetype’‘
  • source, ~/.bashrc, ~/.bash_ Profile details
  • How to Fix “Oracle sp2-0640 unable to connect” Error
  • How to Fix Session is not Connecting (How to Diagnose it)
  • Error when accessing Oracle: connected to an idle instance
  • How to Solve Error: The requested URL returned error: 401 Unauthorized while accessing
  • iOS Xcode:Failed to create provisioning profile.
  • Error:Failed to create provisioning profile. – iOS
  • How to Fix Node.js connection to MYSQL error.
  • Add Samba user prompt failed to add entry for user
  • HTTP Error 502.5 – Process Failure (How to Fix)
  • failed: Too many links (How to Fix)
  • How to Fix Failed to add the host to the list of known hosts
  • How To Fix Windows Java Error 1723
  • Error, some other host already uses address (How to Fix)
  • How to Fix GIT Push Error
  • How to Fix Tomcat Error: Failed to destroy end point associated with ProtocolHandler[ajp-nio-8009]
  • How to Fix Your Timestep

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

Tags

  • Android
  • Android studio
  • back-end
  • Big data
  • bug
  • c++
  • cents
  • database
  • Deep learning
  • development language
  • docker
  • eclipse
  • error
  • front end
  • git
  • Hadoop
  • idea
  • intellectual idea
  • java
  • javascript
  • linux
  • maven
  • mybatis
  • mysql
  • node.js
  • Npm
  • OpenCV
  • Operation and maintenance
  • php
  • ProgrammerAH
  • python
  • pytorch
  • qt
  • report errors
  • solution
  • spring
  • spring boot
  • SQL
  • tensorflow
  • The database
  • The server
  • tomcat
  • ubuntu
  • View.js
  • windows
Proudly powered by WordPress