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 -> Creating a Stored Procedure from Pro*C

Creating a Stored Procedure from Pro*C

From: <matthew_at_mattshouse.com>
Date: Thu, 21 Jan 1999 17:22:44 GMT
Message-ID: <787nom$rse$1@nnrp1.dejanews.com>


Is it possible to create a stored procedure from Pro*C? Here is an example of what I would like to do:

EXEC SQL
  CREATE OR REPLACE PROCEDURE :buf1 (
    :buf2
   END :buf1;

:buf2 is the procedure code, while :buf1 is the name of the procedure.

Thanks,

Matthew

-----------== Posted via Deja News, The Discussion Network ==---------- http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own Received on Thu Jan 21 1999 - 11:22:44 CST

Original text of this message

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