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: EMC's DBTuner

Re: EMC's DBTuner

From: Anjo Kolk <anjo_at_oraperf.com>
Date: Wed, 13 Mar 2002 16:06:26 -0800
Message-ID: <F001.004286FE.20020313160626@fatcity.com>

Well EMC DBTuner only reads from the SGA. There is no need to write to the SGA for that product. It doesn't need latching for it and won't get in the way of other process. The trick is in the way you attach to the SGA. Taht can be done in Readonly mode or Readwrite mode. DBTuner attaches in readonly mode. So if it tried to write in to the SGA, it would get an segmentation violation. So it is safe.

Anjo.

dgoulet_at_vicr.com wrote:

> Now I know from previous posts that a number of folks are using EMC symmetric
> arrays, so I should get a couple of replies. Are any of you using
> their/Precise's DBTuner product as well? We had a demo today, but I'm still
> very leery of third party products that attach to Oracle's SGA. My point being
> that Oracle goes to quite a bit of effort through the latch mechanism to keep
> their processes out of each other's way. If your third party program, although
> only trying to read data, gets in the way all hell can & will break loose. Also
> if you can read something, you sure as heck can write there as well, even if not
> by intent.
>
> Any experiences welcome.
>
> Dick Goulet
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author:
> INET: dgoulet_at_vicr.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: Anjo Kolk
  INET: anjo_at_oraperf.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 Wed Mar 13 2002 - 18:06:26 CST

Original text of this message

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