[oracle@localhost ~]$ imp userid=cdr/cdr full=y file=/home/oradata/201406.dmp ignore=y
Import: Release 10.2.0.4.0 - Production on Wed Sep 17 14:30:03 2014
Copyright (c) 1982, 2007, Oracle. All rights reserved.
Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
Export file created by EXPORT:V10.02.01 via conventional path
import done in UTF8 character set and UTF8 NCHAR character set
. importing CDR's objects into CDR
. importing CDR's objects into CDR
. . importing table "TA_CDRS"
2802527 rows imported
IMP-00017: following statement failed with ORACLE error 2264:
"ALTER TABLE "TA_CDRS" ADD CONSTRAINT "CHK_CDRS_AMOUNT" CHECK (amount >= 0.0"
") ENABLE NOVALIDATE"
IMP-00003: ORACLE error 2264 encountered
ORA-02264: name already used by an existing constraint
IMP-00017: following statement failed with ORACLE error 2264:
"ALTER TABLE "TA_CDRS" ADD CONSTRAINT "CHK_DURATION" CHECK (duration >= 0) E"
"NABLE NOVALIDATE"
IMP-00003: ORACLE error 2264 encountered
ORA-02264: name already used by an existing constraint
IMP-00017: following statement failed with ORACLE error 2264:
"ALTER TABLE "TA_CDRS" ADD CONSTRAINT "CHK_MINUTES" CHECK (minutes >= 0) ENA"
"BLE NOVALIDATE"
IMP-00003: ORACLE error 2264 encountered
ORA-02264: name already used by an existing constraint
About to enable constraints...
Import terminated successfully with warnings.
-------------------------------------------
导入后数据是可以正常查询的,请问大神们这个报错会不会有什么影响?