Results 1 to 4 of 4

Thread: Checkpoints in Database Management system

  1. #1
    Join Date
    Nov 2009
    Posts
    39

    Checkpoints in Database Management system

    I was practicing on oracle database and I found some error like DBWR not recognizes the file.I had restarted the database but nothing happened after that,What the problem may be please suggest me. Hello sir ! Can you suggest me to solve the problem regarding Checkpoint and its different behavior.

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

    Checkpoints in DBMS

    Checkpoints:

    Checkpoint is another a background process which perform the synchronization of database and happens through the SCN number of the database.
    It performs three operations:
    1. The dirty blocks of buffer cache is written when it signals.
    2. It writes the SCN number on the header of the data file.
    3. The same SCN number is written on control file also.

  3. #3
    Join Date
    Oct 2005
    Posts
    2,393

    Issue in Opening the Database

    Hi friends
    You are opening your database and it occur some error like DBWR is unable to recognize to open the file. So its very simple to understand that your database is not synchronized means the SCN number is not written on the header of both the file datafile and controfile.

    You should mount your database and shutdown properly,There are some events on which the database can be synchronized.Now open the database if it is not being start then you need to perform media recovery.It can ask you for instance recovery,simply enter the recover database command and try to open it currently or after mounting the database.

  4. #4
    Join Date
    May 2008
    Posts
    2,389

    Causes to triggering Checkpoints

    Events to triggering the checkpoints:
    There are four ways through which the database can perform checkpoints.Three are listed which is performed by the instance itself and fourth one is user dependent using commands forcefully.
    They are as follows:
    1. When a Redo log file swithes to another.
    2. When the value of LOG_CHECKPOINT_TIMEOUT parameter has expired.
    3. When LOG_CHECKPOINT_INTERVAL is reached to is maximum.
    4. Its depends on the Administrator using ALTER .... command.

Similar Threads

  1. Checkpoints in Max Payne 3 is annoying
    By Wazza10Roo in forum Video Games
    Replies: 3
    Last Post: 11-06-2012, 01:26 PM
  2. How to choose best Database Management Software
    By RedZot in forum Guides & Tutorials
    Replies: 4
    Last Post: 01-02-2012, 11:54 AM
  3. Replies: 4
    Last Post: 06-04-2010, 12:04 AM
  4. Portable database management software
    By AMISH in forum Software Development
    Replies: 3
    Last Post: 20-10-2009, 06:05 PM
  5. Certificate in Database Management
    By Markesh in forum Education Career and Job Discussions
    Replies: 3
    Last Post: 27-05-2009, 02:23 PM

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,727,178,053.71060 seconds with 17 queries