Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> comp.databases.oracle -> Re: INSTR and string length problem

Re: INSTR and string length problem

From: Frank van Bortel <frank.van.bortel_at_gmail.com>
Date: Mon, 14 Nov 2005 20:57:00 +0100
Message-ID: <dlapkb$okr$1@news6.zwoll1.ov.home.nl>


Ashley Morgan wrote:
> Hi,
>
> I wonder if anybody can help. I have a where clause which looks for a string
> pattern e.g.
>
> Select * from Table where Instr(String1,string2) > 0
>
> When String1 is less than 4000 characters the query works, when this is
> increased to 6000 characters, I get the error message "ORA-01460:
> unimplemented or unreasonable conversion requested".
>
> Can somebody please explain why this is happening and how I can resolve it ?
>
> Thanks in Advance.
>
>

SQL Reference manual, Oracle Data Types: look up the restrictions on varchar2.

And this ng is dead - post in cdo.server, or cdo misc

-- 
Regards,
Frank van Bortel

Top-posting is one way to shut me up...
Received on Mon Nov 14 2005 - 13:57:00 CST

Original text of this message

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