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: How to read a Package Body?

Re: How to read a Package Body?

From: Daniel Morgan <dmorgan_at_exesolutions.com>
Date: Mon, 27 May 2002 16:24:44 GMT
Message-ID: <3CF25DC6.54EC6ACE@exesolutions.com>


Dodger wrote:

> Hi.
> I'm writing a Java application which connects to Oracle 9i through
> JDBC. From this aplication, I dinamically write a package of functions
> (I use the "create or replace package" and "create or replace package
> body" sentences), like a package editor.
> Now, I need read the package body created, in order to display it on
> the screen, and edit it. But I don't know how to read the package
> body.
>
> Using the enterprise manager console, is esay look at the package
> body; the problem is how to do it in SQL-Sentences (for the JDBC).
>
> Thxs...
>
> -Dodger-

Look at user_source.

But why are you creating packages through a Java app?

No need for testing code before it goes into production?

Daniel Morgan Received on Mon May 27 2002 - 11:24:44 CDT

Original text of this message

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