Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Unable to delete user.

407231Nov 4 2003 — edited Nov 5 2003
I want to drop a local test user, but I alwways get these messages:

---cut---
Connected to:
Oracle9i Enterprise Edition Release 9.2.0.4.0 - Production
With the Partitioning, OLAP and Oracle Data Mining options
JServer Release 9.2.0.4.0 - Production

SQL> drop user mytester cascade;
drop user mytester cascade
*
ERROR at line 1:
ORA-00604: error occurred at recursive SQL level 1
ORA-04045: errors during recompilation/revalidation of LBACSYS.LBAC_EVENTS
ORA-06508: PL/SQL: could not find program unit being called
ORA-06512: at line 2
ORA-06508: PL/SQL: could not find program unit being called
ORA-06512: at line 2
---cut---

What's going wrong?

Thanks in advance
Stephan
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 3 2003
Added on Nov 4 2003
4 comments
438 views