随笔分类 -  Oralce 错误集锦

摘要:出现ora-31655错误的情况 原因:是因为不是同一个schema,导致的问题产生 解决方案: 在导入语句最后添加上remap_schema=old:new 着old是原schema,也就是导出的用户名,new是想要导入的用户名 如:这里有一个expdp导出的dmp文件用户是test_old,想要 阅读全文
posted @ 2020-05-20 19:04 浅雨凉 阅读(3006) 评论(0) 推荐(0) 编辑
摘要:程序连接orarle报ORA-12505错误 一、异常{ ORA-12505, TNS:listener does not currently know of SID given in connect descriptor The Connection descriptor used by the 阅读全文
posted @ 2018-04-16 15:05 浅雨凉 阅读(62985) 评论(1) 推荐(1) 编辑
摘要:ORA-01502: 索引或这类索引的分区处于不可用状态原因: 出现这个问题,可能有人move过表,或者disable 过索引。1. alter table xxxxxx move tablespace xxxxxxx 命令后,索引就会失效。2. alter index index_name unu 阅读全文
posted @ 2017-12-19 13:48 浅雨凉 阅读(3835) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示