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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: As or Is

RE: As or Is

From: Shreepad Vaidya <Shreepad.Vaidya_at_alltel.com>
Date: Wed, 15 Nov 2000 22:01 -0600
Message-Id: <10681.122215@fatcity.com>


Hi ,

When a procedure is to be used as a part of a Package

"procedure <name> (<variable>) is " is the convention.

When a stored prcedure is to be created

CREATE PROCEDURE <name> (<variable datatype >) AS

is the convention .

I guess this helps to identify if it a part of a package or if it is a  stored procedure.

HTH           shreepad. Received on Wed Nov 15 2000 - 22:01:12 CST

Original text of this message

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