Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.tools -> Re: Design of a CV database

Re: Design of a CV database

From: <thebat88_at_hotmail.com>
Date: Thu, 21 Dec 2000 03:18:58 GMT
Message-ID: <91rsqu$8ik$1@nnrp1.deja.com>

Hi,
I am a newbie to Intermedia and I would like to look for some examples and hope someone can confirm if the following is correct or not.

Let say I create a table RESUME(id number, CV BFILE) with id as primary key and create an index on this table as create index my_index on RESUME (CV) indextype is ctxsys.context;

I insert a row into the table as
INSERT INTO RESUME(1, bfilename('docdir', 'my_resume.doc'); where docdir is a mapping to the directory where the resume exists.

When I do a query to see if the resume CONTAINS a word (e.g. Java) it doesn't return anything even though the word document does contain the word Java.
SELECT id from RESUME WHERE CONTAINS(CV, 'Java') > 0;

Any help will be very much appreciated.

Thanks.

In article <91qkj0$5c7$1_at_nnrp1.deja.com>,   mike_st0ne_at_my-deja.com wrote:
> In article <91q24l$dhi$1_at_soap.pipex.net>,
> "Niall Litchfield" <n-litchfield_at_audit-commission.gov.uk> wrote:
> > Hi
> >
> > Intermedia is IMO a better option for you than IFS.
> >
> > Intermedia is the text search engine that comes with 8i. For your
 purposes
> > it will allow you to store the CV's on your file system and do free
 text
> > searches against them. You just store the URL for the file in the
 db.
 You
> > can also store in a blob if you so desire. We have used both of thse
> > techniques successfully.
> >
> > I cannot for the life of me see why anyone would use IFS as opposed
 to
> > existing tried and tested file systems. Seems like a badly conceived
 product
> > to me, presumably aimed at kicking Bill G in the face by restricting
 sales
> > of NT.
> >
> > --
> > Niall Litchfield
> > Oracle DBA
> > Audit Commission UK
>
> Niall,
>
> I read a story (apocryphal?) that IFS had its origins in Bill
> Gates giving an interview, wherein he stated his opinion that a
> database should be an intrinsic part of the operating system. No
 prizes
> for guessing which DB and which OS he had in mind.
> Anyway, needless to say, this was a red rag to a bull so far as
> Larry was concerned. Which is why you now have a product which
 attempts
> to stand Bill's logic on its head. Whether anyone actually wants to
 use
> it is, I suspect, immaterial to Larry.
> Is there anyone out there actually using iFS?
>
> Mike Stone
>
> Sent via Deja.com
> http://www.deja.com/
>

Sent via Deja.com
http://www.deja.com/ Received on Wed Dec 20 2000 - 21:18:58 CST

Original text of this message

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