Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: error after creating second database
"You may need to run PUPBLD.SQL as SYSTEM"
seems pretty clear to me:
NT inclined:
set oracle_sid=<SID>
sqlplus
connect system/manager
@%ORACLE_HOME%\sqlplus\admin\pupbld.sql;
REM @D:\Oracle\Ora81\sqlplus\admin\pupbld.sql
quit
Paul
Bambang Setiawan wrote:
>
> Wahai Guys,
>
> I created second database using Database Assistant on NT.
> There's no error when I create this 2nd DB.
> Then I make a host-string name 'dblokal2' for my second database.
>
> I can connect to my second db , but there's an error :
> the message written below :
>
> SQL> conn beng/bambang_at_dblokal2;
> Error accessing PRODUCT_USER_PROFILE
> Warning: Product user profile information not loaded!
> You may need to run PUPBLD.SQL as SYSTEM
> Connected.
>
> why ? for there's no error when I create 2nd DB.
> please help me to fix it ...
>
> <> Bambang Setiawan <>
>
> --
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Paul Drake INET: paled_at_home.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Tue Mar 06 2001 - 23:42:35 CST
![]() |
![]() |