Deferring Constraint Checks
Deferring Constraint Checks:
返回的資料是否符合約束。
Not deferrable 是預設的。
Deferrable 不是預設的。
Initially immediate在每個sql命令之後檢查約束。
Initially deferred 在每個事務結束之後檢查約束。
Deferrable 的狀態不能使用alter table modify constraint 來更改。必須刪除,重新建立約束。
The initially
{DEFERRED|IMMEDIATE}可以用alter tabe來更改。
Set constraints 為當前的事務做construction-checking(針對deferrable狀態)
Alter session Set
constraints為當前的連線做construction-checking(針對deferrable狀態)
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/11997930/viewspace-1027009/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Attribute Checks
- No pre-requisite checks found in oraparam.ini, no system pre-requisite checks will be executedUI
- ORAchk Health Checks for the Oracle StackOracle
- sql_mode...foreign_key_checks...unique_checks...sql_notes不能為nullSQLNull
- ConstraintAI
- [Oracle] Device Checks for ASM - This is a pre-check........OracledevASM
- 約束CONSTRAINTAI
- constraint約束AI
- Unused&ConstraintAI
- ElasticSearch啟動報錯 ERROR: [4] bootstrap checks failedElasticsearchErrorbootAI
- Deferred Constraint CheckAI
- constraint=constraints?AI
- Could not resolve com.android.support.constraint:constraint-layout:1.1.3AndroidAI
- Will attempt to recover by breaking constraintAI
- CONSTRAINT的用法舉例AI
- Constraint deferrable特性研究AI
- constraint deferrable immediate checkAI
- MySQL——約束(constraint)詳解MySqlAI
- 討論關於Constraint statesAI
- iOS 常用佈局方式之ConstraintiOSAI
- dba_objects 中不包含 constraintObjectAI
- 資料庫學習(1) - constraint資料庫AI
- 10、Oracle中的約 束constraintOracleAI
- [20170421]impdp SKIP_CONSTRAINT_ERRORSAIError
- constraint enable,disable的問題解決AI
- constraint和index的一點關係!AIIndex
- Constraint State(disable/enable validate/noalidate)AI
- Bug 2784796: ORA-00001:UNIQUE CONSTRAINTAI
- System.Data 的Constraint 類介紹AI
- Flashback table with foreign key constraint.AI
- Java Bean Annotation Constraint Validation 未完待續JavaBeanAI
- oracle10.2.0.4_create table_constraint_indexOracleAIIndex
- alter table modify constraint_disable_enable_novalidateAI
- Oracle SQL細節總結之constraint約束OracleSQLAI
- Default Value Insertion and Integrity Constraint Checking (164)AI
- Could not autowire. No beans of 'OrderService' type found. less... (Ctrl+F1) Inspection info:ChecksBean
- 打包時字串多國語言問題(Checks for incomplete translations where not all strings are translated)字串
- R12.2.0 post install checks error : RW-50016: Error: - {0} was not created - 1Error