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

Home -> Community -> Usenet -> c.d.o.tools -> Re: how to list installed packages

Re: how to list installed packages

From: Sybrand Bakker <postbus_at_sybrandb.demon.nl>
Date: Thu, 19 Apr 2001 17:01:13 +0200
Message-ID: <9cvtdt8s573qe6i4avmkq3brae5qvd1243@4ax.com>

On Thu, 19 Apr 2001 10:19:38 +0200, "Wolfgang Scholz" <w.scholz_at_bull.at> wrote:

>Hello,
>
>I'm looking for the command to get the list of all installed Oracle 7.3.4
>packages for an instance.
>
>Could anyone send it to me?
>
>Thanks for help
>Wolfgang
>
>

For once

select owner, object_name
from dba_objects
where object_type = 'PACKAGE'

Hth,

Sybrand Bakker, Oracle DBA Received on Thu Apr 19 2001 - 10:01:13 CDT

Original text of this message

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