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

Home -> Community -> Usenet -> c.d.o.server -> Re: sys.dbms_shared_pool

Re: sys.dbms_shared_pool

From: Stephane Faroult <sfaroult_at_oriolecorp.com>
Date: Tue, 20 Apr 1999 20:55:23 -0700
Message-ID: <371D4C2A.5551@oriolecorp.com>


Dinesh,

   You are right, DBMS_... packages are usually created as part of the catalog - just after the CREATE DATABASE. As they belong to SYS, they are not exported by a full export. To install them afterwards, you must go to the $ORACLE_HOME/rdbms/admin directory - or its NT equivalent (this is where catalog.sql is located). For all the dbmsxxx packages you have two files, a dbmsxxx.sql which is the public part (package) and a dbmsxxx.plb which is the private part (package body), usually 'wrapped' - ie unlegible hexadecimal code. You just have to logon as SYS (sqlplus or Server Manager (INTERNAL)) and run both scripts. --
Regards,

  Stéphane Faroult
  Oriole Corporation



http://www.oriolecorp.com, designed by Oracle DBAs for Oracle DBAs
Received on Tue Apr 20 1999 - 22:55:23 CDT

Original text of this message

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