| release
2 application programming enhancements |
| Asynchronous
Commit: |
|
|
|
 |
You
can now change the way Oracle works when committing data,
either through a new init.ora parameter or via an SQL statement.
Amongst other options, COMMIT NOWAIT returns control to the
application even though the data has not yet been committed
to the redo logs. |
|
| XML
DB Web Services: |
|
|
|
| Developers
can write and deploy web services that can query the database
with SQL or XQuery or execute stored procedures and you can
access web services through the Oracle XML DB listener. |
|
| Database
Change Notification: |
|
|
|
| This
enables client applications to receive notifications when
the result set of a registered query changes. For example,
if the client registers a query on a table, then the application
can receive a database change notification when a new row
is added to the table. |
|
| DML
Error Logging: |
|
|
|
| You
can now create error logs for DML statements, meaning that
in a batch of updates you can just log an error and move
on without it rolling back the whole process. |
|
| Regular
Expression Enhancements: |
|
|
|
| SQL
support for common Perl-based extensions has been added. |
|
|
| |
<<
previous page |
|
next
page >> |
|