
{"id":1229,"date":"2021-07-03T19:00:09","date_gmt":"2021-07-03T22:00:09","guid":{"rendered":"https:\/\/rodrigosilvaesilva.com.br\/?p=1229"},"modified":"2021-07-03T19:00:09","modified_gmt":"2021-07-03T22:00:09","slug":"expdp-oracle-11g-ora-39001-invalid-argument-value-ora-01775-looping-chain-of-synonyms","status":"publish","type":"post","link":"https:\/\/rodrigosilvaesilva.com.br\/index.php\/2021\/07\/03\/expdp-oracle-11g-ora-39001-invalid-argument-value-ora-01775-looping-chain-of-synonyms\/","title":{"rendered":"Expdp Oracle 11G ORA-39001: invalid argument value, ORA-01775: looping chain of synonyms"},"content":{"rendered":"\n<p>Cause<\/p>\n\n\n\n<p><strong>Fail export or impdp<\/strong><\/p>\n\n\n\n<p>ORA-39001: invalid argument value<br>ORA-01775: looping chain of synonyms<\/p>\n\n\n\n<p>ORA-39001, 00000, &#8220;invalid argument value&#8221;<br>\/\/ *Cause: The user specified API parameters were of the wrong type or<br>\/\/ value range. Subsequent messages supplied by<br>\/\/ DBMS_DATAPUMP.GET_STATUS will further describe the error.<br>\/\/ *Action: Correct the bad argument and retry the API.<\/p>\n\n\n\n<p><strong>Query Dba Objects<\/strong><\/p>\n\n\n\n<div class=\"wp-block-urvanov-syntax-highlighter-code-block\"><pre class=\"lang:plsql decode:true \" >column OWNER format a10;\ncolumn OBJECT_NAME format a20;\ncolumn OBJECT_TYPE format a10;\n\nSelect owner, object_name, object_type, status   from dba_objects  where object_name like '%SYS_EXPORT%';\n<\/pre><\/div>\n\n\n\n<div class=\"wp-block-urvanov-syntax-highlighter-code-block\"><pre class=\"lang:plsql decode:true \" >\nOWNER\tOBJECT_NAME\t\t\t\tOBJECT_TYPE         STATUS\n----------------------------------------------------------\nPUBLIC\tSYS_EXPORT_FULL_01\t\tSYNONYM             VALID\nPUBLIC\tSYS_EXPORT_FULL_02\t\tSYNONYM             VALID\nPUBLIC\tSYS_EXPORT_FULL_03\t\tSYNONYM             VALID\nPUBLIC\tSYS_EXPORT_FULL_04\t\tSYNONYM             VALID\nPUBLIC\tSYS_EXPORT_FULL_05\t\tSYNONYM             VALID\nPUBLIC\tSYS_EXPORT_FULL_06\t\tSYNONYM             VALID\n<\/pre><\/div>\n\n\n\n<p>Solution<\/p>\n\n\n\n<p><strong>Drop public Synonym<\/strong><\/p>\n\n\n\n<p>SQL><\/p>\n\n\n\n<div class=\"wp-block-urvanov-syntax-highlighter-code-block\"><pre class=\"lang:plsql decode:true \" >drop PUBLIC SYNONYM     SYS_EXPORT_FULL_01;\ndrop PUBLIC SYNONYM\tSYS_EXPORT_FULL_02;\ndrop PUBLIC SYNONYM\tSYS_EXPORT_FULL_03;\ndrop PUBLIC SYNONYM\tSYS_EXPORT_FULL_04;\ndrop PUBLIC SYNONYM\tSYS_EXPORT_FULL_05;\ndrop PUBLIC SYNONYM\tSYS_EXPORT_FULL_06;<\/pre><\/div>\n\n\n\n<p>Solution<\/p>\n\n\n\n<p>re run expdp or impdp<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Cause Fail export or impdp ORA-39001: invalid argument valueORA-01775: looping chain of synonyms ORA-39001, 00000, &#8220;invalid argument value&#8221;\/\/ *Cause: The user specified API parameters were of the wrong type or\/\/ value range. Subsequent messages supplied by\/\/ DBMS_DATAPUMP.GET_STATUS will further describe the error.\/\/ *Action: Correct the bad argument and retry the API. Query Dba Objects Solution&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"aside","meta":{"footnotes":""},"categories":[8],"tags":[405,406,261],"class_list":["post-1229","post","type-post","status-publish","format-aside","hentry","category-oracle","tag-ora-01775-looping-chain-of-synonyms","tag-ora-39001-ora-01775","tag-ora-39001-invalid-argument-value","post_format-post-format-aside"],"_links":{"self":[{"href":"https:\/\/rodrigosilvaesilva.com.br\/index.php\/wp-json\/wp\/v2\/posts\/1229","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/rodrigosilvaesilva.com.br\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/rodrigosilvaesilva.com.br\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/rodrigosilvaesilva.com.br\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/rodrigosilvaesilva.com.br\/index.php\/wp-json\/wp\/v2\/comments?post=1229"}],"version-history":[{"count":2,"href":"https:\/\/rodrigosilvaesilva.com.br\/index.php\/wp-json\/wp\/v2\/posts\/1229\/revisions"}],"predecessor-version":[{"id":1231,"href":"https:\/\/rodrigosilvaesilva.com.br\/index.php\/wp-json\/wp\/v2\/posts\/1229\/revisions\/1231"}],"wp:attachment":[{"href":"https:\/\/rodrigosilvaesilva.com.br\/index.php\/wp-json\/wp\/v2\/media?parent=1229"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/rodrigosilvaesilva.com.br\/index.php\/wp-json\/wp\/v2\/categories?post=1229"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/rodrigosilvaesilva.com.br\/index.php\/wp-json\/wp\/v2\/tags?post=1229"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}