This is an old revision of the document!


Integration: Relational Databases

Oracle

Queries

The Omnidex SQL Engine will optimize queries to take advantage of the Omnidex indexes. Many queries can be completed entirely within the Omnidex indexes. This is especially true for queries that request counts or aggregations from one or more tables. Even queries that return columns of data can be completed using the Omnidex indexes, as long as all of the data resides in the indexes.

Many queries will require access to the underlying Oracle data. The Omnidex SQL Engine will retrieve data from the Oracle database using Oracle SQL issued using the Oracle Call Interface (OCI).

Additional Resources

See also:

 
Back to top
integration/rdbms/oracle/queries.1301603333.txt.gz ยท Last modified: 2016/06/28 22:38 (external edit)