Error While Dropping User Cascade: ORA-01775: looping chain of synonyms
(Doc ID 1940323.1)
Last updated on MARCH 04, 2020
Applies to:
Oracle Database - Enterprise Edition - Version 11.2.0.4 and laterInformation in this document applies to any platform.
Symptoms
On : 11.2.0.4 version, Database Security
When attempting to drop a user using the cascade option
the following error occurs.
ERROR
-----------------------
ORA-00604: error occurred at recursive SQL level 1
ORA-04045: errors during recompilation/revalidation of USER1.BIN$**********==$0
ORA-01775: looping chain of synonyms
STEPS
-----------------------
The issue can be reproduced at will with the following steps:
1. sqlplus / as sysdba
2. drop user user1 cascade;
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |
References |