Personal tools
You are here: Home Oracle Oracle XE Tuning

 

Document Actions

Oracle XE Tuning

by Mark Allen last modified 2008-02-16 20:50

Oracle XE is an excellent starter database, but under normal loads the out of the box parameters need to be increased.

Database Sessions

Increase the number of sessions that the database can handle at one time.  This will allow for more users to access the database.
 

sqlplus /nolog
SQL> show parameters sessions
SQL> alter system set sessions=250 scope=spfile;

 
restart the database.

Database Processes

Increase the number of database processes that can be running at one time.  This will allow for more users to connect to the database.

sqlplus /nolog
SQL> show parameters processes
SQL> alter system set processes=200 scope=spfile;

restart the database.

 

Ads
 

Powered by Plone CMS, the Open Source Content Management System

This site conforms to the following standards: