Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Dropping table/user - nested table objects

RE: Dropping table/user - nested table objects

From: Mark W. Farnham <mwf_at_rsiz.com>
Date: Tue, 26 Oct 2004 06:53:15 -0400
Message-ID: <KNEIIDHFLNJDHOOCFCDKAENDFIAA.mwf@rsiz.com>


Wild guess. What actually failed was a drop of a trigger. I'd probably disable the trigger and try dropping it individually.

mwf

-----Original Message-----
From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org]On Behalf Of Chadi Kassan Sent: Monday, October 25, 2004 4:20 PM
To: oracle-l_at_freelists.org
Subject: Dropping table/user - nested table objects

hello everyone,

We have a schema that has few tables with nested tables columns. some operations as truncate on these tables, dropping them or even drop the whole user with cascade option all fail giving internal error.

any one has experience this with nested tables and how to deal with this ?

plaform: Oracle 10g on linux.

ORA-00600: internal error code, arguments: [15239], [], [], [], [], [], [], []
Current SQL statement for this session:
drop trigger "ADI"."ARTICLES_TRG"
----- Call Stack Trace -----

calling              call     entry                argument values in hex
location             type     point                (? means dubious value)
-------------------- -------- --------------------
----------------------------

sdtcs_getexecname: use overriding value for executable sdtcs_getexecname: ignored overriding value [oracleDMT]
ksedmp()+493         call     ksedst()+0           0 ? 0 ? 0 ? 1 ? 0 ? 0 ?
ksfdmp()+14          call     ksedmp()+0           3 ? BFFF1BD4 ? A454362 ?
                                                   BB085E0 ? 3 ? BAFCCF8 ?
kgeriv()+188         call     ksfdmp()+0           BB085E0 ? 3 ?
kgeasi()+150         call     kgeriv()+0           BB085E0 ? BB5D85C ? 3B87

?
0 ? BFFF1C10 ? kktltc()+2042 call kgeasi()+0 BB085E0 ? BB5D85C ? 3B87
?
2 ? 0 ? kqlctxlod()+79 call kktltc()+0 56DEF2B0 ? BFFF5E40 ? 8CDE942 ? 56DEF2B0 ? BFFF67FC ? 6 ?

thanks.

--
http://www.freelists.org/webpage/oracle-l


--
http://www.freelists.org/webpage/oracle-l
Received on Tue Oct 26 2004 - 05:49:37 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US