#Constraint

ORA-02448: constraint does not exist

文档解释ORA-02448:constraintdoesnotexistCause:ThenamedconstraintdoesnotexistAction:StoptryingtodosomethingwithanonexistantconstraintORA-02448表示指定的约束不存在。Oracle数据库报错O...

ORA-23344: constraint (string.string) does not exist

文档解释ORA-23344:constraint(string.string)doesnotexistCause:Anull,misspelledornonexistentconstraintwasspecifiedwhenregisteringauniquenessconflict.Action:Registeran...

ORA-02250: missing or invalid constraint name

文档解释ORA-02250:missingorinvalidconstraintnameCause:Theconstraintnameismissingorinvalid.Action:Specifyavalididentifiernamefortheconstraintname.ORA-02250:missingor...

ORA-02293: cannot validate (string.string) – check constraint violated

文档解释ORA-02293:cannotvalidate(string.string)–checkconstraintviolatedCause:analtertableoperationtriedtovalidateacheckconstrainttoapopulatedtablethathadnocom...

ORA-02338: missing or invalid column constraint specification

文档解释ORA-02338:missingorinvalidcolumnconstraintspecificationCause:Acolumnconstraintwasnotspecified.Action:Removethecolumnspecificationorspecifyacolumnconstraint....

ORA-02275: such a referential constraint already exists in the table

文档解释ORA-02275:suchareferentialconstraintalreadyexistsinthetableCause:Self-evident.Action:Removetheextraconstraint.ORA-02275错误显示在您尝试为现有表定义另一个具有同样名称的外部键约束时。Oracle...

ORA-02444: Cannot resolve referenced object in referential constraints

文档解释ORA-02444:CannotresolvereferencedobjectinreferentialconstraintsCause:attemptedtodefineforeignkeyreferencinganobjectwhichcannotberesolvedtoabasetablereferenc...

ORA-02440: Create as select with referential constraints not allowed

文档解释ORA-02440:CreateasselectwithreferentialconstraintsnotallowedCause:createtablefoo(…ref.con.…)asselect…;Action:Createthetableasselect,thenal...

ORA-01981: CASCADE CONSTRAINTS must be specified to perform this revoke

文档解释ORA-01981:CASCADECONSTRAINTSmustbespecifiedtoperformthisrevokeCause:Duringthisrevokesomeforeignkeycontraintswillberemoved.Inordertoperformthisautomatically,...

ORA-02446: CREATE TABLE … AS SELECT failed – check constraint violated

文档解释ORA-02446:CREATETABLE…ASSELECTfailed–checkconstraintviolatedCause:AnattemptwasmadetouseaCREATETABLE…ASSELECTstatementwhensomerowsviolatedo...

ORA-02447: cannot defer a constraint that is not deferrable

文档解释ORA-02447:cannotdeferaconstraintthatisnotdeferrableCause:AnattemptwasmadetodeferanondeferrableconstraintAction:Droptheconstraintandcreateanewonethatisdeferr...

ORA-02290: check constraint (string.string) violated

文档解释ORA-02290:checkconstraint(string.string)violatedCause:Thevaluesbeinginserteddonotsatisfythenamedcheckconstraint.Action:donotinsertvaluesthatviolatetheconstr...

MySQL Error number: 3940; Symbol: ER_CONSTRAINT_NOT_FOUND; SQLSTATE: HY000

文档解释Errornumber:3940;Symbol:ER_CONSTRAINT_NOT_FOUND;SQLSTATE:HY000Message:Constraint‘%s’doesnotexist.错误说明MySQL错误代码3940表示:ER_CONSTRAINT_NOT_FOUND,数据库...
IT技术学习 ·2023-07-03

MySQL Error number: 3813; Symbol: ER_COLUMN_CHECK_CONSTRAINT_REFERENCES_OTHER_COLUMN; SQLSTATE: HY000

文档解释Errornumber:3813;Symbol:ER_COLUMN_CHECK_CONSTRAINT_REFERENCES_OTHER_COLUMN;SQLSTATE:HY000Message:Columncheckconstraint‘%s’referencesothercolumn....
IT技术学习 ·2023-07-01

MySQL Error number: 3820; Symbol: ER_CHECK_CONSTRAINT_REFERS_UNKNOWN_COLUMN; SQLSTATE: HY000

文档解释Errornumber:3820;Symbol:ER_CHECK_CONSTRAINT_REFERS_UNKNOWN_COLUMN;SQLSTATE:HY000Message:Checkconstraint‘%s’referstonon-existingcolumn‘%s&#...
IT技术学习 ·2023-07-01
首页上一页...56789...下一页尾页