| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.server -> Re: Crashes when desc user_segments
Typically, when one or more of your system views is causing either a core,
hang, or a killed session, then your system tablespace and/or data
dictionary is corrupt Check your alert log and dump areas for core dumps
and ORA-600 type errors. I would recommend that you export your data, kill
the database, and import to a fresh database with the previous database and
data files completely removed and replaced.
You might also run diagnostics on your disks. You may have a bad disk. I have had your exact problem happen on a small Linux box when I tried a gigantic update query on a small single disk database. Oracle hung and the data dictionary was corrupted. I was able to recover by following the procedures I described above.
If you have a full cold back up, you can restore and that should cure the problem as well. However, knowing how far to go back and when the corruption occurred might create issues. I am assuming since this is not a production database, the data probably is not critical, so trashing and rebuilding is your best option.
Good Luck!
-- ~~~~~~~~~~~~~~~~ Chris Weiss www.hpdbe.com High Performance Database Engineering ~~~~~~~~~~~~~~~~ "J Alex" <jalexanderssd_at_yahoo.com> wrote in message news:kCH68.502978$oj3.96490553_at_typhoon.tampabay.rr.com...Received on Sat Feb 02 2002 - 21:34:15 CST
> My sql*plus crashes when I am in as a dba user (well, any user) and try to
> desc user_segments. I can select from it fine, but doing a describe on
> user_segments closes the SQL*Plus window. This is true whether on the
server
> or a client.
> It's 8.1.7.0.0 on NT. I haven't found other views/tables that causes this
> (but I haven't tried them all).
> Describing sys.dba_segments is fine.
> The database is new and not in production yet. My main concern is whether
> this is a symptom of a bigger issue that hasn't shown up yet.
>
>
![]() |
![]() |