Corrupted datafile after cloning

Good Day
I have done a restore from the production system to the test system some time ago . Today I got an error on my test system saying ORA-00376: file 375 cannot be read at this time . After checking I found that the file seems to be missing on the test environment .
SQL > select file_name from dba_data_files where file_id=375 ;
/gldb11i/devdb/9.2.0/dbs/MISSING00375
So I got the name from production and since the file seems to be avilabe in test I did the rename as follows :
SQL> alter database rename file '/gldb11i/devdb/9.2.0/dbs/MISSING00375' to '/gld
b11i/oradevd/oradata/dev/gld16.dbf' ;
Database altered.
But when I tryed to recover the file I got the error .
SQL> recover datafile '/gldb11i/oradevd/oradata/dev/gld16.dbf'
ORA-00283: recovery session canceled due to errors
ORA-01110: data file 375: '/gldb11i/oradevd/oradata/dev/gld16.dbf'
ORA-01122: database file 375 failed verification check
ORA-01110: data file 375: '/gldb11i/oradevd/oradata/dev/gld16.dbf'
ORA-01206: file is not part of this database - wrong database id
Ofcourse that is becuse my test dataabse was renamed from production name fmprod to test name fmdev .
Is there any way to recover the file ? . I have all the archive logs avilable . Can nid change the database id in the file if it is only one file ?
Why did I not get any errors when I was doing the post cloneing process ?
Many thanks to all

Saeed,
Please go through the following documents and see if it helps.
Note: 1070126.6 - ORA-01122, ORA-01206: OPEN DATABASE FAILS
https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=1070126.6
Note: 1011557.6 - ORA-1122, ORA-1110, ORA-120X
https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=1011557.6
If no backup is available of this datafile from the cloned instance, then I believe it is not possible to repair the file header issue, and you will have to clone the database again (recreate the database).
You may also log a SR to confirm this and see if Oracle support have any other suggestion.
Regards,
Hussein

