Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: cannot truncate a table
This looks like a problem in dictinary tables. Sometimes , the dictionary
tabes does'nt match. eg. Table is there in dba_table,dba_segments but entry
missing
from dba_extents or vice versa. In such cases u can do some operations and
some fails.
Oracle Corp. does have some queries on internal tables which can fix them by
updating
the sys tables values.
Sanjeev
-----Original Message-----
From: [mailto:cw_at_netlimit.com]
Sent: Friday, June 23, 2000 7:10 PM
To: Multiple recipients of list ORACLE-L
Subject: Re:cannot truncate a table
Hi List,
When I try to truncate a table, I am getting: ora-00604: error occurred at recursive sql level 1 ora-00942: table or view does not exist
I am the owner of this table and have no problem to drop this table.
Please help!!
Cydnee
-- Author: INET: cw_at_netlimit.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).Received on Mon Jun 26 2000 - 08:11:52 CDT