Oracle8i Replication Management API Reference Release 2 (8.1.6) Part Number A76958-01 |
|
Replication Management API Reference, 6 of 179
This procedure performs a transaction commit after checking for well-formed deferred remote procedure calls.
DBMS_DEFER.COMMIT_WORK ( commit_work_comment IN VARCHAR2);
Parameter | Description |
---|---|
commit_work_ comment |
Equivalent to SQL "COMMIT COMMENT" statement. |
Exception | Description |
---|---|
ORA-23304 (malformedcall) |
Transaction was not correctly formed or terminated. |
|
![]() Copyright © 1996-2000, Oracle Corporation. All Rights Reserved. |
|