1500字范文,内容丰富有趣,写作好帮手!
1500字范文 > oracle导入字符集不一致 Oracle中IMP导入数据时提示字符集不一致解决

oracle导入字符集不一致 Oracle中IMP导入数据时提示字符集不一致解决

时间:2023-10-10 16:10:46

相关推荐

oracle导入字符集不一致 Oracle中IMP导入数据时提示字符集不一致解决

生产环境中经常使用到Oracle的IMP导入和EXP导出来功能来达到数据迁移的目的,通常在源数据库和目标数据库中查询字符集是否致,

测试环境中导入IMP导入报错信息如下:

导入命令如下:

[oracle@localhost.localdomain:/soft]$imp scott/scott file=/soft/scott_v1.dmp log=/soft/scott_v1.log ignore=y full=y

Import: Release 11.2.0.4.0 - Production on Sun Oct 22 16:26:27

Copyright (c) 1982, , Oracle and/or its affiliates. All rights reserved.

Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production

With the Partitioning, OLAP, Data Mining and Real Application Testing options

Export file created by EXPORT:V11.02.00 via conventional path

import done inZHS16GBK character set andAL16UTF16 NCHAR character set --提示字符集不一致

. importing SCOTTs objects into SCOTT

. . importing table "BONUS"0 rows imported

. . importing table "DEPT"

IMP-00019: row rejected due to ORACLE error 1

IMP-00003: ORACLE error 1 encountered

ORA-00001: unique constraint (SCOTT.PK_DEPT) violated--提示各种乱码问题

Column 1 10

Column 2 ǎ

Column 3

IMP-00019: row rejected due to ORACLE error 1

IMP-00003: ORACLE error 1 encountered

ORA-00001: unique constraint (SCOTT.PK_DEPT) violated

Column 1 20

Column 2 в

Column 3 ±±

IMP-00019: row rejected due to ORACLE error 1

IMP-00003: ORACLE error 1 encountered

ORA-00001: unique constraint (SCOTT.PK_DEPT) violated

Column 1 30

Column 2 к

Column 3

IMP-00019: row rejected due to ORACLE error 1

IMP-00003: ORACLE error 1 encountered

ORA-00001: unique constraint (SCOTT.PK_DEPT) violated

Column 1 40

Column 2

Column 30 rows imported

. . importing table "EMP"

IMP-00019: row rejected due to ORACLE error 1

IMP-00003: ORACLE error 1 encountered

ORA-00001: unique constraint (SCOTT.PK_EMP) violated

Column 1 7369

Column 2 itpux01

Column 3 τ

Column 4 7902

Column 5 17-DEC-1980:00:00:00

Column 6 800

Column 7

Column 8 20

IMP-00019: row rejected due to ORACLE error 1

IMP-00003: ORACLE error 1 encountered

ORA-00001: unique constraint (SCOTT.PK_EMP) violated

Column 1 7499

Column 2 itpux02

Column 3 к

Column 4 7698

Column 5 20-FEB-1981:00:00:00

Column 6 1600

Column 7 300

Column 8 30

IMP-00019: row rejected due to ORACLE error 1

IMP-00003: ORACLE error 1 encountered

ORA-00001: unique constraint (SCOTT.PK_EMP) violated

Column 1 7521

Column 2 itpux03

Column 3 к

Column 4 7698

Column 5 22-FEB-1981:00:00:00

Column 6 1250

Column 7 500

Column 8 30

IMP-00019: row rejected due to ORACLE error 1

IMP-00003: ORACLE error 1 encountered

ORA-00001: unique constraint (SCOTT.PK_EMP) violated

Column 1 7566

Column 2 itpux04

Column 3

Column 4 7839

Column 5 02-APR-1981:00:00:00

Column 6 2975

Column 7

Column 8 20

IMP-00019: row rejected due to ORACLE error 1

IMP-00003: ORACLE error 1 encountered

ORA-00001: unique constraint (SCOTT.PK_EMP) violated

Column 1 7654

Column 2 itpux05

Column 3 к

Column 4 7698

Column 5 28-SEP-1981:00:00:00

Column 6 1250

Column 7 1400

Column 8 30

IMP-00019: row rejected due to ORACLE

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。