当前位置: 技术问答>linux和unix
linux 2G文件限制,急!!!!
来源: 互联网 发布时间:2016-01-26
本文导语: turbo linux 7 oracle 服务器 oracle 的数据文件不能超过2G,但是exp导出的文件可以, 说明针对oracle,linux系统有限制 不知道怎么改 按照安装oracle9i的办法 修改/etc/security/limits.conf oracle soft nofile 65536...
turbo linux 7
oracle 服务器
oracle 的数据文件不能超过2G,但是exp导出的文件可以,
说明针对oracle,linux系统有限制
不知道怎么改
按照安装oracle9i的办法
修改/etc/security/limits.conf
oracle soft nofile 65536
oracle hard nofile 65536
oracle soft nproc 16384
oracle hard nproc 16384
没有效果,
请问还有什么办法吗?
谢谢,
oracle 服务器
oracle 的数据文件不能超过2G,但是exp导出的文件可以,
说明针对oracle,linux系统有限制
不知道怎么改
按照安装oracle9i的办法
修改/etc/security/limits.conf
oracle soft nofile 65536
oracle hard nofile 65536
oracle soft nproc 16384
oracle hard nproc 16384
没有效果,
请问还有什么办法吗?
谢谢,
|
不会是oracle本身自己的限制吧?linux不太可能专门针对oracle来限制。
例如,mysql的数据文件在默认情况下就会被限制在4G,而需要在mysql中设置。
例如,mysql的数据文件在默认情况下就会被限制在4G,而需要在mysql中设置。
|
关注
|
不明白这个问题,等待高手