Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: System tablespace corrupted
It's not a critical table, and if you are not using consumers group it
should have only (four rows):
OBJ# NAME MANDATORY CPU_METHOD DESCRIPTION
STATUS
2534 OTHER_GROUPS 1 ROUND-ROBIN consumer
group for users not included in any group in the active top-plan
ACTIVE
2535 DEFAULT_CONSUMER_GROUP 1 ROUND-ROBIN consumer
group for users not assigned to any group
ACTIVE
2536 SYS_GROUP 1 ROUND-ROBIN
Group of system sessions
ACTIVE
2537 LOW_GROUP 0 ROUND-ROBIN
Group of low priority sessions
ACTIVE
Rebuild the table and reload from another database.
Check there is no triggers on the table, also check other object
dependencies on this table.
Truncating the table and reloading it may work since it will not try to read the blocks.
Waleed
-----Original Message-----
From: M Rafiq [mailto:rafiq9857_at_hotmail.com]=20
Sent: Wednesday, July 28, 2004 9:06 PM
To: oracle-l_at_freelists.org
Subject: RE: System tablespace corrupted
Waleed
Thanks. Table name is
SQL> select count(*) from sys.RESOURCE_CONSUMER_GROUP$; select count(*) from sys.RESOURCE_CONSUMER_GROUP$
*
Regards
Rafiq
From: "Khedr, Waleed" <Waleed.Khedr_at_FMR.COM>
Reply-To: oracle-l_at_freelists.org
To: <oracle-l_at_freelists.org>
Subject: RE: System tablespace corrupted
Date: Wed, 28 Jul 2004 20:22:45 -0400
What is the table name?
-----Original Message-----
From: M Rafiq [mailto:rafiq9857_at_hotmail.com]=3D20
Sent: Wednesday, July 28, 2004 8:18 PM
To: oracle-l_at_freelists.org
Subject: System tablespace corrupted
Env: Windows 2000 SP 4 Oracle 9.2.0.5
While exporting full database, it was observed that there is 1 block
is=3D20
corrupted and other is fractured as per dbv. After checking it was
tracked=3D20
as a sys.table. dbinv alos points that corrupt block due media failure.
SA=3D20
ran Compaq provided utility which says no corruption of media.
Database is a development instance and no archive on. Simple way to
restore=3D20
complete database from cold backup of previous week.
Is there any other way to recover the table completely. DBMS_REPAIR
package=3D20
does not look to work for complete recovery. Full export hanging
after=3D20
generating errors for that block.
Regards
Rafiq
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.htmlput 'unsubscribe' in the subject line.
-----------------------------------------------------------------
----------------------------------------------------------------
Please see the official ORACLE-L FAQ: http://www.orafaq.com
----------------------------------------------------------------
To unsubscribe send email to: oracle-l-request_at_freelists.org
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.htmlput 'unsubscribe' in the subject line.
-----------------------------------------------------------------
----------------------------------------------------------------
Please see the official ORACLE-L FAQ: http://www.orafaq.com
----------------------------------------------------------------
To unsubscribe send email to: oracle-l-request_at_freelists.org
![]() |
![]() |