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: Binary or Hash search in plsql table

Re: Binary or Hash search in plsql table

From: Sunil <sunil_franklin_at_hotmail.com>
Date: Wed, 10 Apr 2002 18:06:19 +0530
Message-ID: <LmWs8.15$U23.24@news.oracle.com>


Joining is ruled out because of the limitations on Long columns. -
Sunil.

"Jonathan Lewis" wrote .
>
> Would it make sense to use an object-type table
> instead of a pl/sql type table.
>
> Then you could cast the 100 rows into a
> relational table and use it in the FROM clause
> of your cursor query with a join to the
> rest of the query.
>
> --
> Jonathan Lewis
Received on Wed Apr 10 2002 - 07:36:19 CDT

Original text of this message

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