Results 1 to 5 of 5

Thread: Tuning instance recovery performance

  1. #1
    Join Date
    Jan 2010
    Posts
    63

    Tuning instance recovery performance

    We have a database server for our small organization was running very smoothly,I was taking backup of database weekly but we are facing some problem regarding restoration. one day I feel when performing recovery operation , it is taking so much time to restoration and recovery of database. As I mentioned you above,this is small organization with small amount of data.Please suggest me to tune my database server.

  2. #2
    Join Date
    Apr 2008
    Posts
    1,948

    Tuning instance recovery performance

    If a database running with an instance and has been failed because of some
    disturbance like power failure or network failure then Oracle database performs instance recovery automatically at the next startup.
    If more than instance is running and one of the instance has been crashed then the surviving instance will perform the crash recovery operation.

    The instance recovery takes two phases to complete:
    Oracle applies all redo logs for effected data blocks and in the second phase database applies the content of rollback segments for undo changes made by uncommitted transactions in data blocks.
    Last edited by Praetor; 30-01-2010 at 08:50 AM.

  3. #3
    Join Date
    May 2008
    Posts
    2,012

    Tuning instance recovery performance

    There are some parameters used to influence the performance of instance and crash recovery of the database.
    You can check the values of those parameters to ensure the efficiency of your database performance using SQL>show parameter command.This statement will show you all the parameter that are currently configured for database, its the read only property of database.You can't change the values of the parameter here.
    To change the value,you need to refer the parameter file of database.

  4. #4
    Join Date
    Apr 2008
    Posts
    2,005

    Tuning instance recovery performance

    There are so many ways to tune the duration of instance and crash recovery which is discussed here:

    * Use of initialization parameter to influence the unit of redo log record and data blocks that is being used in the recovery operation.
    * Resizing of redo log files that enforce the checkpoint.
    * Use ALTER....,SQL statement to influence the checkpoint manually.

  5. #5
    Join Date
    May 2008
    Posts
    2,297

    Tuning instance recovery performance

    These are some parameter which influence the checkpoint for tuning of database :

    1. LOG_CHECKPOINT_TIMEOUT: You can set this parameter for duration of checkpoint .

    2. FAST_START_IO_TARGET : It limits the instance recovery time to control the use of data block units during instance recovery.

Similar Threads

  1. Performance tuning Upgrading to Vista on Window XP Laptop
    By BobTurner in forum Operating Systems
    Replies: 8
    Last Post: 25-06-2012, 12:06 PM
  2. MSI Afterburner tuning of types
    By Badmannah in forum Windows Software
    Replies: 5
    Last Post: 11-03-2011, 07:16 AM
  3. Tuning TCP/IP in XP
    By EDRIC in forum Tips & Tweaks
    Replies: 3
    Last Post: 07-08-2009, 05:59 PM
  4. Tuning stack of TCP / IP
    By ALBUS in forum Networking & Security
    Replies: 3
    Last Post: 06-08-2009, 10:23 AM
  5. Windows Vista Performance and Tuning Guide
    By Silent~Kid in forum Operating Systems
    Replies: 1
    Last Post: 26-02-2009, 11:43 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,472,895.77962 seconds with 16 queries