连接oracle数据库,修改启动定时任务所需项 job_queue_processes

Posted zyx-

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了连接oracle数据库,修改启动定时任务所需项 job_queue_processes相关的知识,希望对你有一定的参考价值。

 1 C:\Users\Administrator>sqlplus sys/[email protected]/orcl as sysdba
 2 
 3 SQL*Plus: Release 11.2.0.1.0 Production on 星期六 12月 16 03:51:28 2017
 4 
 5 Copyright (c) 1982, 2010, Oracle.  All rights reserved.
 6 
 7 
 8 连接到:
 9 Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
10 With the Partitioning, OLAP, Data Mining and Real Application Testing options
11 
12 SQL> select value from v$parameter where name like ‘%job_queue_processes%13   2
14 SQL> alter system set job_queue_processes = 30
15   2
16 SQL> alter system set job_queue_processes = 30;
17 
18 系统已更改。
19 
20 SQL> select value from v$parameter where name like ‘%job_queue_processes%‘ ;
21 
22 VALUE
23 --------------------------------------------------------------------------------
24 
25 30
26 
27 SQL> select value from v$parameter where name like ‘%job_queue_processes%‘

 

以上是关于连接oracle数据库,修改启动定时任务所需项 job_queue_processes的主要内容,如果未能解决你的问题,请参考以下文章

如何确定使用 FreeRTOS xTaskCreate 创建单个任务所需的 Stackdepth?

显示完成每个 vagrant ansible 任务所需的时间

代码笔记获取系统完成任务所需的后台时间

oracle数据库用了定时器查询数据库,每一分钟查询一次,一段时间后导致数据库最大连接数太大

如何写mysql的定时任务

项目关键路径上的任务所需的设备交付延迟了两个星期。项目经理应该做什么?