Maximim Number of process and session can set in oracle 10g

my os is 32 bit windows and ram size is 10gb and i am using AWE_WINDOW_MEMORY setting and now my sga is 6 gb.what would be Maximim Number of process and session can set in oracle 10g database

mithun wrote:
my os is 32 bit windows and ram size is 10gb and i am using AWE_WINDOW_MEMORY setting and now my sga is 6 gb.what would be Maximim Number of process and session can set in oracle 10g databaseThe maximum number of sessions is controlled by your database's SESSIONS parameter. This value is most derived from the PROCESSES parameter. You cannot exceed this number of sessions unless you raise the parameter value.
If your database is configured to handle enough sessions, then Oracle can literally handle thousands of simultaneous connections, provided your database server also has enough resources to handle this number of connections. You will want to implement Oracle's Shared Server connections so that multiple connections share a pool of processes on the database server. This minimizes the resource consumption used by the connections.
Read the following document as well.
http://download.oracle.com/docs/cd/B19306_01/server.102/b14231/manproc.htm
Thanks

Similar Messages

  • How to set a limit on the number of processes a session can start?

    I have an Oracle db version 10.2.0.4 running on Solaris 10. My parallel_max_servers parameter is set to 650 and the processes parameter is set to 700. But I don see one session that is spawning 129 processes and another one that is spwaning 65 processes. Is there a way to limit the number of processes that a session can spawn?

    check processes
    $ ps -ef | grep $ORACLE_SID|wc -l
    SQL> select * from v$resource_limit where resource_name ='processes';
    My parallel_max_servers parameter is set to 650 and the processes parameter is set to 700.
    PARALLEL_MAX_SERVERS
    specifies the maximum number of parallel execution processes and parallel recovery processes for an instance. As demand increases, Oracle increases the number of processes from the number created at instance startup up to this value.
    Do you use query with parallel?
    example:
    -> create table xxx PARALLEL (degree 5)
    -> select /*+ PARALLEL
    if you don't use parallel on execution processes... so, your processes not increase ;)
    By the way your db have limited proceses= 700 (Dedicated Server Processes)

  • How to set Processes and Session parameter

    Hi All,
    I have to check the optimal value for the Parameter "processes" and "session" for my database server,
    existing value for Processes is 500 and sessions is 1000.
    Oracle application: 12.0.6
    database 10.2.0.4 2 node RAC.
    and i wanted to know how many " jdbc connection" can be done for the 12GB RAM and Quad core two CPU machine,
    Pl let us know any doc/Thumb rule to set the above.
    Thanks and Regards
    Vasu

    Hi,
    I wanted to check what is the maximum limit of the "processes" for my existing resource. is my 500 processes itself is exhasted the resources.The maximum limits are mentioned in the database reference manual.
    Process and Runtime Limits
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14237/limits004.htm#i288165
    Oracle 10g Documentation Library
    http://www.oracle.com/pls/db102/homepage
    Kindly let me know any SQL query or supporting document to set the processes and session parameters.Did you review the initialization document referenced above? I believe it shows the value you need to set for processes and session parameters. For the query, you can query v$parameter or issue "show parameter <parameter name>" from SQL*Plus.
    Regards,
    Hussein

  • Loan licensing process, and the configuration setting

    Dear Guru's,
    Can any one please explain me about loan licensing process, and the configuration setting?
    Regards,
    Pratap

    Hi
    Loan Licensing is a process mostly used in Pharmaceutical Industry in India, whereby the company which owns a particular brand or patent, lends the license to another manufacturer (Due to capacity bottlenecks or due to Cost advantages).
    This is a form of sub-contracting which might involve supply of API (Active Pharmaceutical Ingredients) or otherwise. In case some of the raw materials (Mostly Active Ingredients) are supplied by the Company it would follow sub-contract process, else it could be an outright purchase process.
    Hope this clarifies your question on Loan Licensing.
    ... Pl
    with kind regards
    Sundar

  • When i send a text in iMessage the person receiving it gets it from my email address... how do i change that. and in message settings the receiving thing has my email and phone number but my phone number is gray and i can't click on it

    when i send a text in iMessage the person receiving it gets it from my email address... how do i change that. and in message settings the receiving thing has my email and phone number but my phone number is gray and i can't click on it help

    Hello Todd:
    I had this very same problem when trying to activate iMessage and Facetime on my iPad. When I signed into my account, I actually wasn't even presented with the option of a phone number - notwithstanding the fact that I was contacting others (and being reached by others) by my phone number on my iPhone. Having both the iPad and the iPhone on, I kept trying to turn off and on both iMessage and Facebook in Settings on both my iPad and iPhone, hoping that that they would eventually sync. But this proposed solution by others was unsuccessful for me.
    Then, I found out what the problem was: When my iPhone was activated, it automatically registered my phone number for contact purposes. I was using iMessage on my iPhone for quite some time without actually being signed into my Apple ID account. When another device - such as an iPad or iPod - is being used for iMessage or Facebook, you are prompted to sign into your Apple account, using your username and password. These two devices will not register your phone number as an option for contact unless your iPhone is signed into your Apple account as well. In other words: your phone number will not be synced.
    Go into your "Settings" on your iPhone and click on "Messages". Scroll down and click on "Send & Receive" (which should be followed by your phone number). On the next page, you will be able to determine whether or not your iPhone is using the Apple ID for messaging purposes. (Note: This information applies for Facetime as well.) If it is using your Apple ID for messaging, than at the top, you will see "Apple ID: <your particular e-mail account>" in Blue text. However, if you are not using your Apple ID for messaging, than you will see the words: "Use your Apple ID for message". Even though below this you will see your phone number checked as the contact source, you will want to click the tab that says, "Use your Apple ID for message". Sign into your account (just as you must sign in for iMessage on your other devices), and just choose your phone number as the "Send & Receive" contact. (The option of the e-mail will be there too, but you don't have to check it. And later on, you can delete it as an option.)
    Now that all of your devices are signed in using your Apple ID, the other devices should register your phone number as a choice. It may take a little while, however. What I did was sign out of iMessage on my iPad, and then sign in again. If the option didn't appear, I just went back and signed in again, and kept doing this until the option for the phone number appeared.
    Again, this will work for Facetime as well. The solution is to sync your iPhone account with the other devices by using your Apple ID for messaging (and Facetime) purposes.
    I hope that this works for you, Todd!   ~ Brian

  • Oracle db 11g r2 Configuration of processes and session

    I recently installed Oracle DB 11g R2 and 50,000 users connect to this database suggest me what would be basic configurations .
    Processes and sessions parameters for database are 5000 and 5505 but it is little lagging now so if its possible i want to make it maximum of processes and sessions or automatic .

    50,000 users getting connected concurrently? How many users/sessions remain active at any given point of time?
    For such high userbase/sessions better to go with share server configuration, since I cannot assume that even 10% of the users will be active at any given point of time so better to use shared servers and dispatchers.

  • How can i get oracle 10g and Xquery

    sir,
    How can i download Oracle 10g and Xquery.I need it urgently for my project work...
    thanks..
    somesh

    The following link provides a good starting point for your endeavour:
    http://www.oracle.com/technology/sample_code/products/forms/index.html

  • How can i install oracle 10g on linux cluster

    Dear all:
    please advice How can i install oracle 10g on linux cluster service ..
    thanks ,,

    Without RAC, you can only have one instance manage the database. One instance = one set of processes communicating via IPC.
    Unless you know of a way to have processes use memory-based IPC across nodes, you need to pick a node and install & run the database software on that node.

  • Can't uninstall Oracle 10g client

    Wow. I'm not sure this experience could have been any more frustrating. Now I can't uninstall oracle 10g client...
    Some of the components you selected cannot be deinstalled because they are installed using Installer version 10.2.0.1.0. Please use Installer version 10.2.0.1.0 or higher
    WHAT? Where do I find this new installer? I just want to revert back to 9i client so that hopefully my oledb connections to my oracle database will work again.
    UPDATE: Okay. I managed to uninstall Oracle 10g client. It didn't solve my problem :(
    I still get this error...
    ORA-12705: Cannot access NLS data files or invalid environment specified
    I just want to pretend like this whole upgrade episode never happened. What a nightmare.

    I just had to click on the same setup.exe icon i used to install it. i didn't realize there was an uninstall option in the setup application.
    As far as the error is concerned. When I installed 10g it set one of the registry values for 9i to "NA". Once I changed that registry value back to what it was it worked again. I guess Oracle changes the registry value of old installations in order to ensure they are not active anymore. Since I wanted a side-by-side installation of 10g and 9i I didn't want 9i deactivated. Everything is working fine now.
    Message was edited by:
    ferrethouse

  • Can you install Oracle 10g on REDHAT LINUX ENTERPRISE WS?

    According to oracle documentation, it says you can install oracle10g on Redhat enterprise version 3 or 4, but it doesn't specify whether its Red Hat Enterprise Linux AS or WS. Can you install oracle 10g on Rehat Linux Enterprise WS?

    Oracle Certificaction Matrices says only RedHat AS/ES is supported for database. AFAIK WS means workstation.
    Also this link is very clear: http://kbase.redhat.com/faq/FAQ_61_1135.shtm
    Besides the above sentences... If the WS installation is providing all required packages (listed in installtion prerequisites) I belive that Oracle DB could be installed on WS but as I (and the above link) said it is not officialy supported.

  • Query can run in Oracle 10g but very slow in 11g

    Hi,
    We've just migrated to Oracle 11g and we noticed that some of our view are very slow (it takes seconds in 10g and takes 30 minutes in 11g), and the tables are using the local table.
    Do any of you face the same issue?
    This is our query:
    SELECT
    A.wellbore
    ,a.depth center
    ,d.MD maxbc
    ,d.XDELT xbc
    ,d.YDELT ybc
    ,e.MD minac
    ,e.XDELT xac
    ,e.YDELT yac
    from
    table_A d,table_A e, table_B a
    where a.wellbore = d.WELLBORE (+)
    and a.wellbore = e.WELLBORE(+)
    and d.MD = (select max(MD) from table_A b where b.MD < a.depth and
    d.wellBORE = b.wellBORE)
    and e.md = (select min(md) from table_A c where c.MD > a.depth and
    e.wellBORE = c.wellBORE);

    Thanks I will move to the correct one..
    Rafi,
    Build the Indexes and it is still slow. I am querying from a view from another database, which is in 10g instances.
    Moved: Query can run in Oracle 10g but very slow in 11g
    Edited by: 924400 on Apr 1, 2012 6:03 PM
    Edited by: 924400 on Apr 1, 2012 6:26 PM

  • Can we install oracle 10g database on Windows Vista Home Edition?

    Can we install oracle 10g database on Windows Vista Home Edition?

    You didn't specify which Oracle10 Edition.
    In the case of SE/SE one/EE, with a paid license Supported has a mean impact on production environments with paid licenses, since you wouldn't run on an unsupported platform facing the risk of being left without technical support from Oracle in case of an emerging issue.
    For the XE Edition, this is not a certified combination, since the only certified editions are the Business, Enterprise, and the Ultimate editions, but you can try it, you don't have nothing to loose, supported, certified vs. unsupported in this case makes no difference since this XE is not supported either way (no patchsets, no bug fixes, no technical support from metalink), just an AS IS free software.
    On the license agreement terms displayed when you download the XE software it states:
    "No Technical Support
    Our technical support organization will not provide technical support, phone support, or updates to you for the programs licensed under this agreement."
    and
    "THE PROGRAMS ARE PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. WE FURTHER DISCLAIM ALL WARRANTIES, EXPRESS AND IMPLIED, INCLUDING WITHOUT LIMITATION, ANY IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE."
    In case someone would be able to win a trial against oracle due to damage from the use of this software, the amount paid at maximum is 1,000.00 USD, not enough to even pay the lawyer's lunches.
    For the XE users the primary source of 'kind of support' is the oracle forums, either the installation forum, the general database or the specialized XE forum.
    Of course if this is for your own personal use for learning and testing and there are no third parties you could damage by doing this and if you don't have a paid license for this installation you may try it, but don't expect the Enterprise Manager to behave as defined by the manual, most of it won't work since the Home Edition doesn't have the privileges required for EM to work.
    If this is your personal computer and when you bought it the computer provider installed from factory Home Edition, and if you want something to work there, you can try to install a Virtual Machine and install Oracle 10g on a supported guest OS.
    ~ Madrid

  • How to genrate and check wait statistics in oracle 10g

    Dear all,
    how to genrate and check WAIT STATISTICS in oracle 10g on RHEL4.
    Regards,
    Ali

    Oracle Kernel keeps track of these statistics. Query v$waitstat for overall system level wait statistics or v$session_wait for individual session wait statistics.

  • Can I attend Oracle 10g DBA course & attempt DBA Certification for 11g

    Hi,
    I am already OCP-PLSQL and want to attempt OCP-DBA stream. I enquired at various oracle education centers and came to know that all are conducting courses for Oracle-10g.
    So can I attend Oracle 10g DBA course (Mandatory Course) and attempt DBA Certification for 11g. (1ZO-052 and 1ZO-053)
    Thanks,
    Vikrant Patil

    ukupatil wrote:
    Hi,
    I am already OCP-PLSQL and want to attempt OCP-DBA stream. I enquired at various oracle education centers and came to know that all are conducting courses for Oracle-10g.
    So can I attend Oracle 10g DBA course (Mandatory Course) and attempt DBA Certification for 11g. (1ZO-052 and 1ZO-053)
    Thanks,
    Vikrant PatilYou can do these thing, and Oracle will take your money for it, but you will receive neither 11g DBA OCP certication nor 10g DBA OCP Certification at the end of it. So it isnt what you would ant to do.
    Oracle Unviersity would provide the 11g DBA training courses ... No problem.
    however I suspect what you term oracle education centers are probaby institutes offering WDP Courses at 10g DBA (on the cheap). See http://workforce.oracle.com
    If you do 10g training then that will only be valid for 10g DBA OCP Certification .. so you would need to take 1z0-042 and 1z0-043 (I guess you already have an SQL Exam pass). Then 1z0-050 can upgrade it to 11g DBA OCP.
    (Note that it does not affect you, but the converse is typically true .... version X+1 training will often be acceptable for a version X certification.)

  • When can I download Oracle 10g R2?

    I just installed Solaris 10 ..actually finally installed after couple of tries.
    However...I can't install Oracle 10g R1 on Solaris 10 because officially R1 doesn't support Solaris 10.
    Fortunately, Oracle 10g R2 for Linux and Windows is released so I think R2 for Solaris will be released.....
    Does anyone have any idea about when it will be launched?

    Hi,
    Subscribe to this RSS feed and you will be updated as and when new products are available.
    http://www.oracle.com/technology/syndication/rss_otn_soft.xml
    Thanks,
    Khalid

Maybe you are looking for