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 -> Re: Performance of REGEXP_LIKE vs LIKE?

Re: Performance of REGEXP_LIKE vs LIKE?

From: <zstringer999_at_gmail.com>
Date: 19 Apr 2007 07:02:33 -0700
Message-ID: <1176991353.176881.74010@b75g2000hsg.googlegroups.com>


On Apr 19, 7:40 am, keithjgor..._at_hotmail.co.uk wrote:
> Hello.
>
> You write that "Regular expressions are implemented using Java. You
> force Oracle to call Java, an interpreted language. The delay would be
> caused by the architecture."
>
> I don't think this is always correct. I am using Oracle XE at home and
> it doesn't install Java and you can't write Java stored procedures.
> You can still use the "regexp_like" function however. I think
> therefore that in Oracle XE the regular expressions are not written in
> Java. Someone else can confirm this is the same in Enterprise and
> Standard Oracle versions.
>
> Please correct me if I am wrong - I am still learning Oracle.
>
> Thank you
> John

I forgot to mention that I'm using Oracle 10g. I've seen implementations of regular expressions in earlier versions of Oracle that were done in Java. However, in 10G I think that they're implemented using PL/SQL. Can anyone confirm?

Peter Received on Thu Apr 19 2007 - 09:02:33 CDT

Original text of this message

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