OTL 4.0, Examples for Oracle 10g
The examples below work with Oracle 10g
/
OCI10g. In general, all of these examples should work with any Oracle
version higher than Oracle 10.0, when OCI10g is enabled in OTL
by setting
#define
OTL_ORA10G.
Oracle normally
provides decent backward compatibility, at least at the source code
level. All examples for
Oracle 7
,
Oracle 8/8i, and
Oracle 9i should work
when
OTL_ORA10G is enabled.
In
other words, in order to see more examples for Oracle 10g, take a
closer
look at the examples for Oracle 7, Oracle 8/8i, and Oracle 9i.
- Example 321 (Oracle 10.2,
asynchronous commit / commit_nowait)
- Example 718 (Oracle 10.2 and
higher, raw[XXX] and BLOBs combined with the bulk interface
(stream buffer size >1 ))
- Example 719 (Oracle 10.2 and
higher, char[XXX] and CLOBs combined with the bulk interface
(stream buffer size >1 ))
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.