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: LIKE operator causes server crash

Re: LIKE operator causes server crash

From: MStout2468 <mstout2468_at_aol.com>
Date: 20 Feb 1999 04:15:28 GMT
Message-ID: <19990219231528.06135.00000178@ngol05.aol.com>

Hi,

    You also have a
 nvl(length(arg1),0)

How does SQL behave when arg1 is null?
(I don't have access right now...)

try

length(nvl(arg1,''))

This is iffy, but it is another place where arg1 might play a detrimental role.

Mike Stout Received on Fri Feb 19 1999 - 22:15:28 CST

Original text of this message

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