当前位置:网站首页>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.
边栏推荐
- Thoroughly understand the point cloud processing tutorial based on open3d!
- Excel如何进行隔行复制粘贴
- Competence of product manager
- 聊聊电商系统中红包活动设计
- Golang并发编程——goroutine、channel、sync
- Eliminate the yellow alarm light on IBM p750 small computer [easy to understand]
- 科技公司不同人对Bug的反应 | 每日趣闻
- Stretchdibits function
- Chain game system development (unity3d chain game development details) - chain game development mature technology source code
- 页面标题组件
猜你喜欢

徹底搞懂基於Open3D的點雲處理教程!

电商系统中常见的 9 大坑,你踩过没?

How to copy and paste interlaced in Excel

Exness in-depth good article: dynamic series - Case Analysis of gold liquidity (V)

Mysql高级篇学习总结7:Mysql数据结构-Hash索引、AVL树、B树、B+树的对比

How to enable the run dashboard function of idea

新加坡暑假旅游攻略:一天玩转新加坡圣淘沙岛

CDN acceleration and breaking J anti-theft chain function

谷歌官方回应:我们没有放弃TensorFlow,未来与JAX并肩发展

【JVM调优实战100例】03——JVM堆调优四例
随机推荐
R语言ggplot2可视化:gganimate包创建动态柱状图动画(gif)、使用transition_states函数在动画中沿给定维度逐步显示柱状图
R语言ggplot2可视化:可视化折线图、使用labs函数为折线图添加自定义的X轴标签信息
MySQL advanced learning summary 7: MySQL data structure - Comparison of hash index, AVL tree, B tree and b+ tree
Progress progress bar
[daily question] first day
R语言dplyr包na_if函数把向量数值中的控制转化为缺失值NA、按照映射规则把指定内容转化为缺失值NA
ICDE 2023|TKDE Poster Session(CFP)
日期工具类(不定时更新)
Leetcode (81) -- search rotation sort array II
如何清理废弃pv和其对应的文件夹
Eliminate the yellow alarm light on IBM p750 small computer [easy to understand]
Mysql高级篇学习总结6:索引的概念及理解、B+树产生过程详解、MyISAM与InnoDB的对比
Typical application of "stack" - expression evaluation (implemented in C language)
【愚公系列】2022年07月 Go教学课程 001-Go语言前提简介
Mini Golf Course: a good place for leisure and tourism in London
sql训练2
Crypto usage in nodejs
页面标题组件
新加坡暑假旅遊攻略:一天玩轉新加坡聖淘沙島
reduce--遍历元素计算 具体的计算公式需要传入 结合BigDecimal