Increase database sessions and process parameters from the default settings to reduce exceptions.
Follow these steps:
alter system set sessions=400 scope=spfile;
alter system set processes=400 scope=spfile;
Database sessions and process parameters are increased.
| Copyright © 2012 CA. All rights reserved. |
|