This is an old revision of the document!


Integration: Relational Databases

Oracle

Environments

The Omnidex Environment File contains metadata that describes the Oracle database and the Omnidex configuration. This includes the following Oracle information:

  • Oracle major version number (eg. 10, 11, etc)
  • Connection information, such as a user and password
  • SQL*Net service information
  • Oracle schema information tables, columns and datatypes
  • Oracle primary and foreign key constraints
  • Oracle native indexes

Generating an Omnidex Environment File

Either document OAHELPER or EXTRACT DDL using this syntax:

EXTRACT   DDL 
    FROM    <ORACLE | SQLSERVER | MYSQL | OBDC>
    TO      filename
    WITH    options
  
  options:

  VERSION = ' '
  SUBTYPE = ' '
  USERNAME = ' '
  PASSWORD = ' '
  SERVICE = ' '
  TABLES = ' '
  INDEX_DIRECTORY = ' '
  DATABASE = ' '

Additional Resources

See also:

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