Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Database writer
Unless Oracle changed the way it reported this, that won't work on NT. Oracle On NT didn't used to report bg procs in the program field of v$session. This may have changed with 8i. I haven't worked with 8i on NT. Used to have to join v$session and v$bgprocess on paddr.
Rodd Holman
>>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<<
On 6/4/01, 12:10:53 PM, Vadim Gorbounov <vgorbounov_at_simplyengineering.com> wrote regarding RE: Database writer:
> Hi, Kevin,
> Maybe this query will help:
> SQL> select PROGRAM from v$process where PROGRAM like '%DBW%';
>
> Regards
> Vadim Gorbounov
> Oracle DBA
> -----Original Message-----
> Sent: Monday, June 04, 2001 11:56 AM
> To: Multiple recipients of list ORACLE-L
> 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: Vadim Gorbounov
> INET: vgorbounov_at_simplyengineering.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 - 12:31:57 CDT