RE: Drop user fails with ORA-01418
- From: Alex <stant_98@xxxxxxxxx>
- To: chadi@xxxxxxxxxxxxxxxxxx, "'Mercadante, Thomas F'" <thomas.mercadante@xxxxxxxxxxxxxxxxx>
- Date: Tue, 16 Nov 2004 08:08:16 -0800 (PST)
You may have some internal dependencies as far as the objects owned by this
owner go. See if you can locate some of these dependencies - this may be
helpful finding out where the issue is.
Chadi Kassan <chadi@xxxxxxxxxxxxxxxxxx> wrote:Actually, this is my problem. I
couldn't drop some objects in the user, so i
decided to rebuild the user and still stuck with this:
the trace is shwoning that some trigger is causing the ora600:
ksedmp: internal or fatal error
ORA-00600: internal error code, arguments: [15239], [], [], [], [], [], [],
[]
Current SQL statement for this session:
drop trigger "CHADI"."BIN$5/+ZaDjf/yjgMIEKQwE88g==$0"
Chadi.
-----Original Message-----
From: Mercadante, Thomas F [mailto:thomas.mercadante@xxxxxxxxxxxxxxxxx]
Sent: Tuesday, November 16, 2004 10:24 AM
To: 'chadi@xxxxxxxxxxxxxxxxxx'; oracle-l@xxxxxxxxxxxxx
Subject: RE: Drop user fails with ORA-01418
Chadi,
Did the user get dropped?
If not, can you go through and drop the users objects manually? And then
drop the user? It is obviously an Oracle problem. But if you can find a
workaround, then you can chalk it up to experience.
Personally, I do not drop a user that has a bunch of objects. I prefer to
drop all the objects first and then the user just for this reason.
Hope this helps.
Tom Mercadante
Oracle Certified Professional
-----Original Message-----
From: Chadi Kassan [mailto:chadi@xxxxxxxxxxxxxxxxxx]
Sent: Tuesday, November 16, 2004 10:01 AM
To: oracle-l@xxxxxxxxxxxxx
Subject: Drop user fails with ORA-01418
Hi everyone,
I'm pretty sure, many had run into this problem before and can provide some
help. When I try to drop one of my user, I get the following:
SQL> drop user theuser cascade;
ORA-00604: error occurred at recursive SQL level 1
ORA-01418: specified index does not exist
What index it's talking about, metalink says this is related to some data
corruption in data dictionnary, but doesn't provide a solution.
We run Oracle Database 10g Release 10.1.0.3.0 on Linux.
Thank you.
--
http://www.freelists.org/webpage/oracle-l
--
http://www.freelists.org/webpage/oracle-l
---------------------------------
Do you Yahoo!?
Discover all that?s new in My Yahoo!
--
http://www.freelists.org/webpage/oracle-l
- References:
- RE: Drop user fails with ORA-01418
- From: Chadi Kassan
Other related posts:
- » Drop user fails with ORA-01418
- » RE: Drop user fails with ORA-01418
- » RE: Drop user fails with ORA-01418
- » RE: Drop user fails with ORA-01418
- » RE: Drop user fails with ORA-01418
- » RE: Drop user fails with ORA-01418
- » RE: Drop user fails with ORA-01418
- » RE: Drop user fails with ORA-01418
- » RE: Drop user fails with ORA-01418
- » RE: Drop user fails with ORA-01418
- » RE: Drop user fails with ORA-01418
- » RE: Drop user fails with ORA-01418
- » RE: Drop user fails with ORA-01418
- » RE: Drop user fails with ORA-01418
- » RE: Drop user fails with ORA-01418
- » RE: Drop user fails with ORA-01418
- » RE: Drop user fails with ORA-01418
- » RE: Drop user fails with ORA-01418
- RE: Drop user fails with ORA-01418
- From: Chadi Kassan