当前位置:网站首页>ORA-01455: converting column overflows integer datatype
ORA-01455: converting column overflows integer datatype
2022-07-02 17:42:00 【zuozhiji】
exp的客户端是10gr2,服务器端是18cr2
脚本导出的内容:
exp $u/[email protected]$db file=files/${u}_Q_PROG.dmp log=logs/${u}_Q_PROG.log tables=Q_%
执行后错误如下:
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后的解决方法:http://www.dba-oracle.com/t_exp_00008_oracle_error_1455_encountered.htm
增加这三个参数:constraints=n indexes=n statistics=none
脚本改成:
exp $u/[email protected]$db file=files/${u}_Q_PROG.dmp log=logs/${u}_Q_PROG.log constraints=n indexes=n statistics=none
不过注意最后需要将索引同步到target database。
边栏推荐
- Learning summary of MySQL advanced 6: concept and understanding of index, detailed explanation of b+ tree generation process, comparison between MyISAM and InnoDB
- The difference between interceptor and filter
- Matlab中弧度转角度、角度转弧度
- What are the links of the problem
- Leetcode (81) -- search rotation sort array II
- Crypto usage in nodejs
- 任职 22 年,PowerShell 之父将从微软离职:曾因开发 PowerShell 被微软降级过
- [100 cases of JVM tuning practice] 01 - introduction of JVM and program counter
- Redis (7) -- database and expiration key
- Stratégie touristique d'été de Singapour: un jour pour visiter l'île de San taosha à Singapour
猜你喜欢

思维意识转变是施工企业数字化转型成败的关键
![[100 cases of JVM tuning practice] 03 -- four cases of JVM heap tuning](/img/54/8a18cd30e6186528599c0556b1ee3b.png)
[100 cases of JVM tuning practice] 03 -- four cases of JVM heap tuning

Mini Golf Course: a good place for leisure and tourism in London

论文导读 | 关于将预训练语言模型作为知识库的分析与批评

Installation of thingsboard, an open source IOT platform

How to enable the run dashboard function of idea

学生抖音宣传母校被吐槽“招生减章”,网友:哈哈哈哈哈哈

Deep learning mathematics foundation

MySQL advanced learning summary 7: MySQL data structure - Comparison of hash index, AVL tree, B tree and b+ tree

Web version 3D visualization tool, 97 things programmers should know, AI frontier paper | information daily # 2022.07.01
随机推荐
“栈”的典型应用—表达式求值(C语言实现)
The text editor hopes to mark the wrong sentences in red, and the text editor uses markdown
FastDFS安装
How can retail enterprises open the second growth curve under the full link digital transformation
SAP S/4HANA OData Mock Service 介绍
《病人家属,请来一下》读书笔记
Is it safe to buy funds on Alipay account
元宇宙链游系统开发(逻辑开发)丨链游系统开发(详细分析)
Slam | how to align timestamps?
How to copy and paste interlaced in Excel
徹底搞懂基於Open3D的點雲處理教程!
Stm32g0 USB DFU upgrade verification error -2
高频面试题
彻底搞懂基于Open3D的点云处理教程!
论文导读 | 机器学习在数据库基数估计中的应用
Leetcode(81)——搜索旋转排序数组 II
产品经理应具备的能力
如何设置VSCode删除整行快捷键?
How to write controller layer code gracefully?
消息队列消息丢失和消息重复发送的处理策略