ChinaUnix.net
相关文章推荐:

cadence constraint manager

我在做sqlldr时出几条信息无法导入,提示为: Record 2: Rejected - Error on table TRANLOG. ORA-00001: unique constraint (XXGL.PKTRANLOG1) violated Record 3: Rejected - Error on table TRANLOG. ORA-00001: unique constraint (XXGL.PKTRANLOG1) violated 我想知道这个约束具体怎么定义的,查user_constraints和dba_constraints都查不到,删也删除不了,而TRANLOG表中也没有这些记录信息重复。 请各位大侠帮忙,该如何解...

by sigin - Oracle - 2004-12-07 17:11:08 阅读(1663) 回复(7)

相关讨论

请问这里哪位大哥有cadnece for linux的版本啊。   有谁用过吗?据说挺好的。

by up2u - Linux论坛 - 2003-11-05 22:20:49 阅读(2620) 回复(10)

From wikipedia, constraints differ from the common primitives of imperative programming languages in that they do not specify a step or sequence of steps to execute, but rather the properties of a solution to be found Imagine this, you want to solve a problem, the algorithm for which you do not know. You just know the problem. Assume that there exists an alternate world where you only need to ...

by cobrawgl - Python文档中心 - 2009-04-06 17:10:42 阅读(1531) 回复(0)

各位老大.我在SCO 做informix,数据库dbimport 时,提示constraint name(n1209_6)已存在.急急.谁能帮我啊 :em02: :em02: :em02:

by wzwxf - Informix - 2004-11-15 11:06:59 阅读(971) 回复(2)

各位老大.我在SCO 做informix,数据库dbimport 时,提示constraint name(n1209_6)已存在.急急.谁能帮我啊.

by wzwxf - 其他UNIX - 2004-11-14 12:43:00 阅读(761) 回复(1)

The quick answer is: 2^63-1 for the archive, 68'719'476'735 (8^12-1) bytes for each file, if your environment permits that. as I understand your question, you want to know if you can produce tar files that are biger than 2 GBytes (and how big you can really make them). The answer to this question depends on a few simple parameters: 1) Does your operating system support large files? 2) What vers...

by compnik - Linux论坛 - 2003-03-08 20:00:39 阅读(596) 回复(0)

在学习constraint的时候有一个enable novalidate 的选项。说允许表中有违反约束条件的数据,但是新的数据违反约束条件就不能插入数据表中。但是我做了个实验,发现不行 create table t1 (col1 varchar2(10) constraint t1_col1_pky PRIMARY KEY); insert into t1 values ('aaa'); commit' insert into t1 values ('bbb') commit; insert into t1 values ('ccc'); commit; alter table t1 disable constraint t1_col1_pky insert in...

by unixer123 - Oracle - 2009-03-02 13:20:28 阅读(1464) 回复(2)

select distinct constraint_type from dba_constraints; 结果: constraint_TYPE ? C --check O P --primary key R --forgien key U --unique V 其他三个是什么?

by ruknow - Oracle - 2007-01-12 00:30:18 阅读(1120) 回复(1)

请问: alter table ... disable constraint... alter table ... enable novalidate constraint 有什么区别

by chdonald - Oracle - 2004-02-23 21:53:44 阅读(811) 回复(1)

有哪位大虾知道下载的地址啊?google了很久都没找到,有知道的吗?我的qq:179928158 先谢拉

by wqnm - Solaris - 2006-06-20 09:04:07 阅读(1048) 回复(1)

最好是在cadence公司工作过的,我们公司需要一个熟悉这个软件的人,不是设计,主要是配置修改等方面熟悉。

by soway - IT职业生涯 - 2004-03-11 01:17:22 阅读(1465) 回复(3)