Database Administration (MOSC)

MOSC Banner

ALTER SYSTEM SET job_queue_processes=20 SCOPE=SPFILE

edited Jun 24, 2019 11:25AM in Database Administration (MOSC) 19 commentsAnswered
SQL> ALTER SYSTEM SET job_queue_processes=20 SCOPE=SPFILE;
System altered.

SQL> show parameter job_queue_processes

NAME                                 TYPE        VALUE
------------------------------------ ----------- ------------------------------
job_queue_processes                  integer     1000

even after I bounce the instance the job_queue_processes remains at 1000.

Any ideas?

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center