Similar Messages

  • Corrupt Datafiles following "Successful" Clone Process

    Looking for help with the following problem/issue:
    We attempted to clone our production database to our development environment using RMAN, following a process successfully used on multiple occasions in the past.
    Both databases are running on UNIX and are versoin 11.2.0.2.7 (with JUL2012 PSU applied).
    The RMAN cloning operation completed WITHOUT errors AND, the new database can be shutdown, started, and accessed via SYS logoin, but all attempts by users to access the databsae returns "corrupt datafile" message on most datafiles.
    Below is what we are seeing in the alert log:
    Tue Nov 06 19:52:39 2012
    Hex dump of (file 230, block 26214385) in trace file /oracle/app/oracle/diag/rdbms/IDB/trace/IDB_j000_16046.trc
    Corrupt block relative dba: 0x018ffff1 (file 230, block 26214385)
    Completely zero block found during buffer read
    Reading datafile '/oradata/IDB/undotbs_02.dbf' for corruption at rdba:
    0x018ffff1 (file 230, bock 26214385)
    Reread (file 230, block 26214385) found same corrupt data (no logical check)
    Tue Nov 06 19:52:39 2012
    Corrupt Block Found
    TSN = 31, TSNAME = UNDOTBS_02
    RFN = 1024, BLK = 26214385, RDBA = 26214385
    OBJN = .1, OBJD = -1, OBJECT = , SUBONJECT =
    SEGMENT_OWNER = , SEGMENT_TYPE =
    Errors in file /oracle/app/oracle/diag/rdbms/IDB/trace/IDB_j000_16046.trc (incident 36257):
    ORA-01578: ORACLE data block corrupted (file # 230, block # 26214385)
    ORA-01110: data file 230: '/oradata/IDB/undotbs_02.dbf'
    Incident details in /oracle/app/oracle/dia/rdbms/IDB/incident/incdir_36257/IDB_j000_16046_i36257.trc
    Trace File Content:
    Hex dump of (file 230, block 26214385)
    Dump of memory from 0x00000004877BE000 to 0x00000004877C0000
    4877BE000 00A20000 018FFFF1 00000000 00000101 [................]
    4877BE010 00000000 00000000 00000000 00000000 [................]
    Repeat 509 times
    4877BFFF0 00000000 00000000 00000000 00000001 [................]
    Corrupt block relative dba: 0x018ffff1 (file 230, block 26214385)
    Completely zero block found during buffer read
    Reading datafile /oradata/IDB/undotbs_02.dbf' for corruptoin at rdba:
    0x018ffff1 (file 230, block 26214385)
    Reread (file 230, block 26214385) found same corrupt data (no logical check)
    DDE: Problem Key 'ORA 1110' was flood controlled (0x5) (no incdent)
    ORA-01110: data file 230: '/oradata/IDB/undotbs_02.dbf'
    Byte offset to file# 230 block 26214385 is 4294844416
    This is the FIRST attempt to clone the production database since the installation of the JUL2012 patch -- and this is the ONLY change to all servers since the last successful cloning.
    We have since attempted cloning between different environments (to rule out server specific issue) and cloning to new mount points (to rule out h/w issue), but eah attempt results in the same errors.
    If anyone has experienced this same issue/problem, any insight is welcome. Anyone with viable options, ideas also welcome.
    Our next approach will be to uninstall patches since our last "good" cloning and attempt again.
    Thanks!

    Yes, but the UNDO tablespace is just one of many --- in fact, most tablespaces are affected, including the SYSTEM tablespace.
    Following one clone attempt, we were able to manually correct a large portion of the corruption errors and make the instance accessible, but any attempt to access indexes and/or modify data, resulted in corruption messages.

  • Open database with corrupt datafile

    hi.. all
    i'm use oracle10g R2 on RHEL 3 ,because power outage my datafile INDEXES.dbf was corrupted and i can't open my database with this corrupted datafile , i'm try to recover the corrupted block with blockrecover command using RMAN and block recover finished and i'm still cann't open my database .
    SQL> alter database open ;
    alter database open
    ERROR at line 1:
    ORA-01115: IO error reading block from file 6 (block # 98473)
    ORA-01110: data file 6: '/home/oracle/oradata/branch16/INDEXES.dbf'
    ORA-27072: File I/O error
    Linux Error: 5: Input/output error
    Additional information: 4
    Additional information: 98473
    Additional information: -1
    i'm run my db in noarchivelog mode.
    i need to open my database ( i have a dump file for my schema from yesterday)
    please help me

    Hi
    If block level recovery is fin thru RMAN then open the database in mount state then do recover database and then open the database.
    The above procedure is not work then you need to recreate the controlfile with existing datafile except that corrupt file. After recreating do full imp. It will solve the issue.
    Regards
    N.Sirajudeen

  • Recover corrupted datafile

    I created database from cold backup and db is up and running. After recovery identified some datafiles has corruption with dbfsize.
    Could anybody please help me how to recover corrupted datafile from cold backup?

    sorry in my first message I mentioned I verified with dbfsize. It is not dbfsize it is dbv than I found some files has corruption. I db verified original backup datafiles those file are fine no corruption. The problem is while copying the files to the new location some corruption happened. Now I will try to copy original file and dbv first. Now I to recover bad datafiles? I need some steps. Thanks in advance.
    Please provide your Oracle version, OS , the actual ORA- errorsOracle version is 9.2.0.7.0
    OS SunOS 9
    when I run dbv I got big list of errors copied portion of it....
    $cat DEEFF.log |more
    DBVERIFY: Release 9.2.0.7.0 - Production on Fri Feb 27 00:20:14 2008
    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
    DBVERIFY - Verification starting : FILE = /u01/oracle/DEEFF.dbf
    Page 1024 is marked corrupt
    Corrupt block relative dba: 0x1f400400 (file 125, block 1024)
    Bad header found during dbv:
    Data in bad block -
    type: 6 format: 2 rdba: 0x1ac580dd
    last change scn: 0x0004.f72fdb41 seq: 0x1 flg: 0x04
    consistency value in tail: 0xdb410601
    check value in block header: 0xb656, computed block checksum: 0x0
    spare1: 0x0, spare2: 0x0, spare3: 0x0
    Page 1025 is marked corrupt
    Corrupt block relative dba: 0x1f400401 (file 125, block 1025)
    Bad header found during dbv:
    Data in bad block -
    type: 6 format: 2 rdba: 0x1dc6d021
    last change scn: 0x0002.f8bcf84b seq: 0x1 flg: 0x06
    consistency value in tail: 0xf84b0601
    check value in block header: 0x5983, computed block checksum: 0x0
    spare1: 0x0, spare2: 0x0, spare3: 0x0
    Page 1026 is marked corrupt
    Corrupt block relative dba: 0x1f400402 (file 125, block 1026)
    Bad header found during dbv:
    Data in bad block -
    type: 6 format: 2 rdba: 0x1e415f13
    last change scn: 0x0004.3e23e1dd seq: 0x1 flg: 0x04
    consistency value in tail: 0xe1dd0601
    check value in block header: 0x502f, computed block checksum: 0x0
    spare1: 0x0, spare2: 0x0, spare3: 0x0
    Message was edited by:
    Gud

  • Missing files - corrupt library after upgrade to 11.1.4

    I updated iTunes to 11.1.4, and after launching, it looked like it was updating my library as it's done in the past.  However, this time, after an hour I realized it had not yet completed, and a dialogue box asking about creating an iTunes U playlist was on the screen.  I tried to do so, but it just kept repeating.  So finally I stopped it, and now I have an file marked iTunes library (damaged) and an incomplete library.  I am missing thousands of songs compared to the last .itl I have in Previous iTunes Libraries.
    I thought when iTunes did an upgrade to the library it was supposed to make a backup? If so, and I did the upgrade yesterday, why is the most recent file in Previous iTunes Libraries dated from four months ago?
    How can I repair the damaged .itl file, as the one iTunes is using now as, as I mentioned, missing thousands of songs now.
    Is there any sort of script or utility I can use to figure out exactly which files are missing from the current .itl in my library? 
    Thanks in advance. 

    I thought when iTunes did an upgrade to the library it was supposed to make a backup? If so, and I did the upgrade yesterday, why is the most recent file in Previous iTunes Libraries dated from four months ago?
    No, you need to do the backup as part of regular computer maintenance and before you do any software upgrades.  iTunes moves the old library into the previous library area but perhaps your update failed before it did that.
    How can I repair the damaged .itl file, as the one iTunes is using now as, as I mentioned, missing thousands of songs now.
    https://discussions.apple.com/message/20401436 - turingtest2 11/2012 post on rebuilding empty/corrupt library after upgrade/crash from previous iTunes library file.
    iTunes: How to re-create your iTunes library and playlists - http://support.apple.com/kb/ht1451
    Is there any sort of script or utility I can use to figure out exactly which files are missing from the current .itl in my library?
    Yes, there's one on the Dougscripts web site that will crawl through a library.  In yur case it's probably just as easy to drag the whole iTunes media folder to Automatically Add to iTunes.  Anything already in the library it will ignore.  Anything not there it will add.

  • After cloning form server is not running in r12

    Hi All,
    after cloning form server is not working
    --------------------------------------------------------------+---------
    ias-component | process-type | pid | status
    --------------------------------------------------------------+---------
    OC4JGroup:default_group | OC4J:oafm | 528566 | Alive
    OC4JGroup:default_group | OC4J:forms | N/A | Down
    OC4JGroup:default_group | OC4J:oacore | 327766 | Alive
    HTTP_Server | HTTP_Server | 1163498 | Alive
    i checked logfile.i found below error
    /opmn/bin/opmnctl[31]: unlimited: bad number
    opmnctl: opmn is already running.
    when i check adformsctl.sh status it showing like below
    adformsctl.sh: exiting with status 0
    how to trobleshut this one.
    Thanks.

    Hi,
    did u check all the pre-requisites on the clone server before cloning. Please post contents of logfile here.
    $INST_TOP/logs/ora/10.1.3/opmn/default_group~forms*.log
    $INST_TOP/logs/ora/10.1.3/opmn/forms_default_group*/formsstd.err
    Thanks,
    Taher

  • All Mac apps don't work after cloning on new hd.

    All Mac apps don't work after cloning on new hd.
    I used CCC to clone 10.6.8 then onto new drive. Everything works BUT all Mac apps.
    Error: You can't open the app(s) because it is not supported on this type of Mac. (On MacBook 2011)
    Thanks for your help.

    All good. Just drag and dropped each application and they worked until I did a restart. Then repaired permissions and everything works.

  • "F11 System Recovery" during boot does not work after Cloning hard drive.

    Problem: “F11 System Recovery” during boot does not work after Cloning hard drive.
    HP Envy m6-1125dx UEFI Notebook Computer with GPT hard drive.
    Original Seagate Hard Disk GPT 700GB with Window 8.0_64 upgraded to Windows 8.1_64
    Startup Menu (F11 System Menu works properly) only on original hard drive.
    Following obtained from Disk Management & diskpart in Command Prompt.
                                     GPT Disk <700GB>
    Partition 1 WINRE NTFS Primary 235MB/400MB [Recovery]
    Partition 2 EFI System FAT32 (LBA) Primary 108MB/260MB [System]
    Partition 3 (NONE) Unformatted Primary 128MB/128MB [Reserve]
    Partition 4 Main NTFS Primary 90GB/195GB [Primary “C”]
    Partition 5 (NONE) NTFS Primary 372MB/450MB [Recovery]
    Partition 6 Data NTFS Primary 7GB/475GB [Primary “E”]
    Partition 7 NTFS Primary 26MB/350MB [Recovery]
    Partition 8 Recovery NTFS Primary 24GB/26GB [Recovery “D”]
    I have Cloned the original hard drive to a new HGST 1TB Hard Drive using four different methods (sector by sector):
    Acronis True Image 2015
    Acronis Backup for PC
    AOMEI Backupper Professional
    Macrium Reflect
    Each time the cloning process completes successfully and has the same original partition arrangement. The computer works properly except when trying to use the “F11 System Menu” key during boot. It gives the following error message:
    “Recovery
    Your PC needs to be repaired
    A required device isn’t connected or can’t be accessed.
    Error code: 0xc0000225
    You need to use the recovery tools on your installation media. If you don’t have any installation media (like a disc or USB device), contact your system administrator or PC manufacturer. “
    Any suggestions why the F11 System Recovery does not work during boot and how to fix the problem would be appreciated. I have does various disk checking and file checking on both the original and new hard drive with no errors.
    Thank you in advanced.

    Hi,
    How did you clone the HDD ? One-for-one or different method ?
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • Regarding DB ID after cloning

    Hi All,
    I have doubt on DBID 's after cloning. Will the DBID of new database same or changes after cloning of database in all versions of oracle 10g and 11g?
    I observed in some cases it remains same and I also want to know what is the impact of being same and changing of DBID.
    Please help in this regard...
    Thanks in Advance

    It depends on the way database has been cloned: if you have used RMAN DUPLICATE, RMAN has changed the DBID otherwise the DBID is not changed.
    DBID may be used if you need to restore database control file wtih RMAN backups without recovery catalog.
    DBID is also used internally in RMAN recovery catalogs to identify databases.
    Edited by: P. Forstmann on 6 sept. 2011 08:35

  • Corrupt Images after syncing Photos

    Has anyone experienced corrupt images after performing a sync?
    After activation and at some point during my first sync my machine blue screened. After a reboot it appears that everything is running smooth, however, I notice that most of the pictures that are synched are corrupted and many didn't synch at all.
    I removed all synch images and re-synched but I'm still experiencing the same problem.
    I'm hoping its an issue with Vista or iTunes and not my phone. Looks like I'm going to have to go out and get that Mac Book Pro after all

    Are you saying that the photos are appearing in the wrong albums, or that the photos are in their correct albums but are displayed in the different order within them ? If they are in the wrong albums then try deleting the photo cache from your computer and re-try the sync - the location of the cache, and how to delete it, is on this page http://support.apple.com/kb/TS1314
    If the photos are displayed in the wrong order in the albums, then they will be displayed by capture date order unless you are syncing via iPhoto or Aperture on a Mac. To get them in a different order you will need to manipulate their capture dates : http://support.apple.com/kb/HT4221

  • How to diagnose and recover corrupted datafile?

    DBMS: Oracle v.9.2.0.1.0
    OS: MS Server 2003 R2 SP2 x86
    Problem: Database begin to stop every few minutes. I start to check and found that one and the largest of two datafiles is probably corrupted. Now I have no idea how to repair that datafile.
    Firstly, I look into the alert.log and see that^
    Mon Jul 29 11:02:03 2013
    SMON: enabling tx recovery
    Mon Jul 29 11:02:03 2013
    Database Characterset is CL8MSWIN1251
    replication_dependency_tracking turned off (no async multimaster replication found)
    Completed: alter database open
    Mon Jul 29 11:02:42 2013
    KCF: write/open error block=0x3c009f online=1
         file=4 F:\ORACLE\ORADATA\ORCL\USERS_1.ORA
         error=27069 txt: 'OSD-04026: Invalid parameter passed. (OS 3932319)'
    Mon Jul 29 11:02:42 2013
    Errors in file c:\oracle\admin\orcl\bdump\orcl_dbw0_3604.trc:
    ORA-01242: data file suffered media failure: database in NOARCHIVELOG mode
    ORA-01114: IO error writing block to file 4 (block # 3932319)
    ORA-01110: data file 4: 'F:\ORACLE\ORADATA\ORCL\USERS_1.ORA'
    ORA-27069: skgfdisp: attempt to do I/O beyond the range of the file
    OSD-04026: Invalid parameter passed. (OS 3932319)
    DBW0: terminating instance due to error 1242
    Instance terminated by DBW0, pid = 3604
    Dump file c:\oracle\admin\orcl\bdump\alert_orcl.log
    So, I turned archivelog on and open database but it continue to stop when somebody calls to some DB objects.
    Then, I check v$headers:
    SQL> select  file#, status, recover, fuzzy, tablespace_name, to_char(CHECKPOINT_CHANGE#), name from v$datafile_header;
      FILE# STATUS  REC FUZ TABLESPACE_NAME      TO_CHAR(CHECKPOINT_CHANGE#)              NAME
             1 ONLINE  NO  YES SYSTEM               9679059694215                            F:\ORACLE\ORADATA\ORCL\SYSTEM.ORA
             2 ONLINE  NO  YES UNDO                 9679059694215                            F:\ORACLE\ORADATA\ORCL\UNDO.ORA
             3 ONLINE  NO  YES USERS                9679059694215                            F:\ORACLE\ORADATA\ORCL\USERS.ORA
             4 OFFLINE YES YES USERS                9679059697551                            F:\ORACLE\ORADATA\ORCL\USERS_1.ORA
    For some reason, USERS in USERS_1.ORA is offline and marked as requiring recovery.
    I tried to recover datafile, but get some errors:
    SQL> recover datafile 'F:\ORACLE\ORADATA\ORCL\USERS_1.ORA';
    ORA-00283: recovery session canceled due to errors
    ORA-01115: IO error reading block from file 4 (block # 3932319)
    ORA-01110: data file 4: 'F:\ORACLE\ORADATA\ORCL\USERS_1.ORA'
    ORA-27069: skgfdisp: attempt to do I/O beyond the range of the file
    OSD-04026: Invalid parameter passed. (OS 3932319)
    That have looking creepy for me.
    I tries to verify datafile:
    dbv file=F:\oracle\oradata\orcl\users_1.ora blocksize=16384 logfile=F:\oracle\oradata\orcl\dbvlog.txt
    The result of verification was unexpectedly clean:
    DBVERIFY: Release 9.2.0.1.0 - Production on Tue Jul 30 05:03:26 2013
    Copyright (c) 1982, 2002, Oracle Corporation.  All rights reserved.
    DBVERIFY - Verification starting : FILE = F:\oracle\oradata\orcl\users_1.ora
    DBVERIFY - Verification complete
    Total Pages Examined         : 3932320
    Total Pages Processed (Data) : 94051
    Total Pages Failing   (Data) : 0
    Total Pages Processed (Index): 19378
    Total Pages Failing   (Index): 0
    Total Pages Processed (Other): 3753059
    Total Pages Processed (Seg)  : 0
    Total Pages Failing   (Seg)  : 0
    Total Pages Empty            : 65832
    Total Pages Marked Corrupt   : 0
    Total Pages Influx           : 0
    Now I have that offlined tablespace in the probably not corrupted datafile and no idea how to get DB into the normal state.
    Upd: I did database validation by RMAN:
    RMAN> BACKUP VALIDATE DATABASE;
    Starting backup at 30-JUL-13
    using target database controlfile instead of recovery catalog
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: sid=11 devtype=DISK
    channel ORA_DISK_1: starting full datafile backupset
    channel ORA_DISK_1: specifying datafile(s) in backupset
    including current controlfile in backupset
    input datafile fno=00004 name=F:\ORACLE\ORADATA\ORCL\USERS_1.ORA
    input datafile fno=00002 name=F:\ORACLE\ORADATA\ORCL\UNDO.ORA
    input datafile fno=00003 name=F:\ORACLE\ORADATA\ORCL\USERS.ORA
    input datafile fno=00001 name=F:\ORACLE\ORADATA\ORCL\SYSTEM.ORA
    channel ORA_DISK_1: backup set complete, elapsed time: 00:33:06
    Finished backup at 30-JUL-13
    That would been check my DB and put information of corrupted blocks to a V$DATABASE_BLOCK_CORRUPTION, but no! There's nothing:
    SQL> select * from V$DATABASE_BLOCK_CORRUPTION;
    no rows selected
    Nevertheless, database doesn't open, until I switch bad datafile to offline^
    SQL> alter database datafile 'F:\ORACLE\ORADATA\ORCL\USERS_1.ORA' online;
    Database altered.
    SQL> alter database open;
    alter database open
    ERROR at line 1:
    ORA-01113: file 4 needs media recovery
    ORA-01110: data file 4: 'F:\ORACLE\ORADATA\ORCL\USERS_1.ORA'
    Message was edited by: Llywelyn.yv

    Does it diferents from below?
    RMAN> BACKUP VALIDATE DATABASE;
    Starting backup at 30-JUL-13
    using target database controlfile instead of recovery catalog
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: sid=11 devtype=DISK
    channel ORA_DISK_1: starting full datafile backupset
    channel ORA_DISK_1: specifying datafile(s) in backupset
    including current controlfile in backupset
    input datafile fno=00004 name=F:\ORACLE\ORADATA\ORCL\USERS_1.ORA
    input datafile fno=00002 name=F:\ORACLE\ORADATA\ORCL\UNDO.ORA
    input datafile fno=00003 name=F:\ORACLE\ORADATA\ORCL\USERS.ORA
    input datafile fno=00001 name=F:\ORACLE\ORADATA\ORCL\SYSTEM.ORA
    channel ORA_DISK_1: backup set complete, elapsed time: 00:33:06
    Finished backup at 30-JUL-13

  • Concurrent Manager not starting after cloning

    Hi,
    I am not able to start concurrent manager after cloning the CM tier. I am gettiing below error in the manager log file,
    Could not initialize the Service Manager FNDSM_<Node name>_<Env>. Verify that <Node Name> has been registered for concurrent processing.
    Routine AFPEIM encountered an error while starting concurrent manager RCVOLTM with library /u01/app/hl.../...appl/po/11.5.0/bin/RCVOLTM.
    What might be cause of the error?
    Thanks,
    Prasad

    Hi Prasad,
    Using normal hostsnames or virtual hostsnames? Also did you experience issues during the dbTier clone (check all log files created even if the cloning did not error out)
    Possible the hostsnames in FND_NODES are not cleared properly during the DB clone
    Running the following might give a better result:
    1 - SQL> EXEC FND_CONC_CLONE.SETUP_CLEAN;
    COMMIT;
    EXIT;
    2 - Run AutoConfig on all tiers, firstly on the DB tier and then the APPS tiers,
    3 - check if the concurrent managers are starting.
    Regards,
    Ronald

  • Corrupted datafiles in standby

    Hello
    I used to have three indexes in nologging mode in primary database.
    When I scan the datafiles of these indexes in standby database, I notice that datafiles are logically corrupted.
    Today, I dropped these indexes in primary database and recreated them with logging. Archivelogs of these steps were also applied to standby.
    Even there is no obect in nologging mode, When I scan the datafiles in standby, somehow they are still logically corrupted !!!!!!!!!!
    What is the reason for that?
    Cheers

    Mr Sb;
    They are created as logging.
    It is really difficult to grasp this.
    Here is the output of one of the corrupted datafile with dbv
    DBV-00200: Block, dba -2126348425, already marked corrupted
    DBV-00200: Block, dba -2126348424, already marked corrupted
    DBV-00200: Block, dba -2126348423, already marked corrupted
    DBV-00200: Block, dba -2126348422, already marked corrupted
    DBV-00200: Block, dba -2126348421, already marked corrupted
    DBV-00200: Block, dba -2126348420, already marked corrupted
    DBV-00200: Block, dba -2126348419, already marked corrupted
    DBV-00200: Block, dba -2126348418, already marked corrupted
    DBV-00200: Block, dba -2126348417, already marked corrupted
    DBV-00200: Block, dba -2126348416, already marked corrupted
    DBV-00200: Block, dba -2126348415, already marked corrupted
    DBV-00200: Block, dba -2126348414, already marked corrupted
    DBV-00200: Block, dba -2126348413, already marked corrupted
    DBV-00200: Block, dba -2126348412, already marked corrupted
    DBV-00200: Block, dba -2126348411, already marked corrupted
    DBV-00200: Block, dba -2126348410, already marked corrupted
    DBV-00200: Block, dba -2126348409, already marked corrupted
    DBV-00200: Block, dba -2126348408, already marked corrupted
    DBV-00200: Block, dba -2126348407, already marked corrupted

  • Maxdb has corrupt datafile

    Hi Everyone,
    I have my content server running Maxdb 7.3 and it ran out of space when the autoextend was tring to add a datafile.  The database is not able to start now due to the corrupt datafile.  Can you offer any assistance?
    Is it possible to upgrade to a later version of MaxDb with the database in its current state?  I see the later versions have recovery commands but they do not work in this version of the DB.
    Edited by: NIS Basis Support on May 10, 2010 11:48 PM

    HI there,
    if you're a SAP customer, please do open a support message for this.
    Anyhow, just a few comments:
    1) in 7.3 there is no such thing as autoextend. Additional Devspaces must be added manually.
    2) Of course SAP DB 7.3 offers recovery commands and if fact most recovery options you find in 7.6 were already present in 7.3
    3) Even if you've got a totally messed up database now, it should be possible to take a log backup now (to save all yet unsaved log entries) and to perform a complete restore/recovery of the database to a new instance.
    If your backup setup is OK you should be able to have your database up and running again that way.
    regards,
    Lars

  • Can't write to external disk after cloning startup disk to it

    After cloning my PowerBook Pro's startup disk to an external Thunderbolt drive, and temporarily using that drive to boot-up, the Thunderbolt drive is locked into Read Only mode.  How do I enable it to write again? The INFO pane says the following: System privilege: "Read & Write"; wheel: "Read Only"; everyone: "Read Only".  The basis for my cloning was to deal with a very full startup disk that I did a lot of video editing on (very processor intensive).  The disk had become fragmented to the point that it couldn't access sectors fast enough for editing, so I cloned it over to a G-Tech Thunderbolt drive (using Carbon Copy Cloner), reformatted the MacBook startup disk, then reverse-cloned the copied files back over from the Thunderbolt, the idea being that they'd be re-written nice 'n neat in unfragmented order into their proper sectors. I then ceased booting-up from Thunderbolt, but now the system seems to think that Thunderbolt is still special in some way like a gossling bonded to a surrogate human mother, and it won't let me write to it.  Can anybody help me with this?

    Have you verified and if necessary, repaired the disk(s) using Disk Utility on your Mac?

Maybe you are looking for

  • I am unable to send mail from my Orange.fr account on my ipad add

    Orange.fr lost personal data on Sunday, so I decided to change the password on my mail account which I did successfully can pick up and send mail via Thunderbird on my PC.  However, I had to delete my orange account from the mail application as it wo

  • I am running Firefox 3.6 on mac 10.6.2 and all I get is a blank white screen. Have reinstalled, nothing is working. Thanks

    Looked at other forums, updated flash. Not sure if this is a bug or if something got corrupted. There are other answers suggesting profiles, extensions, add-ons. Honestly I'm a bit lost.

  • Connecting iphone to bt mobile

    When I got my iphone 3GS it said I didn't have a mobile service plan. One of then forum members gave me the help to resolve this. I am going to 'upgrade' to an iphone 4GS or 5. Would I still have problems or should the icloud set it up for me. If not

  • Weird issue with my z97 MPower Max AC

    First off, I'm posting this here because I'm not sure this is an overclocking issue. Read on... 5Ghz is proving to be challenging to stabilize, but I'm close. I've discovered one of the reasons why I'm hitting a wall. I can get 4.9ghz stable easily..

  • Make Button load Words from List

    Hey Guys!!! Just a note, I dont know about proramming and I am new to flash so please say you responses in the simplest way possible, thankyou! So I am making an app that when you click a button it will randomly select a Who, What, When, Where, and W