Results 1 to 5 of 5

Thread: Different processes in oracle database

  1. #1
    Join Date
    Nov 2009
    Posts
    43

    Different processes in oracle database

    what are the different processes in oracle database and what are the benefits of their existence.Please explain me with detailed information of these process.When I use the command "ALTER SYSTEM SWITCH LOGFILE " It occur some error like "ORA-00470 LGWR found dead - Oracle " what it means and why it showing like this.Can you explain the existence of background processes.
    Last edited by Aileen_L; 01-02-2010 at 03:53 PM.

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

    Different processes in oracle database

    Processes :

    There are so many processes and services is being used by the oracle database.But at this point, we will explore only those processes which are mandatory and used a lot . They are collectively known as background processes . Each process performs its own job to complete the requirement of task.

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

    Different processes in oracle database

    SMON -

    System Monitor process(SMON) is responsible to take care of recovery operation after instance failure.It helps to manage the roll forward and roll back phases.

    PMON -
    PMON perform the maintain and restarts any failed or dead processes which can be dispatcher or server process.It also removes the row lock which is done due to the changes of particular block in datafile.

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

    Different processes in oracle database

    DBWR -
    The database writer is a mandatory process of oracle database instance which performs the writing operation after any checkpoint occur.It takes the changes buffer from the buffer cache and write onto the datafile.

    LGWR -
    Log Writer process is a part of background process which is responsible to take the redo entries from log buffers and writes on the redo log file.

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

    Different processes in oracle database

    CKPT –
    The checkpoint process is responsible to write the SCN (System change number) on datafile and controlfile respectively.It performs writing operation when the online redo log file is filled-up.It makes balance of synchronization of database.

    ARCn-
    This ARCn(archive) process keeps the backup of every transaction of database . it takes the redo entries from online redo log file and writes on archive log files.These are archive files which is used to perform the recovery of database.

Similar Threads

  1. Joins in oracle database
    By Adriana_andros in forum Software Development
    Replies: 5
    Last Post: 11-02-2010, 08:53 PM
  2. Installing RAC with oracle database
    By Aileen_L in forum Software Development
    Replies: 4
    Last Post: 08-02-2010, 04:38 PM
  3. Managing oracle 9i Database
    By Landan in forum Software Development
    Replies: 3
    Last Post: 21-01-2010, 11:05 AM
  4. Connect to Oracle database using VB 6.0
    By Ariadne in forum Software Development
    Replies: 2
    Last Post: 19-01-2009, 06:09 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,714,107,079.68164 seconds with 17 queries