Guest User

Untitled

a guest
Jun 23rd, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. ORA-39083: Object type ALTER_PACKAGE_SPEC failed to create with error:
  2. ORA-01775: looping chain of synonyms
  3. Failing sql is:
  4.  
  5. ALTER PACKAGE "XZB"."P_IATA" COMPILE SPECIFICATION PLSQL_OPTIMIZE_LEVEL= 2 PLSQL_CODE_TYPE= INTERPRETED
  6. PLSQL_DEBUG= FALSE PLSCOPE_SETTINGS= 'IDENTIFIERS:NONE' REUSE
  7. SETTINGS TIMESTAMP '2015-07-24 05:12:12'
  8.  
  9. CREATE SYNONYM s1 for s2
  10. CREATE SYNONYM s2 for s3
  11. CREATE SYNONYM s3 for s1
Add Comment
Please, Sign In to add comment