System and sysaux file block corruption

Errors in file /u01/app/oracle/diag/rdbms/pdent/pdent/trace/pdent_smon_3135.trc:
ORA-00604: error occurred at recursive SQL level 1
ORA-01578: ORACLE data block corrupted (file # 1, block # 91607)
ORA-01110: data file 1: '/u01/app/oracle/oradata/pdent/system01.dbf'
I am unable to take r man backup, as well as export using datapump. i tried to recover it using rman blockrecover but still same. here is detail
SQL> SELECT * FROM V$DATABASE_BLOCK_CORRUPTION;
FILE# BLOCK# BLOCKS CORRUPTION_CHANGE# CORRUPTIO
1 91607 1 0 CHECKSUM
2 58710 1 0 CHECKSUM
5 1202316 1 0 CHECKSUM
SQL> SELECT
tablespace_name,
segment_type,
owner,
segment_name
FROM dba_extents
WHERE file_id = 1
AND BETWEEN block_id AND block_id + blocks - 1; 2 3 4 5 6 7 8
TABLESPACE_NAME SEGMENT_TYPE OWNER
SEGMENT_NAME
SYSTEM INDEX SYS
I_OBJ2
alter system dump datafile 1 block 344;
SQL> SELECT
tablespace_name,
segment_type,
owner,
segment_name
FROM dba_extents
WHERE file_id = 2
AND 58710 BETWEEN block_id AND block_id + blocks - 1; 2 3 4 5 6 7 8
TABLESPACE_NAME SEGMENT_TYPE OWNER
SEGMENT_NAME
SYSAUX INDEX PARTITION SYS
WRH$_OSSTAT_PK
SQL> ALTER INDEX I_OBJ2 REBUILD ONLINE;
ALTER INDEX I_OBJ2 REBUILD ONLINE
ERROR at line 1:
ORA-00701: object necessary for warmstarting database cannot be altered
need immediate help.
thanks in advance

user11914238 wrote:
Errors in file /u01/app/oracle/diag/rdbms/pdent/pdent/trace/pdent_smon_3135.trc:
ORA-00604: error occurred at recursive SQL level 1
ORA-01578: ORACLE data block corrupted (file # 1, block # 91607)
ORA-01110: data file 1: '/u01/app/oracle/oradata/pdent/system01.dbf'
I am unable to take r man backup, as well as export using datapump. i tried to recover it using rman blockrecover but still same. here is detail
SQL> SELECT * FROM V$DATABASE_BLOCK_CORRUPTION;
FILE# BLOCK# BLOCKS CORRUPTION_CHANGE# CORRUPTIO
1 91607 1 0 CHECKSUM
2 58710 1 0 CHECKSUM
5 1202316 1 0 CHECKSUM
SQL> SELECT
tablespace_name,
segment_type,
owner,
segment_name
FROM dba_extents
WHERE file_id = 1
AND BETWEEN block_id AND block_id + blocks - 1; 2 3 4 5 6 7 8
TABLESPACE_NAME SEGMENT_TYPE OWNER
SEGMENT_NAME
SYSTEM INDEX SYS
I_OBJ2
alter system dump datafile 1 block 344;
SQL> SELECT
tablespace_name,
segment_type,
owner,
segment_name
FROM dba_extents
WHERE file_id = 2
AND 58710 BETWEEN block_id AND block_id + blocks - 1; 2 3 4 5 6 7 8
TABLESPACE_NAME SEGMENT_TYPE OWNER
SEGMENT_NAME
SYSAUX INDEX PARTITION SYS
WRH$_OSSTAT_PK
SQL> ALTER INDEX I_OBJ2 REBUILD ONLINE;
ALTER INDEX I_OBJ2 REBUILD ONLINE
ERROR at line 1:
ORA-00701: object necessary for warmstarting database cannot be altered
need immediate help.
Immediate help can be only provided by Oracle Support Services. So if you need that, please raise a Sev1 SR . For your issue, as others have suggested already, if you have a valid backup and you are in the archive log mode, using RMAN's BMR(Block Media Recovery) , the issue can be resolved provided there is nothing wrong with the hardware of yours. If that's the case, recovery wouldn't yield any benefits.
Aman....

Similar Messages

  • CREATING SYSTEM AND SYSAUX FILES

    Hi,
    when creating DB by script, can we choose to have them in AUTOEXTEND OFF or ON like this :
    SYSAUX DATAFILE '/d12/ORA_DB/SYSAUX_001.dbf' SIZE 350M
    EXTENT MANAGEMENT LOCAL AUTOEXTEND OFF
    DATAFILE '/d12/ORA_DB/SYSTEM_001.dbf' SIZE 100M
    EXTENT MANAGEMENT LOCAL AUTOEXTEND OFF
    Many thanks

    The reason why this command fails from the beginning is because you are using 'EXTENT MANAGEMENT LOCAL' right after the datafile size, then you declare the autoextend on clause, this autoextend on is a datafile attribute, meanwhile the extent management local is a tablespace attribute which cannot be declared until you have completely specified the datafile:
    SYSAUX DATAFILE '/d12/ORA_DB/SYSAUX_001.dbf' SIZE
    350M
    EXTENT MANAGEMENT LOCAL AUTOEXTEND OFF
    DATAFILE '/d12/ORA_DB/SYSTEM_001.dbf' SIZE 100M
    EXTENT MANAGEMENT LOCAL AUTOEXTEND OFFSo, the command, properly rearranged, to create your tablespace is:
    SYSAUX DATAFILE '/d12/ORA_DB/SYSAUX_001.dbf' SIZE 350M AUTOEXTEND OFF
    EXTENT MANAGEMENT LOCAL
    DATAFILE '/d12/ORA_DB/SYSTEM_001.dbf' SIZE 100M AUTOEXTEND OFF
    EXTENT MANAGEMENT LOCAL ~ Madrid

  • SYS, SYSTEM and SYSAUX when full database refresh.

    I took full export from database using below command
    expdp "'/ as sysdba'" full=Y directory=DPUMP_DIR dumpfile=expdp_11032011.dmp logfile=expdp_11032011.log Now, I need to import this file to an other database.
    When do schema refresh we usually drop all the object in that schema and start refresh, but when doing fullback up, do we need to drop all user?
    what about sys, system and sysaux user?

    user3636719 wrote:
    So, the tables in the SYS and SYSTEM will remain same when we refresh?
    Structure will not be modified but contents will be automatically modified when DLL is executed when importing.
    And do we have to drop other user before we import?Applications schemas that you have created should be dropped. In general don't modify any schema that is directly managed by Oracle such as SYS or SYSTEM or any schema used by some database option like Oracle Text, Oracle Spatial, etc.

  • System and sysaux tablespace

    hi,
    can anyone tell me whata system and sysaux tablespace contains, and how to manage them.

    The system tablespace
    The system tablespace is always available when a database is open (it cannot be taken offline).
    The system tablespace stores the data dictionary (or their base tables, respectively).
    The sysaux tablespace
    The sysaux tablespace is new with Oracle 10g. It is used to store database components that were stored in the system tablespace in prior releases of the database.
    Also, the tablespaces that were needed for RMAN's recovery catalog, for Ultra Search, for Data Mining, for XDP and for OLAP are going to sysaux with 10g.
    Additionally, it is the place where automatic workload repository stores its information.
    The SYSAUX tablespace was installed as an auxiliary tablespace to the SYSTEM tablespace when you created your database. Some database components that formerly created and used separate tablespaces now occupy the SYSAUX tablespace.
    If the SYSAUX tablespace becomes unavailable, core database functionality will remain operational. The database features that use the SYSAUX tablespace could fail, or function with limited capability.
    refer the links:
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14231/tspaces.htm#i1011659

  • The PDF file and slideshow view corrupted using iPhoto. Macbook air only get corrupted slideshow and Mac Mini both slideshow and PDF file is corrupted.

    The PDF file and slideshow view corrupted using iPhoto. Macbook air only get corrupted slideshow and Mac Mini both slideshow and PDF file is corrupted.

    Saving as a PDF file for some users have been a problem.  If you boot into  Safe Mode and run iPhoto you can create undamaged PDF files.  We don't know why the problem but this is a workaround.
    This problem prevents many from ordering books, calendars and cards since iPhoto creates PDF file of them for uploading and printing.  Booting into Safe Mode lets them successfully order those items.

  • Dump Previous Systems and Damaged Files?

    I just upgraded to Tiger (10.4.6) from 10.3.9. I have two new folders on my Finder now, Previous Systems and Damaged Files. As I have only 25 GB of an 80 gig hard drive left, is it OK to dump them?
    eMac 1.24 GHz Power PC G4   Mac OS X (10.4.6)  

    With 25 GB remaining you should be in no immediate danger of filling the hard drive and killing the system, so you can take your time checking out 10.4.6 before you toss the Previous Systems folder. You can look it over and decide if there are any files in there you want to still use. That said, I kept the Previous System folder around on my eMac after updating for all of maybe three days, so yeah, you can toss Previous Systems.
    I'd be more concerned about a Damaged Files folder. I've never seen thaat as part of an upgrade, it suggests there may be directory or physical disk damage. If you open Disk Utility, what does it show for your hard drive's SMART status? If you boot from the Tiger install disk and run Disk Utility> Repair Disk from the Installer menu, does it report any problems? What sort of files are in the Damaged Files folder?

  • Oracle XE system and sysaux tablespaces

    I've got a question regarding system and sysaux tablespaces. Below are numbers from my Oracle XE database. Are these tablespaces constant or are they growing over time? I do not have any custom objects in either system or sysaux schema. If they extend is there a way to clean them up in order to reduce used space? Also, what is the impact of their size on the 4 GB XE limit?
    # TABLESPACE NAME ALLOCATED (MB) USED (MB) FREE (MB) USED (%) FREE (%)
    =====================================================================
    1.SYSAUX....................710...............696.44........13.56..........98.09..........1.91
    2.SYSTEM...................440...............429.75........10.25...........97.67......... 2.33
    Thanks,
    Art

    Both should remain relatively constant.
    The size of the SYSTEM tablespace will increase if you have many PL/SQL objects.
    Whether they can be cleaned up can't be answered in a generic way, it depends.
    They likely count to the 4 Gb limit.
    Sybrand Bakker
    Senior Oracle DBA

  • When I run the Free exec Download, I get the Windows XP "thud" sound and message "File is corrupt." I downloaded again and got same error.

    I am running Windows XP Servicepack 3. I clicked the Free Download, saved it using IE8, and then tried to run it. A couple of seconds after I pressed ENTER on the filename, I got that infamous Windows XP "thud" sound along with the message that the file is corrupt.

    Hi knobman- I'm not sure why the file would be corrupt. I would recommend downloading from the official Mozilla site only. You can click this link to get the latest and best version [just select 'Windows' and it should go]:
    http://www.mozilla.org/en-US/firefox/new/
    Hope that helps!

  • Tablespace management system and sysaux size.. a concern..

    Hi mates,
    I have the report of my tablespace as thus:
    FILE_NAME TABLESPACE_NAME STA Total MB % Free Aext
    /usr/lib/oracle/xe/oradata/XE/MD MDATE AVA 196.608 13.57 YES
    ATE.dbf
    /usr/lib/oracle/xe/oradata/XE/SL SLIPSTREAM AVA 327.680 17.54 YES
    IPSTREAM.dbf
    /usr/lib/oracle/xe/oradata/XE/sy SYSAUX AVA 542.720 1.77 YES
    saux.dbf
    /usr/lib/oracle/xe/oradata/XE/sy SYSTEM AVA 378.880 1.69 YES
    stem.dbf
    /usr/lib/oracle/xe/oradata/XE/TX TXCD AVA 131.072 99.46 YES
    CD.dbf
    /usr/lib/oracle/xe/oradata/XE/un UNDO AVA 1,048.576 90.92 NO
    do
    /usr/lib/oracle/xe/oradata/XE/us USERS AVA 102.400 98.38 YES
    ers.dbf
    Can you pls tell me if the size of the sysaux and system tablespace should be a concern as I have freespace of 1.69 and 1.77%.
    Thanxxxx.
    Kenny

    A datafile may not be able to resize (file system full). And resizing it may cause file fragmentation of that file (on that file system).
    I prefer to add a new file, e.g.
    ALTER TABLESPACE <tablespace> ADD DATAFILE [<filename>] SIZE <size>
    When using ASM, the filename is determined (per OFA standards) by ASM itself. No need for the DBA to concern him/herself with directory structures and filenames.
    By the way, the topic of this forum is SQL and PL/SQL - not database administration. I suggest that in future you post questions like this to the Database forum instead.

  • Upgraded to 7.3.1 and audio files are corrupted -- missing vocal tracks

    Just upgraded a work computer to itunes 7.3.1 and my music files are now playing without vocal tracks and very poor audio quality.
    it's a cheapo work computer, HP with a celeron processor.
    Any suggestions?

    Same problem here. upgrade seemed to go OK, but audio quality in library songs is crap.
    Demo tunes from itunes store sound great, so it seems my library is corrupted.

  • File system and LR2 file system view summary

    Hello,
    Is there a way when navigating a directory via the Folders panel to click on the folder and get summary information about the contents of the folder both from a file system perspective as well as a Lightroom perspective?
    file system perspective: number of physical files supported by LR2 in the folder
    LR2 perspective: the number of files that have virtual copies, how many total virtual copies total, how many photos are in stacks, how many stacks, etc.
    Thanks,
    Matt
    -Windows XP x64 SP2
    -AMD Athlon 64 X2 Dual Core 6400+
    -4.00 GB of RAM
    -Lightroom Version 2.0 64-bit 481478 Camera Raw 4.5
    -Two Silicon Graphics GDM-5011P Monitors
    -Huey Pro with version 1.5 of their calibration/profiling software
    -Nvidia Evga 8800 GT graphics card with 512 MB of Video RAM
    -Monitor One: The 'normal' Lightroom window in either the Library or Develop Module
    -Monitor Two: 'Loupe-Normal' in 1:1 view

                   No, you can't specify an entire filesystem as something to cluster. I
              suggest using NFS or some shared filesystem and then running a cluster
              off of that.
                                       - Mike
              Michael Lenart wrote:
              >
              > yes
              > "Mike Benham" <[email protected]> wrote in message
              > news:[email protected]..
              > >
              > >
              > >
              > > I'm not sure if I understand what you're asking. How can you cluster a
              > > filesystem? It seems like you want to mount some filesystem via NFS and
              > > then access that from each instance of a server? Are you asking if
              > > Weblogic can perform the duty of NFS?
              > >
              > > - Mike
              > >
              > >
              > > Michael Lenart wrote:
              > > >
              > > > Can the file system be clustered?? For example, in the cluster level
              > > > property file can I have a file system with the name of XDrive and then
              > use
              > > > that file system in my components??
              

  • Problems with installation of system and support files with Labview 5.1 on Windows NT.

    I make installations disks with Labview 5.1 on Windows NT and I need to add some system files and other support files. When I'm in App Builder I choose them in "Add support files" and I mark their "custom directory destination" (c:\winnt\system32, c:\est\base) but, when I test the installation I see that files don't save in this directory, they save in 'C:\c\winnt\system32' and 'C:\c\est\base'. How can I solve this problem?

    Jorge,
    I know there were some problems with the LabVIEW 5.1 Application Builder that were fixed in the LabVIEW 5.1.1 Updater. I recommend you download that update to see if this fixes the problem. Also, double-check to make sure you have typed the file paths correctly. If you continue to have problems after installing the 5.1.1 updater, please let me know, and please attach your .bld file so I can examine it for any problems.
    Thanks for your patience on this issue, and have a pleasant day.
    Sincerely,
    Darren Nattinger
    Applications Engineer
    National Instruments
    Darren Nattinger, CLA
    LabVIEW Artisan and Nugget Penman

  • Adobe Premier Pro CS6 editing system and mov files

    We have just installed a new Adobe Premier Pro CS6 editing system with a HP 820Z (running windows 7) 18 core multi drive system.  Our production company has used many mov. files from Ponds.  We were a FCP 7.0 studio (still have the system) but the mov files won't import to our new CS6 System...  Not trying to import from the mac...have them stored on another PC.  We depend on this stock footage for production. Do I need to download a converter?  I just had to produce two spots with a still background because I could not get any of our stock mov files to work...
    Thanks much for any help!

    PP does support direct import of Quicktime files that can be played back on the system.
    What is the correct error message after import?
    Can you playback the files with the Quicktime Player?
    For some codecs like DNXHD you have to install the quicktime codec first...

  • I bought and audio book and the file is corrupt. What should I do?

    I've tried the purchessed sections of the itunes store and it's not there.

    Benjamin...
    Try here >  Apple - Support - iTunes - Purchases & Downloads

  • Bridge CS5 is Corrupting Raw and JPG Files Right Before My Eyes

    I am using Bridge CS5 on a Mac to work on Raw files from a Canon camera.  The files all looked good in the cameras review, and looked good when downloaded to the computer then the files started to corrupt and become unusable one at a time as I watched.  They became all white or lines of color.  Not all of them corrupted yhough (about 225 of 1100 did though).  I eventually worked the uncorrupted files and even turned them into JPGs and sent them out.  The next day I pull up the pics in bridge to see if they are still bad.  All of a sudden files I opened and worked on yesterday started to corrupt one after another.  Both the JPG and Raw files are corrupt and unusable even though they worked yesterday.  It only happens when in Bridge.  What is going on?  This is riduculous.
    Terry

    Thanks for responding.  What happens is I highlight a large group of files then click on open with Bridge or in Bridge I go to the subdirectory with the files.  All the files are in a filmstrip on the left side of the screen.  All of a sudden the file that I am viewing becomes corrupt (that is it turns into multiple horizontal lines of colors.  Then I can watch as it happens to one file after another.  I would compare it to when you quickly view film strips that were just uploaded and the initial thumbnail is blurry and then slowly all the thumbnails get clear as they process.  But here they appear to already be fine thumbnails but then turn into the files with horizontal lines or sometimes just 30% or so so of the pic is visible and the rest is white or gray.  When I try to open it the file cannot be opened because it is corrupt.  It happens to both the RAW and the JPG file (I shoot in Raw+JPG).  The first day it happened to about 200 of the 1200 files.  So I was able to process the 1000 good ones in Raw convertor and create JPGs with no trouble.  The next day I open all the files in Bridge again to see if the bad ones are good now and files I had already opened and were perfectly fine in RAW converter start to corrupt one after another like the ones did the day before.  So I doubt it is the card or hardware it only happens in Bridge.  Bridge must have the capability to do something to the files.  It isnt making XMF files so thats not it, it is actually corrupting the RAW and JPG files.  Have you ever heard of that.  I found another forum with what sounded like the same issue to someone who had a Canon:  http://forums.adobe.com/thread/645620
    But this happened to Windows and I use MAC.....but I do use a 7D like them.  I still wonder if Bridge just doesnt work well with Canon 7Ds or something like that.  The above thread never found a solution.  Maybe someone from Adobe has heard of this from others and discovered a reason or solution.  Until then I cant trust Adobe products at all....which really sucks after how much it cost me, but whole shoots lost is worse, I guess.

Maybe you are looking for

  • Isight and Aim

    I am still having problems with the ichatAV When I try to make contactt, even with a test site the same message come back to that I failed to respond to my own invitation. I have turned off the firewall completely. I am a novice at this so I tried th

  • BC4J, JSP, Apache: Deployment to web-inf

    I'm trying to deploy a BC4J JSP application to a web-inf directory. In other words I'm using the OracleJSP extensions that support the globals.jsa application/session context. When I place my application's BC4J jar file in the \approot\web-inf\lib di

  • Please help with making website compatible with all screen sizes

    I have recently made a new website using both Adobe Edge Animate and Adobe Dreamweaver. It looks great and does exactly what I want it to do for the moment. However when using the site on a large screen, anything larger than an ipad mini the site onl

  • Activation Server unavailable?

    I'm getting an error message upon activation. "Activation Server Unavailable". Anyone else have this issue currently? Called customer service and was told to try again in a few hours. It will be a full 24 hours that it's been down in just a few more

  • Jdev 10G and BiBeans 903

    Does anyone know if BiBeans 9.0.3 will work with JDeveloper 10g? I tried install BI Beans but it was looking for a different version of JDeveloper.