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 -> Re: Whitespace in SQL = hard parse?

Re: Whitespace in SQL = hard parse?

From: koert54 <nospam_at_nospam.com>
Date: Thu, 06 Feb 2003 22:16:07 GMT
Message-ID: <H8B0a.34773$Jd.4534@afrodite.telenet-ops.be>


I *thought* the hash is based on the first 200 ascii codes of the statement - so whitespace or CR are different ascii values - hence different hash/statement

"Karsten Farrell" <kfarrell_at_belgariad.com> wrote in message news:MPG.18ac7402a50365a198968a_at_news.la.sbcglobal.net...
> This morning I was explaining to a developer why bind variables are a
> good thing. That led to a discussion of how Oracle first parses any SQL
> to produce a hash, which it uses to determine if it had seen that
> particular SQL before.
>
> I said that different white space caused a different hash and thus, a
> new hard parse. Then I got to thinking. It was a very long time ago that
> I attended an Oracle Education class (employers don't seem to be as
> willing to pay for education these days). But when I did attend, the
> instructor said that these two statements would cause a different hash:
>
> 1. select * from emp;
> 2. select *
> from emp;
>
> The only difference is the newline after the '*' in the second example.
> Is it still true that these are considered "different" statements? Or
> does Oracle now eliminate extra whitespace prior to calculating the
> hash?
>
> Just curious. And while I'm at it, let me thank all the regulars who
> post to the c.d.o NGs. I learn an awful lot just lurking. I'd be afraid
> to list your names ... someone would complain because I listed another
> poster before them ... and in reality, I've learned so much from each
> and every one of you. Thanks again.
>
> --
> /Karsten
Received on Thu Feb 06 2003 - 16:16:07 CST

Original text of this message

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