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: Reverse engineering of compiled function or procedure

Re: Reverse engineering of compiled function or procedure

From: Frank <frankfz_at_yahoo.com>
Date: 9 Apr 2002 16:38:57 -0700
Message-ID: <2ac74cf9.0204091538.2d10b8cf@posting.google.com>


Bricklen,

The script provided what exactly I'm looking for. I also got your email. Thanks a lot! Appreciate for sharing your expertise!

Frank

Bricklen Anderson <bricklen_at_shaw.ca> wrote in message news:<3CB33952.49CC3468_at_shaw.ca>...
> try this to get the source:
>
> SET linesize 1000
> COLUMN text format a500
> COLUMN line heading 'Line|number' format 9999 justify center
> SELECT s.name,s.type,o.status,s.line,s.text
> FROM user_source s, user_objects o
> WHERE s.name=o.object_name;
> clear columns
>
> Frank wrote:
> >
> > Hi All
> >
> > After compiling a function or procedure in Oracle, is there any way to
> > reverse engineer them? What I mean here is to view the content first
> > (maybe export to text file), then re-compile them after modification.
> >
> > Appreciated for sharing your thoughts.
> >
> > Frank
Received on Tue Apr 09 2002 - 18:38:57 CDT

Original text of this message

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