OTL 4.0, Examples for Oracle 9i 

The examples below work with Oracle 9i / OCI9i. In general, all of these examples should work with any Oracle version higher than Oracle 9.0, when OCI9i is enabled in OTL by setting #define OTL_ORA9I. Oracle normally provides decent backward compatibility, at least at the source code level. All examples for Oracle 7 and for Oracle 8/8i should work when OTL_ORA9I is enabled. In other words, in order to see more examples for Oracle 9i, take a closer look at the examples for Oracle 7 and Oracle 8/8i.
  1. Example 241 (otl_datetime container with TIMESTAMP WITH LOCAL TIME ZONE, TIMESTAMP WITH TIME ZONE, Oracle 9i)
  2. Example 260 (OTL stream read iterator, simple SELECT, Oracle)
  3. Example 261 (OTL stream read iterator, reference cursor, Oracle)
  4. Example 289 (Strict numeric type checking on SELECTs)
  5. Example 585 (Oracle Change Notification via otl_subscriber)
  6. Example 659 (Oracle 9i, XMLType as CLOB/otl_long_string on SELECT, and char[XXX] on INSERT)
  7. Example 660 (Oracle 9i, XMLType as CLOB/otl_long_string on SELECT, and varchar_long/otl_long_string on INSERT)
  8. Example 661 (Oracle 9i, XMLType as CLOB/std::string  on SELECT and char[XXX]/std::string on INSERT)
  9. Example 662 (Oracle 9i, XMLType as CLOB/std::string  on SELECT and varchar_long/std::string on INSERT)
  10. Example 678 (Oracle 9i, XMLType values > 4000 bytes as CLOB/std::string  on SELECT and on INSERT)
  11. Example 726 (MERGE statement, Oracle 9i and higher)

Prev NextContentsGo Home

Copyright © 1996-2024, Sergei Kuchin, email: skuchin@gmail.com, skuchin@gmail.com .

Permission to use, copy, modify and redistribute this document for any purpose is hereby granted without fee, provided that the above copyright notice appear in all copies. THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.