Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Increasing Oracle Session

Re: Increasing Oracle Session

From: Norman Dunbar <norman.dunbar_at_environment-agency.gov.uk>
Date: Tue, 22 Aug 2006 08:01:29 +0100
Message-Id: <s4eab9fe.052@environment-agency.gov.uk>

Morning Anand,

>> While trying to connect thru client , it is not allowing more than
10 connection in a while.
>> Can anyone please help me out , how to increase the instance session
pool capacity ?

login to sqlplus and SHOW PARAMETER SESSIONS, you should see something like :

...
SESSIONS = 20
...

To change the value, do this :

ALTER SYSTEM SET SESSIONS = 90 SCOPE = SPFILE; Then, bounce the system. The above assumes you have an spfile ($ORACLE_HOME/dbs/spfileSID.ora usually) but if not, simply make the change to the initSID.ora file (same location) and bounce.

Also, 90 might not be enough - so set it as you need. Don't forget to allow a dozen or so extras for the background processes.

Cheers,
Norman.

Norman Dunbar.
Contract Oracle DBA.
Rivers House, Leeds.

Internal : 7 28 2051
External : 0113 231 2051

Information in this message may be confidential and may be legally privileged. If you have received this message by mistake, please notify the sender immediately, delete it and do not copy it to anyone else.

We have checked this email and its attachments for viruses. But you should still check any attachment before opening it.

We may have to make this message and any reply to it public if asked to under the Freedom of Information Act, Data Protection Act or for litigation. Email messages and attachments sent to or from any Environment Agency address may also be accessed by someone other than the sender or recipient, for business purposes.

If we have sent you information and you wish to use it please read our terms and conditions which you can get by calling us on 08708 506 506. Find out more about the Environment Agency at www.environment-agency.gov.uk

--
http://www.freelists.org/webpage/oracle-l
Received on Tue Aug 22 2006 - 02:01:29 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US