Login to the SQL Command Line as sysdba.
SQL> show parameter processes
NAME TYPE VALUE
------------------------------------------------------------------------
processes integer *40*
Then increase the processes.
SQL > alter system set processes=100 scope=spfile.
Restart the database server; Check the processes parameter for confirmation.
This shall increase the number of connections.
Restart the database server; Check the processes parameter for confirmation.
This shall increase the number of connections.
No comments:
Post a Comment