Connecting Tech Pros Worldwide Help | Site Map

INSTR and string length problem

  #1  
Old June 27th, 2008, 08:02 PM
Ashley Morgan
Guest
 
Posts: n/a
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.


  #2  
Old June 27th, 2008, 08:02 PM
Frank van Bortel
Guest
 
Posts: n/a

re: INSTR and string length problem


Ashley Morgan wrote:
Quote:
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...
Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
INSTR and string length problem Ashley Morgan answers 1 November 22nd, 2005 04:18 AM
Challenging text masking problem exekutive answers 10 November 21st, 2005 06:33 AM
copy a string into a 2d array of chars Simon Schaap answers 3 November 14th, 2005 05:36 AM
copy a string into a 2d array of chars Simon Schaap answers 4 November 14th, 2005 05:23 AM