Dbms_transaction.PURGE_LOST_DB_ENTRY (REC_CUR.LOCAL_TRAN_ID); END LOOP; END; / But I got this error: ERROR at line 1: ORA-01453: SET TRANSACTION must be first statement of transaction ORA-06512: at "SYS.DBMS_TRANSACTION", line 74 ORA-06512: at "SYS.DBMS_TRANSACTION", line 96 ORA...
语法:dbms_transaction.purge_mixed(xid varchar2); 其中xid指定事务ID号。 16)、purge_lost_db_entry 说明:用于清除本地数据库所记载的远程事务入口,该事务入口操作因为远程数据库问题未能在远程数据库完成. 语法:dbms_transaction.purge_lost_db_entry(xid varchar2); 其中xid指定事务ID号。 17)、local_transac...
DBMS_TRANSACTION.PURGE_LOST_DB_ENTRY (xid VARCHAR2); WARNING: PURGE_LOST_DB_ENTRY shouldonlybe used when the other database is lost or has been recreated. Any other use may leave the other database in an unrecoverable or inconsistent state. Before automatic recovery runs, the transaction may...
プロシージャPURGE_LOST_DB_ENTRYでは、このようなトランザクションをローカル・サイトから削除できます。 構文 DBMS_TRANSACTION.PURGE_LOST_DB_ENTRY ( xid VARCHAR2); パラメータ 表137-6 PURGE_LOST_DB_ENTRYプロシージャのパラメータ ...
用于清除分布式事务的混合事务结果 16.purge_lost_db_entry 用于清除本地数据库所记载的远程事务入口,该事务入口操作因为远程数据库问题未能在远程数据库完成. 17.local_transaction_id 用于返回当前事务的事务标识号 18.step_id 用于返回排序dml事务的惟一正整数...
PURGE_LOST_DB_ENTRY Removes “lost database entries” otherwise used to control recovery in pending two-phase commit operations. No READ_ONLY Executes the equivalent of the SET TRANSACTION READ ONLY command. Yes READ_WRITE Executes the equivalent of the SET TRANSACTION READ WRITE command. Yes...
用于清除分布式事务的混合事务结果 16.purge_lost_db_entry 用于清除本地数据库所记载的远程事务入口,该事务入口操作因为远程数据库问题未能在远程数据库完成. 17.local_transaction_id 用于返回当前事务的事务标识号 18.step_id 用于返回排序dml事务的惟一正整数...
Waits /txn 每个事务发生的等待次数总的事务个数 Waits / transaction total count %DB time 事件所占用的 CPU 时间占总的 DB TIME 的时间比 Total Wait Time/DB TIME 22.4.1.3.1.5 Wait Event Histogram 事件的等待次数与具体等待时间占比,每个字段的含义和说明参见表 22.13。 表22.13 Wait Event Histogram说...
3. The process began committing the transaction, but was abnormally terminated after writing a commit entry to the after-image journal and before updating its TSNBLK entry in the database root (.ROO) file. New Features and Corrections in Previous Releases 5–11 When the above sequence of ...
DBMS_TRANSACTION.PURGE_LOST_DB_ENTRY ( xid VARCHAR2); パラメータ表137-6 PURGE_LOST_DB_ENTRYプロシージャのパラメータ パラメータ説明 xid DBA_2PC_PENDING表にあるLOCAL_TRAN_ID列の値に設定する必要があります。使用上の注意警告: PURGE_LOST_DB_ENTRYは、他のデータベースが失われたり、...