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: selecting on package body

Re: selecting on package body

From: <FrankZaum_at_yahoo.de>
Date: 5 Dec 2005 06:10:53 -0800
Message-ID: <1133791853.397948.217440@g14g2000cwa.googlegroups.com>

chris b schrieb:

> I meant being able to look at the package body with a tool such as Toad

did you use something like

select * from dba_source where type ' PACKAGE'; ?

because if so, you would indeed look at the specs, try to use something like

select * from dba_source where type ' PACKAGE BODY'; ?

thats where the body actually hides ;)

hth,
frank Received on Mon Dec 05 2005 - 08:10:53 CST

Original text of this message

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