drop user cascade [message #221271] |
Mon, 26 February 2007 01:30 |
M.Shakeel Azeem
Messages: 226 Registered: September 2006
|
Senior Member |
|
|
i want to drop the user nctexmis_test and i used the following
but i got the following error
SQL> drop user nctexmis_test cascade;
drop user nctexmis_test cascade
*
ERROR at line 1:
ORA-00604: error occurred at recursive SQL level 1
ORA-04021: timeout occurred while waiting to lock object NCTEXMIS.YRN_DELIVERY_CHALLAN_DETAIL
can anybody tell me what this error means?
|
|
|
|
Re: drop user cascade [message #221295 is a reply to message #221271] |
Mon, 26 February 2007 03:39 |
|
Mahesh Rajendran
Messages: 10708 Registered: March 2002 Location: oracleDocoVille
|
Senior Member Account Moderator |
|
|
Version?
There should be a related trace/dump notified in alert_sid.log.
Historically, there are a few known bugs on this. Mostly it has to do the execute privileges on the underlying objects and certain SYS objects.
|
|
|