session

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-07 16:04:46
Original
1188 people have browsed it

查看数据库会话数: sqlplus / as sysdba SQL: show parameter session; 修改: conn / as sysdba show parameter process; alter system set process = 1000 scope = spfile; shutdown immediate; start up; select count(1) from v$session; 查看已使用多

查看数据库会话数:
>sqlplus / as sysdba
SQL>: show parameter session;

修改:

conn / as sysdba
show parameter process;
alter system set process = 1000 scope = spfile;
shutdown immediate;
start up;

select count(1) from v$session; 查看已使用多少

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Issues
Session
From 1970-01-01 08:00:00
0
0
0
session
From 1970-01-01 08:00:00
0
0
0
session login information
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template