Maximum number of service in a database?

Somebody can tell me if there is a maximum number of service I can use in a database? Those services are create with dbms_service or "srvctl add service" or dbca. Those services are set in the database parameter SERVICE_NAME automatically by the Clusterware or manually if it is not a cluster database.
Thank,
GG

I would tend to be suspicious just because 50 services is quite a lot. If you really have 50 distinct applications and you want to manage 50 different services, 50 different TNS aliases, etc. you certainly can. But most organizations aren't going to see a lot of benefit from having that many services and may end up spending a lot of time micro-managing things the system unnecessarily.
You would generally have separate services if you wanted to have different services on different nodes of the cluster (i.e. create a reporting service on a subset of the nodes of the cluster for reporting work so that doesn't get comingled with the OLTP workload on the other nodes). It would be rather hard to manage 50 services on the same cluster effectively-- you'd either have all 50 services spread across all the nodes, in which case there would be little benefit to having all those services, or you'd have something like 5 services on each of 10 nodes which would tend to result in poor load balancing (assuming the load profile of each application is rather variable) or lead to constant administrative "futzing" to improve load balancing.
Justin

Similar Messages

  • Maximum number of services for Oracle 12c

    can someone please give me a hint where I can find the limitations for number of services on Oracle 12c?
    In the reference guide I found: maximum number of services per instance = 115
    But that cannot be true because you can have up to 252 pluggable databases per database and each one is associated with a dedicated service.
    If done some trials and currently I'm at 556 services. But I cannot find a document with the exact maximum.

    Hi Friend,
    Two Types containers are available in Oracle Database 12c
    1. The ROOT container - - > This is first container and mandatory container.
    2. Pluggable Database Container - - - > This is the container for application
    So, Limit is - - > 253 PDBs in a One Container Database (CDB) it includes the SEED also and Services are 512 in a Container Database (CDB).
    Check the following query to know the number of services
    Select name, pdb from cdb_services;
    Hope it helps...
    Thanks
    LaserSoft

  • Maximum number of services

    What is the maximum number of services that can be configured on a CSS?

    Tim,
    The suggested max is a combination of services and content rules not to exceed 300. This has been the development suggested ma for several years now.
    Pete..

  • Maximum number of key for recno database

    Hi
    I have a question about Recno database.what is the maximum number that can be specified for key.can I chage maximum?
    please help me
    thanks
    regards
    saeed

    Hi,
    2**32
    Here is a reference for more information:
    http://www.oracle.com/technology/documentation/berkeley-db/db/ref/am_conf/logrec.html
    The maximum is not a configuration parameter so you can't change it without modifying source code.
    Ron

  • How to find the maximum no of users logged in Database

    Hi All,
    How to find the maximum number of users logged in database at particular time? I can find currently logged users or umber of sessions running on Database but I wanted to find at what time maximum number of users or sessions connected to the DB? is that possible? if yes please help me. thanks.

    Vijay wrote:
    Hi All,
    How to find the maximum number of users logged in database at particular time? I can find currently logged users or umber of sessions running on Database but I wanted to find at what time maximum number of users or sessions connected to the DB? is that possible? if yes please help me. thanks.
    select * from v$resource_limit;Lists about 20 different resources with current, maximum and limit on usage. Session count is one of them. I don't think there's any (simple, efficient) way to determine the maximum number of different users of sessions, though.
    Regards
    Jonathan Lewis

  • What is the maximum number of Active Connection in SSG 7206VXR?

    Hi,
    What is the maximum number of SSG Host or active connection (show ssg service package) for Cisco 7206VXR which running with NPE-G1? The SSG is deploying with Web-login and the TCP-Redirect, Port-bundle and Pass-through is enabling. The SSG is to handling IP session authentication. The SSG is binding Gigabit Ethernet.
    The current version of IOS is show as below.
    Cisco IOS Software, 7200 Software (C7200-ADVIPSERVICESK9-M), Version 12.4(9)T1, RELEASE SOFTWARE (fc2)
    Thanks,
    Chia

    To set the maximum number of services per user, use the ssg maxservice command in global configuration mode. To reset the maximum number of services per user to the default, use the no form of this command. ssg maxservice number and no ssg maxservice
    If you want to know more please click following URL:
    http://www.cisco.com/en/US/products/sw/iosswrel/ps5187/products_command_reference_chapter09186a008017cf59.html

  • ORA-00020: maximum number of processes (%s) exceeded

    nobody was able to log into the database. when I tried 'sqlplus / as sysdba' I got : ORA-00020: maximum number of processes 1000 exceeded
    database is 11.2.0.2 with patch 12
    I've bounced the database and increased the processes..
    my question is.. is there a way to tell what the processes were? what machine they were coming from? in a log somewhere..
    Since I was unable to log in, I couldn't tell what had happened.. who was causing it..
    if it happens again.. is there a way to log it?
    also, this machine has DataGuard to a standby system.. is it possible for something to go wrong with dataguard and cause this?

    >
    my question is.. is there a way to tell what the processes were? what machine they were coming from? in a log somewhere..
    Since I was unable to log in, I couldn't tell what had happened.. who was causing it..
    if it happens again.. is there a way to log it?
    also, this machine has DataGuard to a standby system.. is it possible for something to go wrong with dataguard and cause this?
    >
    You have only treated the symptom and not fixed the cause. As fellow members said, you could kill some "non-critical" processes and log in to the database.
    But you will have to find out why there were so many processes in place. I am sure you might have set the definite number of processes after your planning before you went live. If you suddenly see too many processes, you will have to find out why and where they are coming from. Also check if there are any rogue processes.
    To find out if there are any processes which have no sessions attached
    select spid from v$process where addr not in (select paddr from v$session);
    To answer your question, data guard shouldn't be affected by this. Nor would dataguard cause this issue in primary.
    Fix this processes issue before it's too late. Otherwise, there will be a situation when you will have to keep increasing the processes until you hit the OS limit
    Regards
    Venkat

  • Maximum number of Oracle-10/11 instances on a Windows server?

    Hi,
    What is the maximum number of oracle 10/11 database instances that can be installed on a Windows-32 server.
    Also what is advisable?
    Assuming each database instance will have no more than 4 concurrent users with light usage.
    Windows Server - 2008 4GB Ram Xeon or similar processor.
    Many Thanks
    Shahine
    [email protected]

    user6394502 wrote:
    Hi,
    What is the maximum number of oracle 10/11 database instances that can be installed on a Windows-32 server.
    Also what is advisable?
    You can have any number of instances installed on the server. 42 is a great number.
    Just don't turn on more than one or two instances at a time.
    Better might be to look at, and understand, 'schema' concept - it may be possible to use multiple schemas in one instance/database to accomplish the same thing as your multiple instance proposal.

  • Problem with reached maximum number of connections to database

    Dear Experts,
    Our Production system was not responding properly last week.
    The below was the reply from the Basis team.
    "It seems that we have again problem with reached maximum number of connections to database. We have extended this number to 100 this year and now it seems that it’s not enough again. It seems that something is running on Production, which takes over too many connections."
    They have increased the number to 200 as a work around.
    Do we have any means to find out, which component or application is causing the issue.
    Please advise me if any better way is available to correct the issue.
    Please see the below trace.
    From default trace:
    ======
    Caused by: com.sap.engine.services.dbpool.exceptions.BaseSQLException: ResourceException occurred in method ConnectionFactoryImpl.getConnection(): javax.resource.R
    esourceException: (Failed in component: dbpool, BC-JAS-TRH) Cannot create connection. Possible reasons: 1)Maximum allowed connections to DB or EIS is reached. You
    can apply CSN Note 719778 in order to check and resolve connection leaks. 2) Configuration to DB/EIS is wrong or DB/EIS is temporary unreachable. 3) Connections ar
    e not enough for current load.
            at com.sap.engine.services.dbpool.cci.ConnectionFactoryImpl.getConnection(ConnectionFactoryImpl.java:60)
            at com.sap.security.core.persistence.datasource.imp.J2EEConnectionPool.getConnection(J2EEConnectionPool.java:205)
            ... 61 more
    Caused by: javax.resource.ResourceException: (Failed in component: dbpool, BC-JAS-TRH) Cannot create connection. Possible reasons: 1)Maximum allowed connections to
    DB or EIS is reached. You can apply CSN Note 719778 in order to check and resolve connection leaks. 2) Configuration to DB/EIS is wrong or DB/EIS is temporary unr
    eachable. 3) Connections are not enough for current load.
            at com.sap.engine.services.connector.jca.ConnectionHashSet.match(ConnectionHashSet.java:230)
            at com.sap.engine.services.connector.jca.ConnectionManagerImpl.allocateConnection(ConnectionManagerImpl.java:343)
            at com.sap.engine.services.connector.jca.ShareableConnectionManager.allocateConnection(ShareableConnectionManager.java:54)
            at com.sap.engine.services.dbpool.cci.ConnectionFactoryImpl.getConnection(ConnectionFactoryImpl.java:52)
            ... 62 more
    Caused by: com.sap.engine.services.dbpool.exceptions.BaseResourceException: SQLException is thrown by the pooled connection: com.sap.sql.log.OpenSQLException: No c
    onnection to data source SAPEPPDB available. All 100 pooled connections are in use and 70 connection requests are currently waiting. The connection pool size might
    need to be adjusted.
            at com.sap.engine.services.dbpool.spi.ManagedConnectionFactoryImpl.createManagedConnection(ManagedConnectionFactoryImpl.java:192)
            at com.sap.engine.services.connector.jca.ConnectionHashSet.match(ConnectionHashSet.java:221)
            ... 65 more
    Caused by: com.sap.sql.log.OpenSQLException: No connection to data source SAPEPPDB available. All 100 pooled connections are in use and 70 connection requests are
    currently waiting. The connection pool size might need to be adjusted.
    ======
    Thanks and Kind Regards,
    Jelbin

    Stop all instances(including DB) and start again, Hope it should work.
    It may happened that jar has not been synchronized with the database and may be version mismatch with the java.
    719778 - Data Source fails to return connection
    1650472 - Transactions are interrupted due to database connection periodically failing to establish
    1138877 - How to Deploy External Drivers JDBC/JMS Adapters
    Change the connection pool so that it can connect to DB as per the note 719778
    Regards
    Vijay Kalluri

  • Maximum number of user mailboxes supported by single Exchange Database in 2007 / 2010 & 2013 ?

    What is the Maximum number of user mailboxes supported by single Exchange Database  in 2007 / 2010 & 2013 ?
    Aditya Mediratta

    Agree with Keith, there is no MB # limit, however there are practical concerns such as DB size and how that effects recoverability as well as performance.   In terms of extremes we had one major educational customer that had 35K Mailboxes in
    a single database so you can utilize a ridiculous # of mailboxes in a DB if desired.  IMO you are better off to keep the # of mailboxes to a reasonable level, i.e. no more than 250-500 mailboxes per DB
    Search, Recover, & Extract Mailboxes, Folders, & Email Items from Offline Exchange Mailbox and Public Folder EDB's and Live Exchange Servers or Import/Migrate direct from Offline EDB to Any Production Exchange Server, even cross version i.e. 2003 -->
    2007 --> 2010 --> 2013 with Lucid8's
    DigiScope

  • Solution Database - Maximum number of Problems and Solutions

    Hi everyone,
    I´m new at CRM and I was wondering if you could help me sharing your knowledge and experience on this.
    I completed the SAF and solution database configuration , I was wondering if there´s a maximum number of problems when creating problems and solutions on IS01? Also Can I have 2 or more solution data bases (with different problems and solutions) assigned for a business role?
    comments are appreciated
    thanks!

    http://help.sap.com/saphelp_crmhana/helpdata/en/a4/9fa471b41f44828da6ea1490f02e2b/frameset.htm
    What about this?
    Best regards,
    Thomas Wagner

  • Maximum number of RAC services in a Node

    DB, Grid Version: 11.2.0.3/RHEL 5.4
    My question is on the preferred node for a RAC service.
    What is the maximum number of RAC services that can created in a node ?

    Hi,
    You can add maximum 145 service different default services.
    It is not documented information.
    Thanks
    Mahir M. Quluzade
    p.s. It is myself test result.

  • Maximum number of database instance on Exadata V2

    Does any body know maximum of database instance can starting on Exadata V2, haft rack configuration. I can start only 13 instance but when start instance 14 it failed. I had try to increased number of semaphore but still not work.

    I would expect that the maximum number of instances would be covered by sanity rather than something Oracle has configured.
    Given that you've not posted the actual error message my recommendation would be that you either provide us with a lot more
    information or that you open an SR with MOS.
    Please also explain how you came to the presumption that the issue was semaphores.

  • Maximum Number of Mirrored Databases Decreases as Number of Available Cores Increases?

    Hi,
    I wonder if you can help me. We're planning a large in-house mirroring deployment and are concerned we may (at some point) run into the limits described in the following KB article:
    http://support.microsoft.com/kb/2001270/en-gb.
    Based on the formulas contained within the above article, I knocked up a quick spreadsheet to see how increasing the number of cores might allow us to increase the number of mirrored databases. However, to my surprise, my calculations imply that as you increase
    the number of cores, the number of databases you can potentially mirror decreases?
    No. of Logical Cores
    Max Worker Threads
    Threads Required per Mirrored Database
    Max. No. of Databases that can be Mirrored
    4
    512
    3
    170.6666667
    8
    576
    4
    144
    12
    640
    5
    128
    16
    704
    6
    117.3333333
    20
    768
    7
    109.7142857
    24
    832
    8
    104
    28
    896
    9
    99.55555556
    32
    960
    10
    96
    64
    1472
    18
    81.77777778
    Am I missing something here? Have a miscalculated somewhere? This seems counterintuitive.
    Regards
    Andy

    Hi  rushandy,
    As the KB post, we need to calculate the max worker threads, which is default no. of worker thread SQL Server will spawn. about database mirroring requirements for worker threads, we need to calculate the number of threads required per mirrored database.
    At end,
    maximum number of databases that can be mirrored = the max worker threads/ the number of threads required per mirrored database.
    As your post, for 64 bit architectures, if the number of logical CPU cores is 16 on the mirror server, after calculating , maximum number of databases that can be mirrored is 117. However, in actual scenario, the mirroring databases is less than 117, or
    else, it will cause some errors, such as error 17884 and so on.
    Usually, not all worker threads would be available to perform mirroring activities as some threads are assigned to core database activity on the server. For more information, see:http://sqlknowledgeshare.blogspot.com/2012/02/do-you-know-maximum-number-of-databases.html
    Regards,
    Sofiya Li
    Sofiya Li
    TechNet Community Support

  • Maximum number of key/value pairs in btree or hash database

    It's not clear to me from the documentation what the limit is on the number of key/value pairs in a Btree or hash database. The documentation on logical record numbers says that the db_recno_t type is a 32-bit unsigned type, "which limits the number of logical records in a Queue or Recno database, and the maximum logical record which may be directly retrieved from a Btree database, to 4,294,967,295". What does "directly retrieved" mean in this sentence? Does this mean that Btree is limited to 4,294,967,295 key/vaue pairs? If so, is this also the limit for a hash database?

    Hi mcgarvek,
    In case of Queue, Recno and Btree configured for logical record numbers - you can do that by setting DB_RECNUM flag: http://www.oracle.com/technology/documentation/berkeley-db/db/api_c/db_set_flags.html#DB_RECNUM , the maximum number of records is 4,294,967,295 and after that limit, the next record will be inserted as record number 1.
    In case of Hash and Btree, the maximum database size depends on the page size selected by the application. Berkeley DB stores database file page numbers as unsigned 32-bit numbers and database file page sizes as unsigned 16-bit numbers. Using the maximum database page size of 65536, this results in a maximum database file size of 248 (256 terabytes).
    Database limits: http://www.oracle.com/technology/documentation/berkeley-db/db/ref/am_misc/dbsizes.html
    Logical record numbers: http://www.oracle.com/technology/documentation/berkeley-db/db/ref/am_conf/logrec.html
    Regards,
    Bogdan Coman

Maybe you are looking for

  • Can I force sound out of speaker on ipad?

    headphones broken off in the headphone jack. Can't get them out. Is there a way to force sound out of the speaker?

  • Multi Language Question

    I am using SAP MDM 5.5 SP6.  The Language set to English only for my test repository and all the fields are Multi language = NO.  My understanding is that if we are loading multi language data then Repository needs to set it for multi languages and f

  • April 2014 Bios update - loss of sound

    HP 2000z 2c00 Notebook PC Windows 8 64 Yesterday, the system updated itself with the new Bios and Chips and restarted itself. Since when there is no sound. ( I have no idea what either of those things are: Bios and Chips and I am non-technical) Can y

  • Audition.INI returns to default in 1.5

    I use Audition 1.5. Somehow, my Effects settings have returned to default. yesterday there were there, today they are not. My keyboard shortcuts still work but the AUDITION.INI file is back to default with none of my hundreds of settings!! How is thi

  • Need solution help!

    I am using InDesign CS3 version 5.0. Here's what I need to do: I will be receiving a PDF file from a client containing 14 or so pages. These pages need to be placed in an InDesign document containing 28 in a very specific way: for instance, the first