Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
integration:rdbms:oracle:home [2011/04/04 03:12]
127.0.0.1 external edit
integration:rdbms:oracle:home [2016/06/28 22:38] (current)
Line 21: Line 21:
 ==== Overview ==== ==== Overview ====
  
-Omnidex can be deployed directly against an Oracle database.  ​An Omnidex ​Environment File is created that describes how to connect to the Oracle ​database ​and identifies ​the tables and columns that Omnidex ​will have access ​to.  Using this Omnidex Environment File, administrators can then create Omnidex indexes on the Oracle ​data, providing a high-performance query environment for applications.  ​+Omnidex can be deployed directly against an Oracle database. ​ Omnidex ​retrieves and indexes ​the Oracle ​data, and queries read directly from the Oracle database as needed. This approach allows ​Omnidex to work alongside ​Oracle, providing a high-performance query environment for applications.  ​
  
-Omnidex accesses the Oracle data directly using standard SQL statements issued through the Oracle Call Interface (OCI). During indexing and query processing, Omnidex maintains a connection to the Oracle database and accesses the data as needed. ​ Typically, queries are first routed to the Omnidex indexes where specific rowids or primary keys are identified that meet the criteria. ​ Omnidex then fetches the appropriate rows using these values with standard SQL statements.+An Omnidex Environment File controls how Omnidex connects to the Oracle database and identifies the tables and columns that Omnidex will have access to. Omnidex accesses the Oracle data directly using standard SQL statements issued through the Oracle Call Interface (OCI). During indexing and query processing, Omnidex maintains a connection to the Oracle database and accesses the data as needed. ​ Typically, queries are first routed to the Omnidex indexes where specific rowids or primary keys are identified that meet the criteria. ​ Omnidex then fetches the appropriate rows using these values with standard SQL statements.
  
 {{:​integration:​rdbms:​oracle:​basic_architecture_oracle.png|}} {{:​integration:​rdbms:​oracle:​basic_architecture_oracle.png|}}
 
Back to top
integration/rdbms/oracle/home.1301886750.txt.gz ยท Last modified: 2016/06/28 22:38 (external edit)