Description of the illustration occi_development_process.gif

This illustration describes the process of compiling and linking OCCI programs.
  1. Source files and OCCI header files are input to the host language compiler producing object files as output.

  2. The object files and the OCCI Library are then linked by the host linker producing an executable module or application as output.

  3. The application and the Oracle Server are now able to communicate.