This figure shows the communication flow of PL/SQL components in TimesTen.

  1. The application communicates with the API (such as OCI or JDBC), which is shown as a layer on top of ODBC.

  2. ODBC communicates to the SQL parser, the SQL compiler, and the PL/SQL compiler.

  3. The SQL compiler communicates to the SQL execution engine.

  4. The PL/SQL compiler communicates to the SQL parser and produces the compiled PL/SQL procedure, which communicates to the PL/SQL execution engine.

  5. The PL/SQL execution engine communicates to the SQL compiler and the SQL execution engine.

End of description.