The code generation module (codegen module) will need to be changed such that it generates Oracle SQL. Right now it does generate code in a Select...From...Where... form, but it is in OQL format. Oracle8i InterMedia's ConText text-search engine is integrated with the database and the SQL language and thus normal SQL queries can be used to query on information in tables and/or "text blobs".