当前位置:网站首页>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.
边栏推荐
- The difference between SLC, MLC, TLC and QLC NAND SSD: which is better?
- 27: Chapter 3: develop Passport Service: 10: [registration / login] interface: after the registration / login is OK, save the user session information (uid, utoken) to redis and cookies; (one main poi
- 聊聊电商系统中红包活动设计
- Server PHP environment building tutorial, PHP server environment building graphic explanation
- [100 cases of JVM tuning practice] 02 - five cases of virtual machine stack and local method stack tuning
- promise 和 Observable 的区别
- 性能测试如何创造业务价值
- [0701] [论文阅读] Alleviating Data Imbalance Issue with Perturbed Input During Inference
- 从list转化成map的时候,如果根据某一属性可能会导致key重复而异常,可以设置处理这种重复的方式
- Ali was wildly asked by the interviewer on three sides. Redis dared not write 'proficient' on his resume anymore
猜你喜欢

消息队列消息丢失和消息重复发送的处理策略

yolov3 训练自己的数据集之生成train.txt

论文导读 | 机器学习在数据库基数估计中的应用

9D电影是怎样的?(+维度空间常识)
![[daily question] the next day](/img/8a/18329bd9b4a3a4445c8fbbc1ce562b.png)
[daily question] the next day

What is cloud primordial? This time, I can finally understand!

医院在线问诊源码 医院视频问诊源码 医院小程序源码

Google's official response: we have not given up tensorflow and will develop side by side with Jax in the future
![[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

谷歌官方回应:我们没有放弃TensorFlow,未来与JAX并肩发展
随机推荐
R language ggplot2 visual Facet: gganimate package is based on Transition_ Time function to create dynamic scatter animation (GIF)
CDN acceleration and breaking J anti-theft chain function
Eliminate the yellow alarm light on IBM p750 small computer [easy to understand]
Basic idea of quick sorting (easy to understand + examples) "suggestions collection"
Typical application of "stack" - expression evaluation (implemented in C language)
[0701] [论文阅读] Alleviating Data Imbalance Issue with Perturbed Input During Inference
【愚公系列】2022年07月 Go教学课程 001-Go语言前提简介
彻底搞懂基于Open3D的点云处理教程!
Use MNIST in tensorflow 2_ 784 data set for handwritten digit recognition
迷你高尔夫球场:伦敦休闲旅游好去处
R语言dplyr包rowwise函数、mutate函数计算dataframe数据中多个数据列在每行的最大值、并生成行最大值对应的数据列(row maximum)
Detailed explanation of cjson usage
Kubernetes three open interfaces first sight
拦截器与过滤器的区别
2022软件工程期末考试 回忆版
Yesterday, Alibaba senior wrote a responsibility chain model, and there were countless bugs
The student Tiktok publicized that his alma mater was roast about "reducing the seal of enrollment". Netizen: hahahahahahahaha
科技公司不同人对Bug的反应 | 每日趣闻
R语言dplyr包filter函数筛选dataframe数据、如果需要筛选的数据列(变量)名称中包含引号则需要使用!!sym语法处理、否则因为无法处理引号筛选不到任何数据
如何设置VSCode删除整行快捷键?