| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Which one is faster?
In article <2l1dfuF7cgu4U1_at_uni-berlin.de>, f93c0532_at_yahoo.com says...
>
> How can I test for speed? I'm using Toad 7.6
>
>
>
Write a PL/SQL block that generates 100000 random strings, some of which
should end with ">>". Write one version that uses LIKE for the compare,
another version using SUBSTR. Turn on SQL*Plus timing and compare.
![]() |
![]() |