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 -> How to?: Stored Procedure

How to?: Stored Procedure

From: USA Risk Group, Inc. <kmiller_at_usarisk.com>
Date: 1997/06/20
Message-ID: <01bc7d6e$9acd6d80$8497e4ce@www>#1/1

Hello,

At this time I have a series of four update queries that I kick off from the command scheduler in NT. I'd like to put them in a stored procedure or package. What syntax do I use to create the procedure package?

Something like this????????

Create or replace procedure EP_PRO

	UPDATE INTO ...
	WHERE ...;

	UPDATE INTO ...
	WHERE ...;

	UPDATE INTO ...
	WHERE ...;

End EP_PRO;

Received on Fri Jun 20 1997 - 00:00:00 CDT

Original text of this message

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