权限: create session create table unlimited tablespace connect resource dba 例: #sqlplus /nolog SQL> conn / as sysdba; SQL>create user username identifie
分类:
数据库 时间:
2016-02-18 09:56:15
阅读次数:
161
第一次发,mark一下 ------------------------------------------------------------------------------------------------------------------------------------------
分类:
其他好文 时间:
2016-02-09 18:53:04
阅读次数:
458
1.创建表空间 create tablespace yyy datafile '/u01/oracle/oradata/orcl/yyy01.dbf' size 50m autoextend on next 50m maxsize unlimited extent management local
分类:
数据库 时间:
2016-01-29 11:44:16
阅读次数:
240
#系统默认的最大打开文件数的限制 vi /etc/security/limits.conf * - nproc 50240 * - nofile 20480 #65535 * - npro 20480 * - nofile 65535 * - memlock unlimited #尽量不用交换空间
分类:
其他好文 时间:
2016-01-28 00:35:16
阅读次数:
346
使用Xinetd端口代理Gmail的SMTP:此法针对客户端,Web端请自己想办法yuminstall-yxinetdcat/etc/xinetd.d/qqmailservicesmtp-465
{
type=UNLISTED
port=465
bind=0.0.0.0
socket_type=stream
wait=no
user=nobody
redirect=smtp.exmail.qq.com465
per_source=UNLIMITED
cps=100..
分类:
Web程序 时间:
2016-01-23 08:03:46
阅读次数:
246
先决条件依赖java环境citycloud soft nofile 65536citycloud hard nofile 65536citycloud soft memlock unlimitedcitycloud hard memlock unlimited
分类:
其他好文 时间:
2016-01-21 23:24:53
阅读次数:
326
权限: create session create table unlimited tablespace connect resource dba 例: #sqlplus /nolog SQL> conn / as sysdba; SQL>create user username...
分类:
数据库 时间:
2016-01-19 23:32:00
阅读次数:
195
There are N gas stations along a circular route, where the amount of gas at station i is gas[i]. You have a car with an unlimited gas tank and it cost...
分类:
其他好文 时间:
2015-12-26 11:30:08
阅读次数:
163
1.core文件的生成开关和大小限制---------------------------------1)使用ulimit -c命令可查看core文件的生成开关。若结果为0,则表示关闭了此功能,不会生成core文件。开关命令:ulimit -c unlimited 打开,ulimit -c 0关闭。...
分类:
系统相关 时间:
2015-12-17 18:55:09
阅读次数:
141
/etc/security/limits.conf @ochadoop soft nofile 102642 @ochadoop hard nofile 102642 @ochadoop soft nproc unlimited @ochadoop hard nproc unlimited @och...
分类:
其他好文 时间:
2015-12-16 09:24:32
阅读次数:
152