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: character count in a string

Re: character count in a string

From: Maxim Demenko <mdemenko_at_gmail.com>
Date: Tue, 23 Jan 2007 21:57:05 +0100
Message-ID: <45B676A1.7070108@gmail.com>


Charles Hooper schrieb:
>
> Inefficiency of SQL is not a problem, it just means that you need a
> bigger CPU :-)
>
> Actually, the test proves a valid point - just because it works, does
> not mean that it should be used. Thanks for taking the time to build
> the test.
>
> Charles Hooper
> PC Support Specialist
> K&M Machine-Fabricating, Inc.
>

I just had a feeling, you would do it otherwise ;-) Seriously, the time increase massively with increasing of connect by levels ( that of course intuitively seems to be correct), another nice thing - regexp is pretty fast (i thought initially, replace will be much faster).

Best regards

Maxim Received on Tue Jan 23 2007 - 14:57:05 CST

Original text of this message

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