headers block (block media recovery with rman)

Hi Im following this tutorial (sound on media with rman block recovery) - im using 11 GR 2 on oel 5.5

http://kamranagayev.WordPress.com/2010/03/18/RMAN-video-tutorial-series-performing-block-media-recovery-with-RMAN/

I created 2 spaces and storage within an array, for example I have a table space called "users02", composed of a data file called "users02.dbf", which currently holds a table called "tbl_test01".

If I query the table to select * from him, he returns the data inside, but when I use the following statement to determine the block header (for the purpose of the tutorial) no row is returned...
select header_block from dba_segments where segmemt_name='tbl_test01';
can someone help me on hwo I can find the header of the table,... is block - it possible that segment name is different in the name of the table?

Any help would be appreciated

806595 wrote:
Hi Im following this tutorial (sound on media with rman block recovery) - im using 11 GR 2 on oel 5.5

http://kamranagayev.WordPress.com/2010/03/18/RMAN-video-tutorial-series-performing-block-media-recovery-with-RMAN/

I created 2 spaces and storage within an array, for example I have a table space called "users02", composed of a data file called "users02.dbf", which currently holds a table called "tbl_test01".

If I query the table to select * from him, he returns the data inside, but when I use the following statement to determine the block header (for the purpose of the tutorial) no row is returned...

select header_block from dba_segments where segmemt_name='tbl_test01';

can someone help me on hwo I can find the header of the table,... is block - it possible that segment name is different in the name of the table?

Any help would be appreciated

PLS, try:

select header_block from dba_segments where segment_name='TBL_TEST01';

Tags: Database

