Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Built-in packages, howto manualy install?

Re: Built-in packages, howto manualy install?

From: Jeremy Russell <jeremy.russell.deletethisbit._at_usa.net>
Date: Fri, 01 Jan 1999 19:12:33 GMT
Message-ID: <368d1d8d.3336274@news.earthlink.net>


Can you post the exact message you get here???

I don't think that you need "standard" installed to install "standard" - just run the "catproc.sql" script which as you correctly surmised, lives in $ORACLE_HOME/rdbms/admin.

the Linux command 'grep standard *.sql' would have located which SQL script file has references to the standard package - note that you may need to use '-i' or '-v' with grep to make it case insensitive.

HTH JR

"Ola Kvalvaag" <Kvalvaag_at_email.msn.com> wrote:

>I am working on setting up an V8 on a linux box.
>Sqlplus and plsql gives messages on missing packages in particular
>DBMS_STANDARD, I am guessing tha one of the scripts in
>$ORACLE_HOME/rdbms/admin would build the and install the packages but, how
>do you install the packages when installation of scripts (using server
>mngr.) require the package that is siuposed to result from the script.
>
>Espen
>
>
Received on Fri Jan 01 1999 - 13:12:33 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US