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 -> about storing PL/SQL block....newbie here

about storing PL/SQL block....newbie here

From: Prabha Chidambaran <prabha_at_rcn.com>
Date: 2000/04/12
Message-ID: <8d2gvh$i50$1@bob.news.rcn.net>#1/1

I want to store an annonymous block: For example

declare

    ........

begin
 ..............

exception
.......
end;

SQL>PL/SQl procedure successfully completed.

How do I store this procedure and retrieve it?

thanks so much,
Prabha Received on Wed Apr 12 2000 - 00:00:00 CDT

Original text of this message

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