oracle11g增加数据连接数
Microsoft Windows [版本 6.1.7601]
版权所有 (c) 2009 Microsoft Corporation。保留所有权利。
C:\Users\Administrator>sqlplus "/as sysdba"
SQL*Plus: Release 11.2.0.1.0 Production on 星期三 12月 14 11:35:33 2016
Copyright (c) 1982, 2010, Oracle. All rights reserved.
连接到:
Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
SQL> show parameter processes;
NAME TYPE VALUE
------------------------------------ ----------- ------------------------------
aq_tm_processes integer 0
db_writer_processes integer 1
gcs_server_processes integer 0
global_txn_processes integer 1
job_queue_processes integer 1000
log_archive_max_processes integer 4
processes integer 200
SQL> alter system set processes=450 scope = spfile;
系统已更改。
SQL> shutdown immediate;
数据库已经关闭。
已经卸载数据库。
ORACLE 例程已经关闭。
SQL> startup;
ORACLE 例程已经启动。
Total System Global Area 6814535680 bytes
Fixed Size 2188688 bytes
Variable Size 5268048496 bytes
Database Buffers 1526726656 bytes
Redo Buffers 17571840 bytes
数据库装载完毕。
数据库已经打开。
SQL> show parameter processes;
NAME TYPE VALUE
------------------------------------ ----------- ------------------------------
aq_tm_processes integer 0
db_writer_processes integer 1
gcs_server_processes integer 0
global_txn_processes integer 1
job_queue_processes integer 1000
log_archive_max_processes integer 4
processes integer 450
SQL> create pfile from spfile;
文件已创建。
SQL> exit
从 Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options 断
开
C:\Users\Administrator>
上一篇: Android 快速开发框架
推荐阅读
-
MFC用ADO连接数据库(ACCESS)
-
Thinkphp3.1 跨库连接数据库。
-
Navicat premium连接数据库出现:2003 Can't connect to MySQL server on'localhost'(10061)
-
什么是数据库连接数?与优化
-
springboot工程中各个层次的作用+springboot连接数据库的工具汇总+Mybatis的开发方式/语法
-
jts连接数据库及部分SQL语句
-
连接数据库时,报HTTP500异常
-
NavicatForOracle无法连接数据库,报错ORA-28547
-
PDO连接数据库从SQLITE改为MYSQL的有关问题
-
ADO参考, 各种连接数据库字符串