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: Question on Error: ORA-01467 : Sort key too long ...

Re: Question on Error: ORA-01467 : Sort key too long ...

From: <procura_bv_at_compuserve.com>
Date: 6 Aug 1998 16:18:43 +0200
Message-ID: <6qce03$u8g$1@dec.procura.nl>


> Running SQL-Plus and entering following Select ...
> select * from "viewname" where STORE_ID = 111 and DELETED = 0 and STATUS
> = 1
> and (upper(NAME) like '%PR%' or upper(SDESC2) like '%PR%' or
> upper(LONGDESC)
> like '%PR%';

> I receive the error "ORA-01467 : Sort key too long".

Aren't you missing a ) somewhere?

Erik Received on Thu Aug 06 1998 - 09:18:43 CDT

Original text of this message

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