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: interMedia

Re: interMedia

From: Thomas Hesse <thomas.hesse_at_team.xtra.co.nz>
Date: Tue, 16 Apr 2002 09:35:26 +1200
Message-ID: <3CBB479E.18E26FF8@team.xtra.co.nz>


Hi,

maybe you uploaded pdf's with a newer version than your databases supports.

You can test your filter with:
$ORACLE_HOME/ctx/bin/ctxhx <infile> <outfile>   infile = pdf,doc,...
  outfile = html-file

Thomas

acelestial wrote:
>
> Hi,
>
> I have a table with BLOB field. I've created an index on the BLOB field
> using the ff.:
>
> create index tablename_idx on tablename(BLOBfield)
> indextype is ctxsys.context;
>
> I used the Oracle8i interMedia Text Query to display the result in an asp
> page. The query is something like this:
>
> select id, blobfield, score(1)
> from tablename
> where contains ( BLOBfield, '%parameter%', 1) > 0;
>
> The problem is somehow some of the records/BLOB are not being index. Is
> there any problem on the documents that I uploaded in the BLOB field or is
> it something else? The documents that I'm uploading are usually PDF files.
>
> Thank you very much for the help.
>
> Regards,
> Arman
Received on Mon Apr 15 2002 - 16:35:26 CDT

Original text of this message

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