[
Lists Home |
Date Index |
Thread Index
]
On Mon, 31 Mar 2003, Jack Liu wrote:
> I need to do a full text search web application for a
> library based on Oracle database. I will use XML file
> as input and store them in Oracle, the search should
> do not only for text but also for different tags or
> elements. e.g search "hello" from title or from
> article. That means do not convert XML file into ASCII
> file which will be stored in DB.
> Can Oracle(Intermedia text or Oracle Text) do this?
> Any suggestion or referrence?
Yes, it can, and as of Oracle RDBMS version 9.1.0, it seems to have the
kinks worked out. See the Oracle Text documentation for details. I
recommend upgrading to 9.1 or 9.2 if you haven't already.
// Gregory Murphy <Gregory.Murphy@sun.com>
// Software Engineer
// Customer Network Platform, Sun Microsystems
|