当前位置:网站首页>ORA-01455: converting column overflows integer datatype
ORA-01455: converting column overflows integer datatype
2022-07-02 19:03:00 【zuozhiji】
exp The client of is 10gr2, The server side is 18cr2
Content exported by script :
exp $u/[email protected]$db file=files/${u}_Q_PROG.dmp log=logs/${u}_Q_PROG.log tables=Q_%
The error after execution is as follows :
Export: Release 10.2.0.1.0 - Production on Tue Jun 28 03:05:57 2022
Copyright (c) 1982, 2005, Oracle. All rights reserved.
Connected to: Oracle Database 18c Enterprise Edition Release 18.0.0.0.0 - Production
Export done in WE8ISO8859P1 character set and AL16UTF16 NCHAR character set
EXP-00008: ORACLE error 1455 encountered
ORA-01455: converting column overflows integer datatype
EXP-00000: Export terminated unsuccessfully
google Solution after :http://www.dba-oracle.com/t_exp_00008_oracle_error_1455_encountered.htm
Add these three parameters :constraints=n indexes=n statistics=none
Script changed to :
exp $u/[email protected]$db file=files/${u}_Q_PROG.dmp log=logs/${u}_Q_PROG.log constraints=n indexes=n statistics=none
Note, however, that you need to synchronize the index to target database.
边栏推荐
- 《病人家属,请来一下》读书笔记
- Stm32g0 USB DFU upgrade verification error -2
- 全链路数字化转型下,零售企业如何打开第二增长曲线
- 距离度量 —— 杰卡德距离(Jaccard Distance)
- How can retail enterprises open the second growth curve under the full link digital transformation
- Mysql高级篇学习总结7:Mysql数据结构-Hash索引、AVL树、B树、B+树的对比
- Stratégie touristique d'été de Singapour: un jour pour visiter l'île de San taosha à Singapour
- SLAM|如何时间戳对齐?
- Stretchdibits function
- Masa framework - DDD design (1)
猜你喜欢
[100 cases of JVM tuning practice] 03 -- four cases of JVM heap tuning
Mysql高级篇学习总结7:Mysql数据结构-Hash索引、AVL树、B树、B+树的对比
Excel如何进行隔行复制粘贴
【JVM调优实战100例】02——虚拟机栈与本地方法栈调优五例
The difference between SLC, MLC, TLC and QLC NAND SSD: which is better?
Industrial software lecture - core technology analysis of 3D CAD design software - the second lecture of the Forum
Responses of different people in technology companies to bugs | daily anecdotes
M2DGR:多源多场景 地面机器人SLAM数据集(ICRA 2022 )
SLC、MLC、TLC 和 QLC NAND SSD 之间的区别:哪个更好?
After 22 years in office, the father of PowerShell will leave Microsoft: he was demoted by Microsoft for developing PowerShell
随机推荐
Concepts and differences of PR curve and ROC curve
SLC、MLC、TLC 和 QLC NAND SSD 之间的区别:哪个更好?
options should NOT have additional properties
开源物联网平台ThingsBoard的安装
【每日一题】第二天
sql训练2
Leetcode(154)——寻找旋转排序数组中的最小值 II
Excel如何进行隔行复制粘贴
Progress-进度条
Singapore summer tourism strategy: play Singapore Sentosa Island in one day
R语言ggplot2可视化:可视化折线图、使用labs函数为折线图添加自定义的X轴标签信息
reduce--遍历元素计算 具体的计算公式需要传入 结合BigDecimal
消息队列消息丢失和消息重复发送的处理策略
Progress progress bar
问题包含哪些环节
在纽约寻找童真——新泽西州乐高乐园探索中心的美好一天
Use MNIST in tensorflow 2_ 784 data set for handwritten digit recognition
#gStore-weekly | gStore源码解析(四):安全机制之黑白名单配置解析
How to copy and paste interlaced in Excel
yolov3 训练自己的数据集之生成train.txt