Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> How to: Stored Procedure / Package

How to: Stored Procedure / Package

From: Larry Schenavar <lorenzo_at_gate.net>
Date: 1997/06/20
Message-ID: <01bc7d26$34d477a0$9d15e3c7@lorenzo>#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