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: Don Dealy II <dondealy_at_teleport.com>
Date: Sun, 12 Nov 2000 20:44:40 -0800
Message-Id: <10678.121842@fatcity.com>


Kind people,

For those of us without access authority to play boxes, what is the end=  result of running this "interesting" script?

On 11/10/00 at 2:02 PM Jared Still wrote:

:>On Thu, 9 Nov 2000, Ajay K wrote:
:>
:>> Hi Oracle Pundits ,
:>> a very basic question ,
:>> what is difference in , create or replace procedure xyz AS ..
:>> and create or replace procedure xyz IS ..
:>> how does AS or IS affects .
:>>
:>
:>The only difference I am aware of is that each word is spelled
:>differently. This can be proven with the following korn shell script:
:>
:>
:>------------------------------------
:>
:>#!/usr/bin/ksh
:>
:>for word in Is as
:>do
:> expr=3D'echo $(echo $( echo ${word} | tr "[A-Z]" "[a-z]" | sed -e=
 "s/^.*\([ia]s\).*$/\1/" 2>/dev/null ) | sum)'
:> eval $expr
:>done
:>
:>------------------------------------
:>

---------- End Original Message ---------- Received on Sun Nov 12 2000 - 22:44:40 CST

Original text of this message

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