expdp ORA-01775: looping chain of synonyms 解決辦法
expdp時報錯:
ORA-39001: invalid argument value
ORA-01775: looping chain of synonyms
解決方法:刪除SYS_EXPORT_SCHEMA_* 相關的同義詞。
SQL> select owner, object_name, object_type, status from dba_objects where object_name like '%SYS_EXPORT_SCHEMA_%' and
OBJECT_TYPE='SYNONYM';
OWNER OBJECT_NAME OBJECT_TYPE STATUS
------------------------------ -------------------- ------------------- -------
PUBLIC SYS_EXPORT_SCHEMA_01 SYNONYM VALID
PUBLIC SYS_EXPORT_SCHEMA_02 SYNONYM INVALID
PUBLIC SYS_EXPORT_SCHEMA_03 SYNONYM INVALID
SQL> drop public synonym SYS_EXPORT_SCHEMA_01;
Synonym dropped.
SQL> drop public synonym SYS_EXPORT_SCHEMA_02;
Synonym dropped.
SQL> drop public synonym SYS_EXPORT_SCHEMA_03 ;
Synonym dropped.
SQL> exit
Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
[oracle@PreProDB ~]$ expdp system/system
Export: Release 11.2.0.3.0 - Production on Thu Oct 23 15:40:12 2014
參考文件:
DataPump Import Results In ORA-39001 Invalid Argument Value ORA-1775 Looping Chain Of Synonyms (Doc ID 459151.1)
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/26442936/viewspace-1308143/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- ORA-01775: looping chain of synonymsOOPAI
- [重慶思莊每日技術分享]-Oracle expdp ORA-01775: looping chain of synonymsOracleOOPAI
- [20190102]ORA-01775 looping chain of synonyms.txtOOPAI
- 使用impdp導數時報ORA-39126與ORA-01775: looping chain of synonyms錯誤OOPAI
- github慢解決辦法Github
- Grub Rescue解決辦法
- /dev/null解決辦法devNull
- MSBuild Tools解決辦法UI
- 檔案無法粉碎解決辦法
- OpenStack 的NAT解決辦法
- android ExceptionInInitializerError解決辦法AndroidExceptionError
- Could not find *.apk!解決辦法APK
- man出錯解決辦法
- ARP病毒解決辦法
- 公寓噪音的解決辦法
- SSH 連線卡頓解決辦法
- 錕斤拷個人解決辦法
- 資料傾斜解決辦法
- ModuleNotFoundError: No module named ‘DBUtils‘解決辦法Error
- SqlServer鎖表解鎖解決辦法SQLServer
- 跨域問題解決辦法跨域
- github訪問受限解決辦法Github
- win7黑屏解決辦法Win7
- mysql事件關閉解決辦法MySql事件
- EXP-00091解決辦法
- CACTI:ICMPPingError:gethostbynamefailed解決辦法ErrorAI
- SVN被鎖的解決辦法
- ORA-28056的解決辦法
- Eclipse閃退解決辦法Eclipse
- sysctl -P 報錯解決辦法
- 資料庫漏洞解決辦法資料庫
- SAP錯誤提示解決辦法
- job都停了的解決辦法
- 表碎片起因及解決辦法
- ORA-01775無法檢視SQL執行計劃的問題的解決方案SQL
- 新浪UC無法登入的解決辦法
- Oracle statspack無法收集快照,及解決辦法Oracle
- IIS 之 無法找到該頁 解決辦法