Similar Questions

  • Block Media Recovery and RMAN backup incremental level 1

    Hello

    I read somewhere that block Media Recovery will not work if a database is backed up with 1 incremental rman. Is this true and if so is there a work around?
    I can't find it in the documentation of oralce.

    Concerning
    Me

    Hello

    Yes you are right, for the recovery block media, you must have full rman backup. Incremental backups are not used by block
    media recovery. Only full backups and archived logs are used.

    See this doc on part III

    http://download-UK.Oracle.com/docs/CD/B19306_01/backup.102/b14191/TOC.htm

    concerning

    Jafar

    Published by: jerome on October 22, 2008 19:51

  • Re: How to query extract/MEDIA/BANDS with RMAN using controlfile?

    Hello

    Try to restore the database and logs archived strips, RMAN backups run without using the recovery catalog database controlfile. Need to know the bands / media required for the backup of the restoration. Therefore impossible to use RC_DATABASE, RC_BACKUP_PIECE, RC_BACKUP_SET catalog views.

    Ideas/thoughts please?

    Thank you!
    A
    Therefore cannot use RC_DATABASE, RC_BACKUP_PIECE, RC_BACKUP_SET catalog views.
    
    Ideas/thoughts please?
    

    NONSENSE.

    The control file will act as a recovery catalog when you are not using a separate in the catalog database.
    All views RC_ correspondent V$ give.

    --------------
    Sybrand Bakker
    Senior Oracle DBA

  • Problem of recovery with RMAN

    Hello

    I am getting below error while recovering DB via RMAN.


    RMAN > RUN
    2 > {SET until TIME ' to_date (November 13, 2009 13:00 ',' my DD YYYY hh) ";}
    3 > RESTORE database;
    4 > RECOVER DATABASE;
    {5 >}

    executing command: SET until clause
    RMAN-00571: ===========================================================
    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.
    RMAN-00571: ===========================================================
    RMAN-03002: failure of the command set to 2009-11-13 14:34:05
    ORA-01756: city not properly finished chain


    Angalina

    Hello

    You can restore and recover the tablespace has fallen only...

    Kind regards
    Deepak

  • Block the recovery logs and flashback media (11g)

    Are flashback logs required to block media recovery? Or are they just a nice-to-have?

    According to the documentation online,

    http://download.Oracle.com/docs/CD/E11882_01/backup.112/e10642/rcmblock.htm#BRADV89785

    •Flashback database must be enabled on the target for RMAN search database logs the flashback of good copies of the corrupt blocks. If flashback logging is enabled and contains no corrupted corrupt blocks older versions, RMAN can use these blocks, possibly to speed recovery.

    But, for me, is not clearly say that block media recovery cannot be performed without flashback logs.

    The documentation is certainly confusion, but flashback logs are not required to block media recovery. With 11g, flashback database is enabled, then Oracle can actually use the flashback logs to potentially speed recovery.

  • Execution of disaster with RMAN recovery

    Hello


    http://kamranagayev.WordPress.com/2010/03/29/RMAN-video-tutorial-series-performing-disaster-recovery-with-RMAN/

    I want to do the same thing available in the link above. But my ways little different since I use asm as the storage.


    ex: -.

    SQL > select name from v$ controlfile;

    NAME
    --------------------------------------------------------------------------------
    +Data/proddb/controlfile/current.258.730005353
    +Arch/proddb/controlfile/current.258.730005353

    but my new database server is not configured for asm.

    I can do the same thing by changing the path of the path parameter file everything I love in the dr site?
    Or
    I need to create a storage asm for the same thing?

    My attempt to base is to check the rman backup on a daily basis by restoring to a separate database.

    Any ideas...? can someone give me a help to do this please... If you have any good tutorial as above, please report it here.


    Thanks in advance,
    Max

    but my new database server is not configured for asm.

    I can do the same thing by changing the path of the path parameter file everything I love in the dr site?
    Or
    I need to create a storage asm for the same thing?

    Do not create instance ASM (also diskgroup). You have full backup, then this means that you can restore this backup to any location and there is no difference restore backup any file system or ASM. Yes as above Hemant mentioned, you can use The VALUE of NEWNAME clause. If you have a lot of data file, then I suggest that you use the DB_FILE_NAME_CONVERT and DUPLICATION of RMAN initialization parameter. But consider now that your database running in the ASM then take full to simple (not ASM) backup file system as BACKUP of DATABASE ARCHIVELOG FORMAT ' / u01/backup/full_ % d_ % u_ .bk %s '; (also take controlfile backup or activate backup AUTOMATIC). Now copy all the backup on the new server and

    /*Restoring spfile*/
    export ORACLE_SID=
    rman target /
    startup force nomount;
    restore spfile  from 'AUTOBACKUP_LOCATION';
    /*After restoring spfile then connect using sqlplus
    and change need parameter like CONTROL_FILES and others
    due to this is not ASM FS and again*/
    startup force nomount;
    restore controlfile from 'AUTOBACKUP_LOCATION';
    alter database mount;
    /*catalog backup*/
    catalog start with 'backup_location';
    /*Now change datafile location*/
    run
    {
    set newname for datafile 1 to 'new location';
    .............................................................
    set newname for datafile n to 'new location';
    }
    restore database;
    switch datafile all;
    recover database;
    alter database open resetlogs;
    
  • Duplication duplicate a database with RMAN, different host database different withou

    Hello

    I want to duplicate a database with RMAN, different host, a different database without RMAN Duplicate Technic.

    I HOST1 with a database DB1 and
    HOST2 with a DB2 database

    I have a complete backup of the DB1 in host HOST2. How can I use this backup to clone the database?

    Thank you

    see the links: -.
    http://kamranagayev.WordPress.com/2010/03/29/RMAN-video-tutorial-series-performing-disaster-recovery-with-RMAN/ (Video Tutorial)
    http://oracleinstance.blogspot.com/2010/08/disaster-recovery-using-RMAN-demo.html
    http://gavinsoorma.com/recovery-scenarios/

  • on block 1 block-level recovery

    I was wondering if its possible to recovery block #1 on any of the database with RMAN? Let's say in 10g - 11 g?

    I'm trying to find a doc oracle who said it, but impossible to find a. If so, why can RMAN do, how is it so different from making another block? (is it because the data file header {block #1} maintains have updated frequently or?)

    It's like recovering an Index in a book to an earlier point in time, thus destroying the information in there, associated with new content in the book.

    For the rest, I agree with the other answer. Why wonder about something you would never?

    See you soon
    FJFranken

  • block corruptioin after restore rman

    Thank you for taking my question!

    Oracle Enterprise Edition 11.1.0.7 on Windows 2008. Online backups using Rman TABLET.

    Can someone give me some ideas on why SYSAUX data block should be damaged after a rman recovery?
    Here is my script. Am I missing something? Should I be physically removing it again? All ideas welcome?

    Thank you!
    Kathie

    RMAN > restore to the seq = 123
    recover up to seq = 123
    ALTER database open resetlogs;


    Background:
    I had to do a cover of rman the other day to restore our database on the eve. After recovery, the sysaux table has become logically corrupt. I tried to solve the corruption of data with rman, but he said he just couldn't after reading through 6 days of backups. I ended up remove the database, re-create the database and restore from a previous export of a few hours takien.

    I now have a database to test the rman recovery. Database has been to the top and rman backups (compressed) running for several days. I tried to recover after day and SYSAUX again a logical corruption. I tried to use Rman to recover damaged data, but it failed.


    I deleted the database and recreated. Has taken several backups rman (this time not compressed) online. 3rd was taken over this time a few hours back. This time everything worked - no block sysaux corruption but why? The only difference is the recovery uncompressed backups and recovery was a shorter time. Why?

    On metalink (or My Oracle Support), there is a note on a similar problem:

    RMAN Duplicate Database causes Corruption Datafile SYSAUX
    DOC - ID: 794705.1

    Interesting, because the note the problem only occurs when the backups are compressed.

    Werner

  • Based recovery sequence failed with RMAN

    I'm on the Oracle 10 g database, recover the database with RMAN, but get the following error:
    RMAN> RUN {
    2>  allocate channel c1 device type disk;
    3>  SET UNTIL SEQUENCE 560 THREAD 1;
    4>  RESTORE DATABASE;
    5>  RECOVER DATABASE;
    6>  ALTER DATABASE OPEN RESETLOGS;
    7> }
    using target database control file instead of recovery catalog
    allocated channel: c1
    channel c1: sid=155 devtype=DISK
    
    executing command: SET until clause
    
    Starting restore at 17-DEC-11
    
    channel c1: restoring datafile 00001
    input datafile copy recid=438 stamp=770148096 filename=D:\FLASH_RECOVERY_AREA\ORCL\DATAFILE\O1_MF_SYSTEM_7DO6D8OH_.DBF
    destination for restore of datafile 00001: C:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\SYSTEM01.DBF
    channel c1: copied datafile copy of datafile 00001
    output filename=C:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\SYSTEM01.DBF recid=476 stamp=770163113
    channel c1: restoring datafile 00002
    input datafile copy recid=437 stamp=770148095 filename=D:\FLASH_RECOVERY_AREA\ORCL\DATAFILE\O1_MF_UNDOTBS1_7DO6GHJM_.DBF
    destination for restore of datafile 00002: C:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\UNDOTBS01.DBF
    channel c1: copied datafile copy of datafile 00002
    output filename=C:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\UNDOTBS01.DBF recid=477 stamp=770163125
    channel c1: restoring datafile 00003
    input datafile copy recid=439 stamp=770148099 filename=D:\FLASH_RECOVERY_AREA\ORCL\DATAFILE\O1_MF_SYSAUX_7DO6FOWS_.DBF
    destination for restore of datafile 00003: C:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\SYSAUX01.DBF
    channel c1: copied datafile copy of datafile 00003
    output filename=C:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\SYSAUX01.DBF recid=478 stamp=770163150
    channel c1: restoring datafile 00004
    input datafile copy recid=435 stamp=770148086 filename=D:\FLASH_RECOVERY_AREA\ORCL\DATAFILE\O1_MF_USERS_7DO6HGMK_.DBF
    destination for restore of datafile 00004: C:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\USERS01.DBF
    channel c1: copied datafile copy of datafile 00004
    output filename=C:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\USERS01.DBF recid=479 stamp=770163155
    channel c1: restoring datafile 00005
    input datafile copy recid=434 stamp=770148086 filename=D:\FLASH_RECOVERY_AREA\ORCL\DATAFILE\O1_MF_EXAMPLE_7DO6GYNZ_.DBF
    destination for restore of datafile 00005: C:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\EXAMPLE01.DBF
    channel c1: copied datafile copy of datafile 00005
    output filename=C:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\EXAMPLE01.DBF recid=480 stamp=770163166
    channel c1: restoring datafile 00006
    input datafile copy recid=436 stamp=770148087 filename=D:\FLASH_RECOVERY_AREA\ORCL\DATAFILE\O1_MF_GL_7DO6HKGN_.DBF
    destination for restore of datafile 00006: C:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\GL.DBF
    channel c1: copied datafile copy of datafile 00006
    output filename=C:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\GL.DBF recid=481 stamp=770163171
    Finished restore at 17-DEC-11
    
    Starting recover at 17-DEC-11
    channel c1: starting incremental datafile backupset restore
    channel c1: specifying datafile(s) to restore from backup set
    destination for restore of datafile 00001: C:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\SYSTEM01.DBF
    destination for restore of datafile 00002: C:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\UNDOTBS01.DBF
    destination for restore of datafile 00003: C:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\SYSAUX01.DBF
    destination for restore of datafile 00004: C:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\USERS01.DBF
    destination for restore of datafile 00005: C:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\EXAMPLE01.DBF
    destination for restore of datafile 00006: C:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\GL.DBF
    channel c1: reading from backup piece D:\FLASH_RECOVERY_AREA\ORCL\BACKUPSET\2011_12_15\O1_MF_NNND1_ROLLING_7GNH6QRF_.BKP
    channel c1: restored backup piece 1
    piece handle=D:\FLASH_RECOVERY_AREA\ORCL\BACKUPSET\2011_12_15\O1_MF_NNND1_ROLLING_7GNH6QRF_.BKP tag=ROLLING
    channel c1: restore complete, elapsed time: 00:00:16
    
    starting media recovery
    
    archive log thread 1 sequence 564 is already on disk as file D:\FLASH_RECOVERY_AREA\ORCL\ARCHIVELOG\2011_12_17\O1_MF_1_564_7GS2KRCQ_.AR
    C
    archive log filename=D:\FLASH_RECOVERY_AREA\ORCL\ARCHIVELOG\2011_12_17\O1_MF_1_564_7GS2KRCQ_.ARC thread=1 sequence=564
    unable to find archive log
    archive log thread=1 sequence=1
    released channel: c1
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of recover command at 12/17/2011 22:13:22
    RMAN-06054: media recovery requesting unknown log: thread 1 seq 1 lowscn 13985223
    
    RMAN> **end-of-file**
    But the 560 archived log file are:
    RMAN> list copy;
    
    
    List of Datafile Copies
    Key     File S Completion Time Ckp SCN    Ckp Time        Name
    ------- ---- - --------------- ---------- --------------- ----
    438     1    A 17-DEC-11       13763828   08-DEC-11       D:\FLASH_RECOVERY_AREA\ORCL\DATAFILE\O1_MF_SYSTEM_7DO6D8OH_.DBF
    437     2    A 17-DEC-11       13763828   08-DEC-11       D:\FLASH_RECOVERY_AREA\ORCL\DATAFILE\O1_MF_UNDOTBS1_7DO6GHJM_.DBF
    439     3    A 17-DEC-11       13763828   08-DEC-11       D:\FLASH_RECOVERY_AREA\ORCL\DATAFILE\O1_MF_SYSAUX_7DO6FOWS_.DBF
    435     4    A 17-DEC-11       13763828   08-DEC-11       D:\FLASH_RECOVERY_AREA\ORCL\DATAFILE\O1_MF_USERS_7DO6HGMK_.DBF
    434     5    A 17-DEC-11       13763828   08-DEC-11       D:\FLASH_RECOVERY_AREA\ORCL\DATAFILE\O1_MF_EXAMPLE_7DO6GYNZ_.DBF
    436     6    A 17-DEC-11       13763828   08-DEC-11       D:\FLASH_RECOVERY_AREA\ORCL\DATAFILE\O1_MF_GL_7DO6HKGN_.DBF
    
    List of Archived Log Copies
    Key     Thrd Seq     S Low Time  Name
    ------- ---- ------- - --------- ----
    312     1    556     A 08-DEC-11 D:\FLASH_RECOVERY_AREA\ORCL\ARCHIVELOG\2011_12_09\O1_MF_1_556_7G4H1FKL_.ARC
    313     1    557     A 09-DEC-11 D:\FLASH_RECOVERY_AREA\ORCL\ARCHIVELOG\2011_12_09\O1_MF_1_557_7G4J59WS_.ARC
    314     1    558     A 09-DEC-11 D:\FLASH_RECOVERY_AREA\ORCL\ARCHIVELOG\2011_12_10\O1_MF_1_558_7G76F9C7_.ARC
    315     1    559     A 10-DEC-11 D:\FLASH_RECOVERY_AREA\ORCL\ARCHIVELOG\2011_12_11\O1_MF_1_559_7G9SSKC7_.ARC
    316     1    560     A 11-DEC-11 D:\FLASH_RECOVERY_AREA\ORCL\ARCHIVELOG\2011_12_12\O1_MF_1_560_7GDHDFL2_.ARC
    317     1    561     A 12-DEC-11 D:\FLASH_RECOVERY_AREA\ORCL\ARCHIVELOG\2011_12_13\O1_MF_1_561_7GH5GDNZ_.ARC
    318     1    562     A 13-DEC-11 D:\FLASH_RECOVERY_AREA\ORCL\ARCHIVELOG\2011_12_14\O1_MF_1_562_7GKSKNF5_.ARC
    319     1    563     A 14-DEC-11 D:\FLASH_RECOVERY_AREA\ORCL\ARCHIVELOG\2011_12_15\O1_MF_1_563_7GN3N4HN_.ARC
    320     1    564     A 15-DEC-11 D:\FLASH_RECOVERY_AREA\ORCL\ARCHIVELOG\2011_12_17\O1_MF_1_564_7GS2KRCQ_.ARC
    321     1    565     A 17-DEC-11 D:\FLASH_RECOVERY_AREA\ORCL\ARCHIVELOG\2011_12_17\O1_MF_1_565_7GSC72RF_.ARC
    
    RMAN>
    Kindly help?

    Order now

    SQL > alter database open resetlogs;

    View the contents of the log file alert if any erros yet.

  • I exported a must of the site in HTML format and get the following error - MuseJSAssert: error calling the function switch: SecurityError: cannot read property 'documentLes' of 'HTMLIFrameElement': blocked a frame with original 'null '.

    I exported a must of the site in HTML format and get the following error - MuseJSAssert: error calling the function switch: SecurityError: cannot read property 'documentLes' of 'HTMLIFrameElement': blocked a frame with original 'null '.

    Does Anyon know what to do - how to fix this?

    Hello

    could you please take a look at this and see if that helps

    Java Script alert: MuseJSAssert: error calling the function switch: security error?

  • What does this error message Adobe Muse: MuseJSAssert: error calling slector function: SecurityError: cannot read property 'documentLes' of 'HTMLIFrameElement': blocked a frame with Malv "null" access to an image of the cross-origin.

    So, what happens with this error message in the Muse?

    MuseJSAssert: Call slector function error: SecurityError: cannot read property 'documentLes' of 'HTMLIFrameElement': blocked a frame with Malv "null" access to an image of the cross-origin.

    It is a mistake to real security generated by the browser when you view a page with the iFrame content locally.

    Please refer to the answer of Zak in the following thread: https://forums.adobe.com/message/6496180#6496180

    See you soon,.

    Vikas

  • find and delete blocks of text with the same geometricBounds

    Hi writer... .new question from here:

    mySelection var = app.activeDocument.selection [0] .geometricBounds;

    alert (mySelection);

    throughout the document, I need search and delete blocks of text with the same geometricBounds.

    If possible, the same dimensions, but not the same positions.

    Thanks for the help!

    OK Bala... .in to decimal differences, some executives have not been removed.

    I solved with "Math.round' instead of 'number '.

    ===================

    mySelection var = app.activeDocument.selection [0] .geometricBounds;

    var myWidth = Math.round(mySelection[3]-mySelection[1]);

    var myHeight = Math.round(mySelection[2]-mySelection[0]); Alert (myHeight);

    var allFrames = app.activeDocument.allPageItems;

    While (t = allFrames.pop ()) {}

    {if (t.IsValid)}

    var myTextframe = t.geometricBounds;

    var myTWidth = Math.round(myTextframe[3]-myTextframe[1]);

    var myTHeight = Math.round(myTextframe[2]-myTextframe[0]);

    If ((myWidth == myTWidth) & (myHeight == myTHeight)) {}

    t.Remove ();

    }

    }

    }

    ===================

    Now, your script works great!

    Thank you very much!

  • With rman recover DB to old registrants after cool recovery?

    Hello
    1.I have done the complete backup of DB with RMAN.
    2. ... Cause that DB was be inserted/updated / delete, so away.
    3.I could recover (cool) shutdown DB.
    4. ... Cause that DB was be inserted/updated / delete, so away.
    5 but now I want to recover DB for step 1. Still to my drive, but the cool backupset backupset have been removed.

    Q: if I could make this work? But the backup from the list is set to zero.

    Thank you.

    A ' SHOW ALL '; RMAN (with the database mounted - that is to say access a controlfile) would be useful. The lines "CONFIGURE CONTROLFILE... "show your controlfile autobackup configuration.

    no record in the recovery area

    Maybe you don't have AUTOBACKUP configured for the FRA but somewhere else. See also, if controlfile save is in $ORACLE_HOME/dbs

    Note: default 'RESTORE CONTROLFILE FROM AUTOBACKUP"would restore the last backup of controlfile. Since you need an older backup, you must move the new backup controlfile so that RMAN does not read them.

    You can also explicitly "RESTORE CONTROLFILE FROM"locationofbackuppiece "";

    [See the RESTORE command reference | http://download.oracle.com/docs/cd/B19306_01/backup.102/b14194/rcmsynta051.htm#sthref796]

    Hemant K Collette

  • Parallel recovery in RMAN?

    O.S: OEL 5.5

    DB version: 11.2.0.3

    Hello Experts,

    I have some doubts on the recovery RMAN. I would like to know your opinion of experts.

    (1) process that performs the RMAN recovery (just as the MRP in standby).

    (2) I always thought that recovery is a sequential task. This thread (parallel recovery) saved my theory. However, I see RMAN commands likeRMAN>recover database parallel 4 . So what is the parallel option used for?

    (3) if the recovery is a sequential process, how can we have several MRP process on the side of Eve (PHYSICS: why recovery managed to reproduce so many slaves?) (Doc ID 885872.1).

    Thank you very much in advance.

    Satya

    (1) so the "server process" began with the RMAN dealing with recovery too? Please correct me.

    RMAN Utility is just a customer.

    RMAN connect to the database and execute commands, all the work is done on the server side. Server database always process take care of backup/restore/recovery.

    (2) automatic channels is also used for the recovery and restoration? I always manually assign during the restore and recovery.

    N ° auto-channel is reserved for backup and restore operations.

    RECOVERY operation (aka Media Recovery) is different from the command RECOVER, because the execution process of recovery RECOVER command also trigger archivelogs of RESTORATION, and RECOVERY process apply that Redo on data files.

    Recovery operation is managed by * parallel * parameters not automatic channels.

    (3)'with the resumption of parallel media, these blocks of data are subsequently distributed evenly to all recovery processes to read into the buffer cache. "--> Does this mean that the recovery of the parallel media is intended to copy multiple blocks in parallel to the memory buffer uses cache ONLY. However, the recovery process (applying the vectors of change) is a sequential process? Please correct me

    The writing is not all sequential process, but each block of data is retrieved sequentially.

    Parallel media recovery, the database uses a 'division of labour' approach to allocate different processes at different data blocks while rolling forward, which makes the process more effective.

Maybe you are looking for

  • Qosmio X 770-Crash Dump when the games

    Hope this is the right forum for this. I am retired and have minimal knowledge of technology, although I've used them for many years. In the 5-6 months, I get a crash dump on my laptop whenever I enter a game when the computer is turned off. I only p

  • Satellite C850 touchpad freezes frequently

    I got a Satellite C850 last weekend and I have problems with the mouse pad - it freezes frequently... any help greatly appreciated - really don't want to have to send in for repair after only 5 days

  • DeskJet 2541: Can I use ink in hp deskjet 62 2541

    Can I use ink on deskjet 62 2541

  • Rejected updates - error code 646

    Remember - this is a public forum so never post private information such as numbers of mail or telephone! Ideas: You have problems with programs Error messages Recent changes to your computer What you have already tried to solve the problem

  • screen white/rewrites in a loop after install Win 10 to XPS8500

    XPS8500 with the fully functional installation of Windows 10. Tried to install the upgrade from the W10. now the screen blanks/rewrites loop. Burst out of the loop, but cannot restore to the previous version. Init ok, ok the backup data, stops on the