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

Home -> Community -> Mailing Lists -> Oracle-L -> [Fwd: Re: Hello]

[Fwd: Re: Hello]

From: Stephane Faroult <sfaroult_at_oriolecorp.com>
Date: Wed, 04 Jul 2001 08:12:57 -0700
Message-ID: <F001.00341012.20010704074407@fatcity.com>

attached mail follows:



Raymond Lee Meng Hong wrote:
>
> Hello , Is there anyone use Oracle Intermedia Text .
>
> What is the usage of this product ? As a banking solution ,we only use
> Report, Form ,Database for our customer , what kind of other oracle product
> can we integrate into our solution ?
>
> Raymond Lee

Raymond,

   Intermedia allows you to perform a search for words on text stored in SINGLE columns - varchar2, CLOB, or even a Word document stored as a BLOB. Difference with LIKE '%word%' (which won't work on a BLOB)? Performance. It indexes (into 'applicative' indexes - tables in fact) the full text (bar words you specify as non significant). It is to be compared to defining key words and associating them to a document - with full text search it's just like if every word had been defined as a key word and indexed accordingly. A bit heavy to put in place (you must start servers etc.) but useful if you are handling documents. If you are dealing mainly with figures, dates and relatively short strings you have no use for it. The bulk of commercial and retail banking needs no Intermedia. However, if you want to store reports by analysts, and want to make them easily searchable by investment banking people or security dealers, then you may consider it. You may also consider competitive products such as Documentum, which is also well known.

--
Regards,

  Stephane Faroult
  Oriole Corporation
------------------------------------------------------------------
http://www.oriolecorp.com, designed by Oracle DBAs for Oracle DBAs
------------------------------------------------------------------

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Stephane Faroult
  INET: sfaroult_at_oriolecorp.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Wed Jul 04 2001 - 10:12:57 CDT

Original text of this message

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