Re: Q: Product user profile information not loaded!
Date: 1995/12/24
Message-ID: <4bjtuf$onq_at_ixnews8.ix.netcom.com>#1/1
davidp3_at_soho.ios.com (David) wrote:
>Hi
>Just installed PO7 for Windows3.11
>and on SQL*PLUS startup got the message:
>"Product user profile information not loaded!"
>What does that suppose to meen and what is a way to
>fix it?
>Thank you for help.
>David
This message is a warning, not an error, so don't worry about it
too much. To get rid of it, launch SQL*Plus and login as SYSTEM,
(password usually MANAGER). From the SQL> prompt run
the script C:\ORAWIN\PLUS31\ADMIN\PUPBLD.SQL by
typing:
"START C:\ORAWIN\PLUS31\ADMIN\PUPBLD"
The Product User Profile table is used to control what a given
user is able to execute within SQL*Plus. For example you
can restrict SCOTT from executing DROP commands
in SQL*Plus.
Received on Sun Dec 24 1995 - 00:00:00 CET