1833927 Members
3007 Online
110063 Solutions
New Discussion

PUPBLD.SQL

 
Converger
Occasional Contributor

PUPBLD.SQL

hi,
I get this warning after logging on as oracle users:

run PUPBLD.SQL as SYSTEM

I don't know how to do it from system user
1 REPLY 1
Robert-Jan Goossens
Honored Contributor

Re: PUPBLD.SQL

Hi,

How can one prevent SQL*Plus connection warning messages?
When I go to SQl*Plus, I get the following errors:

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

This messages will stop appearing when you create the PRODUCT_USER_PROFILE table in the SYSTEM schema. This is performed by the PUPBLD.SQL script.

Go to the $ORACLE_HOME/sqlplus/admin directory, connect as SYSTEM and run @PUPBLD.SQL from the sql prompt.

Hope it helps.

Robert-Jan.