Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: how to identify the corrupted object???
On Sat, 17 Oct 1998 20:00:25 +0200, Doug Cha wrote
(in message <3628db39$0$28016_at_nntp1.ba.best.com>):
>
> Ronald <ronr_at_wxs.nl> wrote:
>
>> On Sat, 3 Oct 1998 21:05:03 +0200, sunita_at_postoffice.worldnet.att.net >> wrote (in message <36167816.34E2_at_postoffice.worldnet.att.net>): >>> >>> Exports on the database has begun to core dump. How do I identify which >>> object is corrputed and in which schema?? >>> >>> Once the object is identified, can I drop and recreate the object, will >>> it fix the problem?
>> select owner, object_name, object_type, status from dba_objects where >> status != 'VALID' union select owner, index_name, table_name from >> dba_indexes where status != 'VALID';
--
Ronald
The best way to accelerate a machine running windows is at 9.8 m/s^2 Received on Tue Oct 20 1998 - 23:30:01 CDT
![]() |
![]() |