Chinaunix首页 | 论坛 | 博客
  • 博客访问: 3551958
  • 博文数量: 715
  • 博客积分: 1860
  • 博客等级: 上尉
  • 技术积分: 7745
  • 用 户 组: 普通用户
  • 注册时间: 2008-04-07 08:51
个人简介

偶尔有空上来看看

文章分类

全部博文(715)

文章存档

2023年(75)

2022年(134)

2021年(238)

2020年(115)

2019年(11)

2018年(9)

2017年(9)

2016年(17)

2015年(7)

2014年(4)

2013年(1)

2012年(11)

2011年(27)

2010年(35)

2009年(11)

2008年(11)

最近访客

分类: Oracle

2020-12-18 15:28:31


一个简单的导入,报错:
CREATE TYPE "test_user"."type1"   OID '5BED7664FB75646FE0536E2B010A0B4C' IS table of  qrtable1
ORA-39083: Object type TYPE failed to create with error:
ORA-02304: invalid object identifier literal
Failing sql is:
CREATE TYPE "test_user"."T_A_TABLE"   OID '4BEE46F622FE2375E0536E2B010A51C0' is table of gtable1;
ORA-39083: Object type TYPE failed to create with error:
ORA-02304: invalid object identifier literal
Failing sql is:
CREATE TYPE "test_user"."T_Q_TABLE"   OID '3BEE46FE1DD4245BE0536E2B010A1E42' is table of tt_market_table;
ORA-39083: Object type TYPE failed to create with error:
ORA-02304: invalid object identifier literal

oid捣乱

[host1:oracle]:/oradata>impdp user1/user123 DIRECTORY=EXP_DIR 
DUMPFILE=expd_20201214.dmp logfile=imp_1218.log schemas=zhcx 
REMAP_SCHEMA=zhcx:zhcx_test table_exists_action=replace 
transform=segment_attributes:n,oid:n
正常导入。

参考:

https://blog.csdn.net/chengzhezhijian/article/details/32705929
阅读(1179) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~