51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#violated
ORA-00001: unique constraint violated异常处理
程序中保存数据时报错,ORA-00001:uniqueconstraint(xxxx)violated先是查看数据库结构,最近也没什么改动,开发环境也正常,测试环境就报这个错后来发现主键id是自增的,查询序列的下个值 selecttable_seq.nextval fromdual发现这...
开发笔记
·
2023-10-10
ORA-00001
unique
constraint
violated
异常
ORA-28117: integrity constraint violated – parent record not found
文档解释ORA-28117:integrityconstraintviolated–parentrecordnotfoundCause:trytoupdate/insertachildrecordwithnewforeignkeyvalues,butthecorrespondingparentrowisno...
IT技术学习
·
2023-07-28
ORA-28117
integrity
constraint
violated
#8211
ORA-08175: discrete transaction restriction violated (string)
文档解释ORA-08175:discretetransactionrestrictionviolated(string)Cause:Anattemptwasmadetoperformanactionthatisnotcurrentlysupportedinadiscretetransaction.Action:Roll...
IT技术学习
·
2023-07-26
ORA-08175
discrete
transaction
restriction
violated
ORA-30953: XML minoccurs value (string) violated
文档解释ORA-30953:XMLminoccursvalue(string)violatedCause:Anattemptwasmadetodeletemorethantherequiredminimumnumberofelements(specifiedbytheminoccursfacet)fromanXMLdo...
IT技术学习
·
2023-07-26
ORA-30953
XML
minoccurs
value
string
ORA-38911: unique constraint (string.string) violated
文档解释ORA-38911:uniqueconstraint(string.string)violatedCause:AnINSERTstatementwithaCHANGE_DUPKEY_ERROR_INDEXhinttriedtoinsertaduplicatekeyintoatable.Action:Either...
IT技术学习
·
2023-07-26
ORA-38911
unique
constraint
string.string
violated
ORA-31669: Worker process string violated startup protocol.
文档解释ORA-31669:Workerprocessstringviolatedstartupprotocol.Cause:Theworkerprocesswhosenameislistedstartedupbutthenexitedbeforenotifyingthecreatingprocessthatitwas...
IT技术学习
·
2023-07-18
ORA-31669
Worker
process
string
violated
ORA-31649: Master process string violated startup protocol.
文档解释ORA-31649:Masterprocessstringviolatedstartupprotocol.Cause:Themasterprocesswhosenameislistedstartedupbutthenexitedbeforenotifyingthecreatingprocessthatitwas...
IT技术学习
·
2023-07-11
ORA-31649
Master
process
string
violated
ORA-39107: Master process string violated startup protocol. Master error:
文档解释ORA-39107:Masterprocessstringviolatedstartupprotocol.Mastererror:Cause:Themasterprocesswhosenameislistedstartedupbutthenexitedbeforenotifyingthecreatingproc...
IT技术学习
·
2023-07-11
Master
ORA-39107
process
string
violated
ORA-39108: Worker process string violated startup protocol. Worker error:
文档解释ORA-39108:Workerprocessstringviolatedstartupprotocol.Workererror:Cause:Theworkerprocesswhosenameislistedstartedupbutthenexitedbeforenotifyingthecreatingproc...
IT技术学习
·
2023-07-10
Worker
ORA-39108
process
string
violated
ORA-02437: cannot validate (string.string) – primary key violated
文档解释ORA-02437:cannotvalidate(string.string)–primarykeyviolatedCause:attemptedtovalidateaprimarykeywithduplicatevaluesornullvalues.Action:removetheduplicat...
IT技术学习
·
2023-07-09
ORA-02437
cannot
validate
string.string
#8211
ORA-00001: unique constraint (string.string) violated
文档解释ORA-00001:uniqueconstraint(string.string)violatedCause:AnUPDATEorINSERTstatementattemptedtoinsertaduplicatekey.ForTrustedOracleconfiguredinDBMSMACmode,youma...
IT技术学习
·
2023-07-09
ORA-00001
unique
constraint
string.string
violated
ORA-02292: integrity constraint (string.string) violated – child record found
文档解释ORA-02292:integrityconstraint(string.string)violated–childrecordfoundCause:attemptedtodeleteaparentkeyvaluethathadaforeignkeydependency.Action:deleted...
IT技术学习
·
2023-07-08
ORA-02292
integrity
constraint
string.string
violated
ORA-02291: integrity constraint (string.string) violated – parent key not found
文档解释ORA-02291:integrityconstraint(string.string)violated–parentkeynotfoundCause:Aforeignkeyvaluehasnomatchingprimarykeyvalue.Action:Deletetheforeignkeyora...
IT技术学习
·
2023-07-08
ORA-02291
integrity
constraint
string.string
violated
ORA-02293: cannot validate (string.string) – check constraint violated
文档解释ORA-02293:cannotvalidate(string.string)–checkconstraintviolatedCause:analtertableoperationtriedtovalidateacheckconstrainttoapopulatedtablethathadnocom...
IT技术学习
·
2023-07-08
ORA-02293
cannot
validate
string.string
#8211
ORA-02446: CREATE TABLE … AS SELECT failed – check constraint violated
文档解释ORA-02446:CREATETABLE…ASSELECTfailed–checkconstraintviolatedCause:AnattemptwasmadetouseaCREATETABLE…ASSELECTstatementwhensomerowsviolatedo...
IT技术学习
·
2023-07-05
ORA-02446
CREATE
TABLE
#8230
AS
首页
上一页
1
2
下一页
尾页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他