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: HOW DO I VIEW PLSQL STORED PROCEDURES ON A BROWSER?

Re: HOW DO I VIEW PLSQL STORED PROCEDURES ON A BROWSER?

From: Bricklen <bricklen_at_shaw.ca>
Date: Sat, 16 Feb 2002 12:56:31 GMT
Message-ID: <3C6E5695.F1B1618@shaw.ca>


Only thing that I can think of off-hand is to DESC the procedure (or find it's contents by selecting from user_source) and spool that into a text file, either with an html extension, or to be converted by your favourite WYSIWYG editor into html for your viewing pleasure.

Mustafa Yousofi wrote:
>
> I am new to Oracle(I know how to use SQL and PL/SQL) and I would like
> to know how I can view stored PL/SQL procedures on a web browser(IE,
> Netscape). Someone please help me!
Received on Sat Feb 16 2002 - 06:56:31 CST

Original text of this message

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