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: Help with a optimization problem

Re: Help with a optimization problem

From: dombrooks <dombrooks_at_hotmail.com>
Date: 28 Apr 2007 00:02:56 -0700
Message-ID: <1177743776.174481.150270@h2g2000hsg.googlegroups.com>


one possibility, depending on version, is to create an OR view of this data using CAST... MULTISET ... SELECT ... ORDER BY.

That view could possibly contain an ordered array of attribute pairs which you could then do a straight comparison on the ordered array of the incoming set of values. Received on Sat Apr 28 2007 - 02:02:56 CDT

Original text of this message

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