Searching hard parses

2001-06-15 Thread Fernando Papa


Hi everybody!

I have this numbers for parses:

1402684 parse count (hard)
9766294 parse count (total)

14,36   % of my parses are hard

My database it's up since more than two days, with 943249 cumulative logons
(oltp). The problem is two months ago the percentage of hard parses was
about 12%... I try to find which sql sentences are forcing hard parses,
but I don't know I can do it querying some v$ views or I need to examine
directly all the sessions...

Thanks in advance!

--
Fernando O. Papa
DBA
El Sitio - Infraestructura
(54-11) 4339-3854

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Fernando Papa
  INET: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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).



RE: OPS and Veritas Cluster Server

2001-06-05 Thread Fernando Papa

Hi mohammed!
I'm using VCS for oracle, and it's very good solutions, include veritas file
system, which it's better than ufs. But I don't remember about OPS (I'm not
100% sure, but I think is not posible)

--
Fernando O. Papa
DBA
El Sitio - Infraestructura
(54-11) 4339-3854

 -Mensaje original-
 De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]En nombre de mohammed
 bhatti
 Enviado el: martes, 05 de junio de 2001 13:41
 Para: Multiple recipients of list ORACLE-L
 Asunto: OPS and Veritas Cluster Server


 Has anyone used Veritas Cluster Server software for
 Oracle?  Can OPS be implemented using this or is best
 to use OS supplied clustering.

 Thanks

 mkb

 __
 Do You Yahoo!?
 Get personalized email addresses from Yahoo! Mail - only $35
 a year!  http://personal.mail.yahoo.com/
 --
 Please see the official ORACLE-L FAQ: http://www.orafaq.com
 --
 Author: mohammed bhatti
   INET: [EMAIL PROTECTED]

 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: [EMAIL PROTECTED] (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: Fernando Papa
  INET: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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).



RE: About parallel server

2001-05-31 Thread Fernando Papa


We have a couple of independent applications running over the same instance
now (it's better to do it because our resources cant' support two instances
over the same machine), we think if we use parallel server, we can make
partition of this applications, one for each node or someting like that...
And, of course, we are thinking about automatic failover and high
availability over parallel server...

--
Fernando O. Papa
DBA
El Sitio - Infraestructura
(54-11) 4339-3854

 -Mensaje original-
 De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]En nombre de Rachel
 Carmichael
 Enviado el: miƩrcoles, 30 de mayo de 2001 23:50
 Para: Multiple recipients of list ORACLE-L
 Asunto: Re:About parallel server



 Even more importantly, if you are planning on implementing
 parallel server
 just to increase your processing power then you are going to be in
 trouble!

 If you haven't specifically designed your application for
 parallel server,
 you can end up DECREASING performance by increasing locking and pings.

 This is not something you do lightly once an app has been
 installed into
 production.

 Rachel

 From: [EMAIL PROTECTED]
 Reply-To: [EMAIL PROTECTED]
 To: Multiple recipients of list ORACLE-L [EMAIL PROTECTED]
 Subject: Re:About parallel server
 Date: Wed, 30 May 2001 14:48:03 -0800
 
 Fernando,
 
  Replies included in your original mail, but in addition:
 
  Parallel server is a separately priced option from
 Oracle and it is
 pricey.
 Second you may need specific software from you OS vendor to
 coordinate the
 file
 sharing between the servers, again an additional expense.
 
 Dick Goulet
 
 Reply Separator
 Author: Fernando Papa [EMAIL PROTECTED]
 Date:   5/30/2001 2:07 PM
 
 
 Hi everybody!
 
 I have some questions about parallel server. Now we have
 only one instance
 stand-alone (no parallel), but we are thinking to switch
 to parallel
 server because we have a couple of sparc 3500 and nobody are
 using it, and
 we think it's good for increase our processing power.
 
 The problem is I didn't work with parallel server and I have a lot of
 questions about it:
 
 1) Is mandatory to use raw devices for control files, redo
 logs  data
 files?
 --  Data files yes, redo and control files can be on cooked
 file system.
 
 2) How we transfer our cooked data files to raw devices data files?
 import/export? or exist another better (fast) method?
 -- To the best of my knowledge your going to have to
 rebuild the database
 from
 scratch so imp/exp is your only option.
 
 3) If I start with only one node, performance will be the
 same of one
 single
 instance (no parallel)?
 -- Yes and NO, raw devices run a little faster than cooked
 files since the
 OS's
 buffer cache is not in the middle.
 
 4) Somebody know how to work with raw devices under solaris?
 any link? I
 try
 to found someting in metalink but there's no samples...
 -- Working with raw devices is very different from cooked
 file systems.
 If you
 don't have an experienced Unix admin you could be in serious trouble.
 
 5) What about backup? I can't put tablespaces in backup mode
 and copy with
 cp... maybe it's time to use rman?
 -- Rman can handle the backups, but a file system level backup is
 different.
 CP does not work anymore, nor does fbackup, or tar.  You'll need
 specialized
 software for the purpose.
 
 Thanks in advance!
 
 --
 Fernando O. Papa
 DBA
 El Sitio - Infraestructura
 (54-11) 4339-3854
 
 --
 Please see the official ORACLE-L FAQ: http://www.orafaq.com
 --
 Author: Fernando Papa
INET: [EMAIL PROTECTED]
 
 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: [EMAIL PROTECTED] (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:
INET: [EMAIL PROTECTED]
 
 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: [EMAIL PROTECTED] (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 FREE download of MSN Explorer at http://explorer.msn.com

 --
 Please see the official ORACLE-L FAQ: http://www.orafaq.com