Managing Prespawned Processes
(Doc ID 2164837.1)
Last updated on JANUARY 08, 2025
Applies to:
Oracle Database - Enterprise Edition - Version 12.2.0.1 and laterOracle Database Cloud Schema Service - Version N/A and later
Oracle Database Exadata Cloud Machine - Version N/A and later
Oracle Database Exadata Express Cloud Service - Version N/A and later
Oracle Cloud Infrastructure - Database Service - Version N/A and later
Information in this document applies to any platform.
Purpose
You can use the DBMS_PROCESS package to configure and modify the number of prespawned processes in the foreground process pool.
Oracle Database can create process pools to improve the efficiency of client connections. You can use the DBMS_PROCESS package to manage these pools. You can view the current process pools by querying the V$PROCESS_POOL view.
Process pools are created only if the database is running in the multithreaded Oracle Database model.
Connect to the database as a user with the required privileges.
The user must have SYSDBA administrative privilege, and you must exercise this privilege using AS SYSDBA at connect time.
Run a subprogram in the DBMS_PROCESS package to manage a process pool.
Details
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Purpose |
Details |
References |