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: How to search for pattern on LONG columns

Re: How to search for pattern on LONG columns

From: Sandy Thrasher <sandra.thrasher_at_MCI2000.com>
Date: 1998/01/15
Message-ID: <wYsv.4484$An2.936264@news.internetMCI.com>#1/1

The only luck I've had with searching long columns is to use a PR0*C program to read the data into a VARCHAR host variable. Just make the VARCHAR array size long enough to hold the most data which will ever be in the column.

Then, you can use C to search or manipulate the string any way you like.

Sandy Received on Thu Jan 15 1998 - 00:00:00 CST

Original text of this message

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