Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Database writer

RE: Database writer

From: Rodd Holman <rodney.holman_at_lodgenet.com>
Date: Mon, 04 Jun 2001 13:39:32 -0700
Message-ID: <F001.0031AF92.20010604132116@fatcity.com>

It's right there SID = 2, SERIAL# = 1. The name column is the THREAD running the background process. The program column is the PROCESS under NT which is ORACLE80.EXE. Oracle on NT runs ALL the oracle processes under one process with many threads that's why you need the join to v$bgprocess to get the thread name.

Rodd Holman

>>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<<

On 6/4/01, 2:46:19 PM, Raghu Kota <raghukota_at_hotmail.com> wrote regarding RE: Database writer:

> But I don't see any Processors for DBWr except ORACLE80.EXE!!

> SID SERIAL# SCHEMANAME PROGRAM
> NAME
> ---------- ---------- ------------------------------
> ---------------------------
> ------------------------------------- -----
> 1 1 SYS ORACLE80.EXE
> PMON
> 2 1 SYS ORACLE80.EXE
> DBW0
> 3 1 SYS ORACLE80.EXE
> ARCH
> 4 1 SYS ORACLE80.EXE
> LGWR
> 5 1 SYS ORACLE80.EXE
> CKPT
> 6 1 SYS ORACLE80.EXE
> SMON
> 7 1 SYS ORACLE80.EXE
> RECO
> 8 7 SYS
> SNP0
> 9 7 SYS
> SNP1
> 9 rows selected.

> >From: "Kevin Kostyszyn" <kevin_at_dulcian.com>
> >Reply-To: ORACLE-L_at_fatcity.com
> >To: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com>
> >Subject: RE: Database writer
> >Date: Mon, 04 Jun 2001 10:16:07 -0800
> >
> >That was the query I was looking for.
> >
> >-----Original Message-----
> >Sent: Monday, June 04, 2001 12:46 PM
> >To: Multiple recipients of list ORACLE-L
> >
> >
> >There is a tool in the WinNT Resource Kit that lets you look at
> >individual threads per process. I don't remember what the name is, but
> >it's in there.
> >
> >Try doing a select against v$session and v$bgprocess you should from
> >v$bgprocess you should get a DBW0 and DBW1 under the listing of
> >background processes.
> >
> >select s.sid, s.serial#, s.schemaname, s.program, b.name
> >from v$session s, v$bgprocess b
> >where s.paddr = b.paddr;
> >
> >
> >HTH
> >
> >Rodd Holman
> >
> > >>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<<
> >
> >On 6/4/01, 10:55:35 AM, Kevin Kostyszyn <kevin_at_dulcian.com> wrote
regarding
> >Database writer:
> >
> >
> > > Hi all,
> > > I added db writer processes last week to try and improve
> >performance of one
> > > of my 8.1.7 db's on NT. Does anyone know if there is a way to see if
> >Oracle
> > > actually started the additional db writer processes? I added
> > > db_writer_processes to the init file, the instance started so I am
> >assuming
> > > that the db writer processes are working. But we all know what happens
> >when
> > > we assume something. Any ideas would be appreciated.
> >
> > > Sincerely,
> > > Kevin Kostyszyn
> > > DBA
> > > Dulcian, Inc
> > > www.dulcian.com
> > > kevin_at_dulcian.com
> >
> > > --
> > > Please see the official ORACLE-L FAQ: http://www.orafaq.com
> > > --
> > > Author: Kevin Kostyszyn
> > > INET: kevin_at_dulcian.com
> >
> > > Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> > > San Diego, California -- Public Internet access / Mailing Lists
> > > --------------------------------------------------------------------
> > > To REMOVE yourself from this mailing list, send an E-Mail message
> > > to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> > > the message BODY, include a line containing: UNSUB ORACLE-L
> > > (or the name of mailing list you want to be removed from). You may
> > > also send the HELP command for other information (like subscribing).
> >--
> >Please see the official ORACLE-L FAQ: http://www.orafaq.com
> >--
> >Author: Rodd Holman
> > INET: rodney.holman_at_lodgenet.com
> >
> >Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> >San Diego, California -- Public Internet access / Mailing Lists
> >--------------------------------------------------------------------
> >To REMOVE yourself from this mailing list, send an E-Mail message
> >to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> >the message BODY, include a line containing: UNSUB ORACLE-L
> >(or the name of mailing list you want to be removed from). You may
> >also send the HELP command for other information (like subscribing).
> >
> >--
> >Please see the official ORACLE-L FAQ: http://www.orafaq.com
> >--
> >Author: Kevin Kostyszyn
> > INET: kevin_at_dulcian.com
> >
> >Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> >San Diego, California -- Public Internet access / Mailing Lists
> >--------------------------------------------------------------------
> >To REMOVE yourself from this mailing list, send an E-Mail message
> >to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> >the message BODY, include a line containing: UNSUB ORACLE-L
> >(or the name of mailing list you want to be removed from). You may
> >also send the HELP command for other information (like subscribing).

> _________________________________________________________________________
> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Raghu Kota
> INET: raghukota_at_hotmail.com

> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).

--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Rodd Holman
  INET: rodney.holman_at_lodgenet.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Mon Jun 04 2001 - 15:39:32 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US