Skip Headers

Oracle® Objects for OLE Developer's Guide
10g Release 1 (10.1)

Part Number B10118-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Master Index
Master Index
Go to Feedback page
Feedback

Features Added in 8.1.7

· Support for tempLOBs

· OO4O Code Wizard

The Oracle Objects for OLE (OO4O) Code Wizard generates OO4O code that executes Oracle PL/SQL and Java stored procedures.

· Support for Asynchronous Processing

Commands can be now executed using Asynchronous Processing. This enables you to execute SQL statements and PL/SQL blocks in non-blocking mode.

With non-blocking mode, control is returned to the application immediately even if the execution is not complete. This allows the application to execute other tasks which are not dependent on the results of the last execution.

· Support for Detection of Lost Connections.

· Support for Application Failover Notifications