

CA GovernanceMinder Installation Guide › System Requirements › Database Requirements › Increase Oracle Database Sessions and Process Parameters-A
Increase Oracle Database Sessions and Process Parameters-A
Increase database sessions and process parameters from the default settings to reduce exceptions.
Follow these steps:
- Connect to the database with the system account.
- Run the following commands:
alter system set sessions=400 scope=spfile;
alter system set processes=400 scope=spfile;
- Restart the entire database (all cluster instances).
Database sessions and process parameters are increased.
Copyright © 2014 CA.
All rights reserved.
 
|
|