Return-Path: <oracle-l-bounce@freelists.org>
Delivered-To: 2-oracle-l@orafaq.com
Received: (qmail 19324 invoked from network); 12 Sep 2008 12:44:30 -0500
Received: from freelists-180.iquest.net (HELO turing.freelists.org) (206.53.239.180)
  by air964.startdedicated.com with SMTP; 12 Sep 2008 12:44:30 -0500
Received: from localhost (localhost [127.0.0.1])
 by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 19AF897BF94;
 Fri, 12 Sep 2008 13:44:20 -0400 (EDT)
Received: from turing.freelists.org ([127.0.0.1])
 by localhost (turing.freelists.org [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id 23360-02; Fri, 12 Sep 2008 13:44:20 -0400 (EDT)
Received: from turing.freelists.org (localhost [127.0.0.1])
 by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 683DE97C206;
 Fri, 12 Sep 2008 13:44:18 -0400 (EDT)
Received: with ECARTIS (v1.0.0; list oracle-l); Fri, 12 Sep 2008 13:42:20 -0400 (EDT)
Received: from localhost (localhost [127.0.0.1])	by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 78B0397BFF7	for <oracle-l@freelists.org>; Fri, 12 Sep 2008 13:42:20 -0400 (EDT)
Received: from turing.freelists.org ([127.0.0.1])	by localhost (turing.freelists.org [127.0.0.1]) (amavisd-new, port 10024)	with ESMTP id 22835-06 for <oracle-l@freelists.org>;	Fri, 12 Sep 2008 13:42:20 -0400 (EDT)
Received: from web80603.mail.mud.yahoo.com (web80603.mail.mud.yahoo.com [209.191.72.73])	by turing.freelists.org (Avenir Technologies Mail Multiplex) with SMTP id 12B6297BFFF	for <oracle-l@freelists.org>; Fri, 12 Sep 2008 13:42:19 -0400 (EDT)
Received: (qmail 23039 invoked by uid 60001); 12 Sep 2008 17:42:19 -0000
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws;  s=s1024; d=yahoo.com;  h=X-YMail-OSG:Received:X-Mailer:Date:From:Reply-To:Subject:To:MIME-Version:Content-Type:Message-ID;  b=kXip647qo07HkfB5m3Jtx5eqmI4OBgLrW3Qliv81cECfr+bjZzvX3VBjiTpzosTdbKgaJTztHMd717dulCpdMUT8Z2zxUzoIEBHQNmGTSqEILWftc04UwbIUpsV9sRXrOlMKif9L7lQ5rRn1laWJ1Fr8WCk3y1syb1ocTO9THFk=;
X-YMail-OSG: k5gg6D0VM1l0fv8IE58R67CsHw5iGAjOFK0L1JJZ3UaJfqRVGrqauhXG588M0rdDoEaBRR_vt_Ux1eBUt5k0IrHVvDXwK0cNf8imepXoOWRIDENyn9jufK0HPK4i6ZuNQQ--
Received: from [143.111.194.152] by web80603.mail.mud.yahoo.com via HTTP; Fri, 12 Sep 2008 10:42:18 PDT
Date: Fri, 12 Sep 2008 10:42:18 -0700 (PDT)
From: Yong Huang <yong321@yahoo.com>
Subject: Re: 10g RAC and defined services performance problem
To: oracle-l@freelists.org
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Message-ID: <107023.22281.qm@web80603.mail.mud.yahoo.com>
X-archive-position: 10800
X-ecartis-version: Ecartis v1.0.0
Sender: oracle-l-bounce@freelists.org
Errors-to: oracle-l-bounce@freelists.org
X-original-sender: yong321@yahoo.com
Precedence: normal
Reply-to: yong321@yahoo.com
List-help: <mailto:ecartis@freelists.org?Subject=help>
List-unsubscribe: <oracle-l-request@freelists.org?Subject=unsubscribe>
List-software: Ecartis version 1.0.0
List-Id: oracle-l <oracle-l.freelists.org>
X-List-ID: oracle-l <oracle-l.freelists.org>
List-subscribe: <oracle-l-request@freelists.org?Subject=subscribe>
List-owner: <mailto:steve.adams@ixora.com.au>
List-post: <mailto:oracle-l@freelists.org>
List-archive: <http://www.freelists.org/archives/oracle-l>
X-list: oracle-l
X-Virus-Scanned: Debian amavisd-new at localhost.localdomain

> Has anybody run into specific problems with 
> performance when using a lot of services

Jon,

I didn't measure. But I suppose if you have too many services, Oracle has to work harder to maintain all the service related performance views v$service% or the underlined tables, and service$. It reminds me of the old advice to not create too many tablespaces. But since all tablespaces are LMT now, the overhead is much smaller. (There's one thing common between ts$ and service$: "deleted" tablespaces/services stay in the table, although they can be reused if the same named tablespace/service is recreated.) Another concern is the limit of services, 100 as of 10.2.0.1 according to Jeremy Schneider's paper.

We have more than 10 services in our database. We created a generic one that handles all small applications and dedicated ones each for each of the bigger apps.

Yong Huang


      
--
http://www.freelists.org/webpage/oracle-l


