ALTER SESSION ADVISE Clause
The ADVISE clause sends advice to a remote database to force a distributed
transaction. The advice appears in the ADVICE column of the DBA_2PC_PENDING
view on the remote database (the values are 'C' for COMMIT, 'R' for ROLLBACK, and ' '
for NOTHING). If the transaction becomes in doubt, then the administrator of that
database can use this advice to decide whether to commit or roll back the transaction.
You can send different advice to different remote databases by issuing multiple ALTER
SESSION statements with the ADVISE clause in a single transaction. Each such
statement sends advice to the databases referenced in the following statements in the
transaction until another such statement is issued.[@more@]
transaction. The advice appears in the ADVICE column of the DBA_2PC_PENDING
view on the remote database (the values are 'C' for COMMIT, 'R' for ROLLBACK, and ' '
for NOTHING). If the transaction becomes in doubt, then the administrator of that
database can use this advice to decide whether to commit or roll back the transaction.
You can send different advice to different remote databases by issuing multiple ALTER
SESSION statements with the ADVISE clause in a single transaction. Each such
statement sends advice to the databases referenced in the following statements in the
transaction until another such statement is issued.[@more@]
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/10599713/viewspace-1001683/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- ALTER SYSTEM DISCONNECT SESSION ClauseSession
- UNRECOVERABLE DATAFILE clause in the ALTER DATABASE CLEAR LOGFILE statementDatabase
- alter session setSession
- alter system kill sessionSession
- ALTER SESSION SET EVENTSSession
- alter database和alter system和alter session的區別DatabaseSession
- alter session|system set eventsSession
- alter session set events /Oracle跟蹤SessionOracle
- alter system kill session 不成功Session
- Alter system kill session and ORA-00031: session marked for killSession
- ALTER SYSTEM KILL SESSION這麼沒力?(轉)Session
- alter system disconnect/kill session 'sid,serial#';Session
- ora-00054 , alter system kill session 'id,serial#'Session
- "alter system kill session" can crash the instance if IO slaves usedSession
- Oracle Model ClauseOracle
- About Oracle WITH clauseOracle
- ANALYZE INDEX clauseIndex
- alter session set events 'immediate trace name controlf level 8'Session
- alter session force parallel query與執行計劃變化SessionParallel
- Advise on OS patch upgrade with RAC
- alter session set events語句dump 控制檔案頭資訊示例Session
- alter session enable parallel dml 使DML語句並行執行SessionParallel並行
- Oracle SQL Model ClauseOracleSQL
- alter system enable restricted session 及 startup restrict 限制使用者登入RESTSession
- 檢視鎖的資訊和alter system kill session的用法(小例子)Session
- [20120103] alter session set statistics_level = all;Session
- alter session set events語句dump REDO日誌檔案頭資訊示例Session
- AUTHID DEFINER\authid current_user與alter session set current_schemaSession
- 記一次ALTER SESSION SET hash_join_enabled specifies an obsolete parameterSession
- [Err] 1055 - Expression #1 of ORDER BY clause is not in GROUP BY clause and contains 的問題 MySQLExpressAIMySql
- [Err] 1055 - Expression #1 of ORDER BY clause is not in GROUP BY clause and contains nonaggregated cExpressAI
- 轉儲控制檔案時遇到的知識點:所有alter session set eventSession
- 練習使用list failure,advise failure; repair failure;AI
- oracle10g_alter session set events 'immediate trace name controlf level 8'dumpOracleSession
- 使用alter session set current_schema=scott用explain plan for檢視scott使用者的sqlSessionAISQL
- mysql主給備賦予許可權時報錯,MySQL [Err] 1055 - Expression #1 of ORDER BY clause is not in GROUP BY clauseMySqlExpress
- alter system events與alter system event的區別
- SQL__ALTERSQL