How to increase number of Running Concurrent Requests

R12: How to increase number of Running Concurrent Requests

Step-1 Log in to system, switch responsibility to System Administrator.
Step-2 Go to Concurrent > Manager > Define
Step-3 Query 'Standard Manager' there, press Work Shifts button.
Step- 4 Increase the Processes column to required number. (In following case 5 Concurrent Requests can run at once.).

No comments:

How to add a datafile to a bigfile tablespace in Oracle 23ai Database.

  Syntax for Bigfile Tablespace: SQL > ALTER TABLESPACE tablespace_name ADD DATAFILE SIZE 10G AUTOEXTEND ON NEXT 1G MAXSIZE UNLIMITED; Ho...