Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: As or Is
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