CAL. number of concurrent database sessions FOR CERTAIN HARDWARE CONFG.

How i can calculate the number of concurrent database sessions for a cartine hardware config.?
If i used :
oracle 8i 8.1.7 database on compaq server ML530 PIII 733 and 1024M RAM
9iAS application on compaq server ML370 2xPIII 866 and 1024M RAM
best regards
ASHRAF SHAWKY
[email protected]
[email protected]
null

misterimran wrote:
Dear Deepak,
This is what I am talking about. This session information only shows 1 session of apache.
However many users are connected to apache more then like 250.Are you trying to figure out how many different users are using Apache? Or how many sessions exist in the database? In a three-tier environment, you almost always have a connection pool, so the number of hitting the middle tier is substantially different than the number of sessions in the database.
What is the business problem you are trying to solve? Is this a licensing question? Or a technical question? If it is technical question, what problem are you trying to solve?
Justin

Similar Messages

  • Maximum Number of Concurrent User Sessions Limit?

    Please can you tell me if there is a limit for the maximum number of concurrent users sessions that can access the Portal? If so, where is the setting and how do I change it?
    By the way, I am not experiencing any issues; I am asking purely for information purposes
    Thanks.

    There used to be under one of the services in service configuration.  I thought it was under portal runtime, but I can´t see it now.  It mentioned it in the TZTEP1 course, but I haven´t got it with me.
    Having said that, I don´t know if it worked!
    Paul

  • ADF panel opening too many JDBC Thin Client database sessions.

    Hi All,
    I have several ADF Panels, which allows the user to run a few simple queries against an Oracle database done using ADF view objects and ADF view links and ADF application module.
    Each ADF panel as I said contains several View Link queries, and links under the form of Jbuttons to other ADF Panels running other ADF View Links.
    Running the ADF Panel as described here opens up to 21 database sessions displaying as “JDBC Thin Client” when I look them up from v$session.
    Why do I end up with that many database sessions.
    Why doesn’t it just use one or two database sessions to run all these View Links? It seems that it is opening one database session for each of these view links.
    How can I change this destructive behavior? I only one to see one or two database sessions for the entire ADF panel no matter how many ADF View Links it contains.
    Your suggestions are most appreciated.
    Thanks.
    Bobby A.

    Thanks for your response.
    I took a quick look at the docs you pointed me to. It seems that I can set some parameters in bc4j.xcfg of each application module Home to control number of database connections that the application module will create. In that case maybe you can recommend which parameters and what value they should be set to.
    Your response will be most helpful as my background is rather in database admin and not java.
    Thanks.
    Bobby A.

  • Single Database Session Per User in ADF/BC Application

    Hi, I am using ADF with BC (JDeveloper 11.1.1.1). My application contains multiple application modules, each connected to the same JDBC data source. On the app server, I have configured the data source to use Identity Based Connection Pooling.
    My current configuration is resulting in numerous database sessions for each user. I have a requirement to use only a single database session per user HTTP session. Is there any way to configure the application modules to achieve this?
    Thanks,
    Brad

    Hi,
    use a single root Am module and make sure the others are used as nested modules. This will create a single connection
    Frank

  • How will you find out no of standby databases configured for primary database from OS level

    How can find the number of standby databases configured for primary database from os level

    Check the alert log.
    The Alert log will always have Data Guard messages in it.
    Example
    cd /u01/app/oracle/diag/rdbms/primary/PRIMARY/trace
    tail -1700 alert_PRIMARY.log | more
    Wed Nov 13 13:35:26 2013
    ARC7: Standby redo logfile selected for thread 1 sequence 1164 for destination LOG_ARCHIVE_DEST_2
    LNS: Standby redo logfile selected for thread 1 sequence 1165 for destination LOG_ARCHIVE_DEST_2
    If you don't see messages like this it's probably not a Data Guard system.
    Or search it for :
    System parameters with non-default values:
    Which on Data Guard system will show things like:
    log_archive_dest_1 = "LOCATION=USE_DB_RECOVERY_FILE_DEST VALID_FOR=(ALL_LOGFILES,ALL_ROLES) DB_UNIQUE_NAME=PRIMARY"
    log_archive_dest_2 = "SERVICE=STANDBY LGWR ASYNC VALID_FOR=(ONLINE_LOGFILES,PRIMARY_ROLE) DB_UNIQUE_NAME=STANDBY"
    log_archive_dest_state_1 = "ENABLE"
    log_archive_dest_state_2 = "ENABLE"
    fal_server = "STANDBY"
    Best Regards
    mseberg

  • Is there a way to control the number of concurrent SMTP connections on Database Mail?

    Las week Rackspace started controlling the number of concurrent SMTP connections and we are now getting the following message when we send as little as 15 messages at a time using Database Mail:
    Exception Message: Cannot send mails to mail server. (Service not available, closing transmission channel. The server response was: 4.7.0 smtp13.relay.dfw1a.emailsrvr.com Error: too many connections from IP xxx.xxx.xxx.xxx)
    We are using SQL Server 2005 and Windows 2003 and we have been doing this since 2006 with no problems
    Is there a way to control the number of concurrent SMTP connections used by Database Mail or the Database Mail external executable DatabaseMail90.exe?

    Hi rkohler,
    Usually, we can use the Database Mail Configuration Wizard or the Database Mail stored procedures to determine the server name and port number for the Simple Mail Transfer Protocol (SMTP) server . In the SMTP server points, we can set or increase the number
    of concurrent connections.
    There is similar issue about database email on SQL Server 2005, you can refer to the following post.
    http://social.msdn.microsoft.com/Forums/sqlserver/en-US/6bb7b600-f025-451b-898b-2caa29c10d4d/only-some-email-gets-sent-successfully-from-spsenddbmail-database-mail-on-sql-server-2005
    Thanks,
    Sofiya Li
    If you have any feedback on our support, please click here.
    Sofiya Li
    TechNet Community Support

  • Reserving the sessions for a user in Oracle database

    Hi,
    Suppose the Oracle database is running in dedicated mode.
    I want sys or abc user to have some sessions reserved for them.
    This is because if there is heavy load on the system and all the sessions are used up then we can not connect to database to see what is happening inside.
    However, if we have got some policy on the number of reserved sessions for a user then we can always log in as that user and see what is happening inside the database.
    Consider any version of database, if you can get what I am asking then try answering it, else I can elaborate it further.
    Please note that I do not want to change the server mode from Dedicated to Shared.
    Any help will be appreciated.
    Thank you.
    --Harvey.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    Hi Guys,
    There has to be some way to achieve this. But your sugestions are correct to have a user connected always if we are going to face an issue.
    Any ways if there is no other way to achive this then we can not do any thing, else Oracle come up with something.
    --Harvey                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Large number of concurrent sessions

    What optimizations are used to provide a large number of concurrent sessions?

    Generally:
    1) Design so that clustering is easy - e.g. cache only read-only data, and
    cache it agressively
    2) Keep replication requirements down - e.g. keep HTTP sessions small and
    turn off replication on stateful session beans
    3) Always load test with db shared = true so that you don't get nasty
    surprise when clustering
    4) Don't hit the database more than necessary - generally the db scales the
    poorest
    Peace,
    Cameron Purdy
    Tangosol, Inc.
    Clustering Weblogic? You're either using Coherence, or you should be!
    Download a Tangosol Coherence eval today at http://www.tangosol.com/
    "Priya Shinde" <[email protected]> wrote in message
    news:3c6fb3bd$[email protected]..
    >
    What optimizations are used to provide a large number of concurrentsessions?

  • Determine optimal number of concurrent sessions

    How do I determine the optimal number of concurrent network and local processes
    for my system?
    <P>
    On Unix Messaging Servers, there is a configuration option (select "System
    Configuration") that allows an administrator to specify the maximum number of
    concurrent local and network processes. On NT, each process is a thread, so there is a differentiator for
    IMAP/POP.
    <P>
    Network processes are IMAP, POP, and SMTP-Deliver. If you set this number to 32,
    there will be 32 processes available each for IMAP, POP, and SMTP-Deliver.
    If all three modules use their maximum allotment of processes, there will be a
    total of 96 processes for IMAP, POP, and SMTP-Deliver.
    <P>
    Local processes are SMTP-Accept, SMTP-Router, Error-Handler, Mailbox-Deliver,
    and other processes that process mail within the Messaging Server. If you set
    this number to 16, there will be 16 processes available for each of these
    modules.
    <P>
    Determining an optimal number for each of these settings requires analysis of
    your configuration and users, as well as some testing. To find a number to
    start with, use these directions. Then try running your server and monitor the
    performance. If you want to optimize the numbers, change them a little bit at a
    time and note if the performance improves or not. After trying a few different
    numbers, you will probably be able to determine a range that works for your
    system. Remember to leave yourself a buffer of extra available processes to
    handle peak traffic, or spikes in traffic that are unexpected.
    <P>
    If you have a SMTP service only, then the maximum number of concurrent network
    processes needs to be around the maximum number of simultaneous messages sent
    plus the number of processes needed to deliver messages. For example, if you have 100
    users per second attempting connections, network processes will be
    100 + 10-50 delivery agents. This value is dependent upon how much mail you send.
    <P>
    If this machine is also used for message pickup,(POP3/IMAP4), you need to
    consider these network processes, too. For example, 1000 IMAP sessions adds 1000
    to the network processes, while POP would add about one quarter to one half as much.
    <P>
    Be careful configuring the maximum number of concurrent local processes. If
    they are configured too high then you have I/O race conditions with processes
    trying to compete for I/O and the CPU. The best approach is to start off with
    around 10 and increase this value in units of 5 observing the drain rate of
    message delivery.

    Go to Performance tab and click Search Sessions. In next page dont specify anything and just click Go. It will show you all DB User Type users in Results grid. You can change that to System User Type.

  • What is the Maximum Number of Concurrent Sessions allowed on a Shared Exchange Mailbox ?

    Hi,
    I have a query that how many concurrent sessions are allowed on a Resource Mailbox ?
    E.g. I have a scenario in which i run a Helpdesk, and it has an email address ([email protected]), where company employees can email thier IT Issues/requests.
    Now I have hired say 50 Service Desk agents, now is it possible that all 50 can access the IThelpdesk mailbox at one time ? Are there any limits on the number of the concurrent sessions of the mailbox ? What are the the permutations and combinations in this
    case ?
    ** The mailbox is on Exchange Server 2003**
    Regards,
    Tojo Thankachan
    +91 7875039665

    Hi,
    Exchange Server 2003 SP1 imposes a restriction on the number of permitted MAPI sessions per user. By default, the maximum number of permitted MAPI sessions per user is set to a hexadecimal value of 0x20 after you apply Exchange Server 2003 SP1.
    Generally, Event ID 9646 will be logged in the application event log of your Exchange Server 2003 computer when a client opens many MAPI sessions. Here is a KB descripted the details of it:
    http://support.microsoft.com/kb/842022
    For more information about MAPI session limit, please refer to:
    http://technet.microsoft.com/en-us/library/dd159906(v=exchg.80).aspx
    Thanks,
    Winnie Liang
    TechNet Community Support

  • How to get Maximum Number of Concurrent users for last few days?

    Hi,
    How I can get maximum number of concurrent users which were logged in to the system (ECC 5.0) I mean I want to check the hostory for last few weeks. Is there any way to get the same? I know that I can get Cumulative number of users in st03 under Expert mode but that is the number of users logged into the system during the day. Is there any place where SAP maintians the High Watermark of Number of concurrent users reached in the system?
    Thanks in advance...
    Regards,
    Pravin

    Sorry I really missed that I have posted a question here on sdn. I wanted to know this for planning the system hardware requirements. Activities like PM ( Performance Management ) happens once a year and during that activity we see heavy user loan on the system so if I have the exact stats of 1 or 2 years data I can size the system better next time. Fortunately last 2 years PM was very smooth for us. In that look for the improvement because each time we had little extra Harware. By doing the exact analysis we can save a Cost of ownership...
    I was looking for R/3 users. I could see the number in st07 but I want to know the exact number at particular time.. I believe that st07 stores only for few days.
    Thanks
    Pravin

  • Database Session hangs around for 20 minutes after logout

    We used HTML DB 1.6.0.00.87 to create a custom data warehouse reporting application. For some reason once you log out of HMTL_DB, the database session does not go away until 20 minutes later. I have tested it several times and it is consistent at 20 minutes. Does anyone know what controls this and how I can adjust it?

    Hi Randy,
    What you're probably seeing is the connection pooling done by the mod_plsql module. They 'hang around' because connecting to the database can be an 'expensive' overhead, if you run a query that take 0.5 seconds but your connection takes 0.25 seconds, then obviously a great way to reduce the overall time is to not recreate that connection each time, so a connection pool is used.
    Are these sessions causing you a problem?

  • Limit Number of active sessions for wlan user in Cisco Prime

    Is there a way to limit the number of logins from a particular set of credentials in Cisco Prime 2.1? I want to set a maximum of 2 logins from a particular user on the wlan. I have a guest wlan using layer 3 security and an internal wlan using RADIUS (Windows). Would appreciate the help

    There is, but it isn't due to PI. It is a function of the WLC itself.
    Under Security, there is a Concurrent User Login, set to 0(which is default) it is unlimited logins. This value can be changed to be the number of concurrent logins that work for your situation.
    Be advised, this is not a Per WLAN setting, it is a controller wide setting.
    HTH,
    Steve

  • FMor Bapi to get the number of transactions in SM35 for the session name

    Hello All,
    Can you anybody give me a function module or bapi to get the number of transactions in SM35 for the session name.
    Can anybody help me out in this issue.
    Thanks

    Hello Maroz,
    Thanks for the help.But can you provide me a FM or BAPI.
    Thanks

  • How to link Form session number with Database session

    Hello all,
    We have some FRM-93000 errors in our application.log
    oracle\FRHome_1\j2ee\OC4J_BI_Forms\ap
    plication-deployments\formsapp\OC4J_BI_Forms_default_island_1\application.log
    The Session numer (in this case 348), is it possible to link this with the database session number, we want to know which users are experiencing these problems.
    07/07/26 15:33:20 formsweb: Forms session <348> aborted: unable to communicate w
    ith runtime process.
    07/07/26 15:33:20 formsweb: Forms session <348> exception stack trace:
    java.io.IOException: FRM-93000: Unexpected internal error.
    Thanks in advance
    Michiel.

    Is it possible to link with V$session. This will give the users connected to the database at that time/.
    Rajesh ALex

Maybe you are looking for