Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Funny?
Mark,
>From a previous posting, might you be running into bug 1359472 (or something similar)
"
-----Original Message-----
Sent: Thursday, 22 February 2001 12:51
To: Multiple recipients of list ORACLE-L
Came across an interesting bug in the rename command (8.1.6.0.0) (see bug 1359472). Seems if you rename a table, you can drop or truncate it without a problem. However, if you rename a table, then later issue a 'drop user userame cascade;', a bogus entry is placed into the obj$ table, an ora-0600 is returned, and neither the table nor the user can be dropped.
This is rather unfortunate, as rename is a very convenient command.
Cheers,
GC
"
Regards,
Bruce Reardon
-----Original Message-----
Sent: Friday, 1 March 2002 11:58
To: Multiple recipients of list ORACLE-L
Strange. Do those users have a few tables and/or many extents?
Try dropping the tables first. I've had to do that on occasion.
Jared
"Mark Leith" <mark_at_cool-tools.co.uk>
Sent by: root_at_fatcity.com
02/28/02 04:33 PM
Please respond to ORACLE-L
To: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com> cc: Subject: Funny?
Hi All,
Anyone ever seen this before? 8.1.7 on a Win2K machine.
SQL> select username,
2 account_status
3 from dba_users
4 where username in ('MARK','SCOTT');
USERNAME ACCOUNT_STATUS ------------------------------ -------------------------------- SCOTT OPEN MARK OPEN
SQL> drop user scott cascade;
drop user scott cascade
*
ERROR at line 1:
ORA-00604: error occurred at recursive SQL level 1
ORA-00942: table or view does not exist
I can't drop *ANY* users! Not even logged in as SYS!
Cheers
Mark
Mark Leith | T: +44 (0)1905 330 281 Sales & Marketing | F: +44 (0)870 127 5283 Cool Tools UK Ltd | E: mark_at_cool-tools.co.uk =================================================== http://www.cool-tools.co.uk Maximising throughput & performance
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Mark Leith
INET: mark_at_cool-tools.co.uk
Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists --------------------------------------------------------------------To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author:
INET: Jared.Still_at_radisys.com
Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists --------------------------------------------------------------------To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).
Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists --------------------------------------------------------------------To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Thu Feb 28 2002 - 22:43:22 CST