TNS-12518,TNS-12536,TNS-00506,Linux Error: 11: Resource temporarily unavailable

简介:   TNS-12518: TNS:listener could not hand off client connection TNS-12536: TNS:operation would block  TNS-12560: TNS:protocol adapter error   TNS-0...

 

 

TNS-12518: TNS:listener could not hand off client connection
 TNS-12536: TNS:operation would block
  TNS-12560: TNS:protocol adapter error
   TNS-00506: Operation would block
    Linux Error: 11: Resource temporarily unavailable

It turns out the Linux Error: 11: Resource temporarily unavailable was caused due my nproc limit being set to low.
Within the /etc/security/limits.conf file I had my oracle user set at 131072 nproc value
(oracle's best practice from their oracle-validated rpm), however my grid user nproc value was set at 2047!
I changed the nproc value of my grid user to 131072 and now the issue no longer occurs.
nproc is the max number of processes that can be run by a user.

 

目录
相关文章
|
5月前
|
Ubuntu Linux
Win10 Ubuntu子系统(内嵌ubuntu18.04)运行32bit Linux原生程序 解决Exec format error错误
Win10 Ubuntu子系统(内嵌ubuntu18.04)运行32bit Linux原生程序 解决Exec format error错误
118 0
|
4月前
|
Kubernetes Java Linux
Linux|操作系统|Error: Could not create the Java Virtual Machine 报错的解决思路
Linux|操作系统|Error: Could not create the Java Virtual Machine 报错的解决思路
440 0
|
6月前
|
关系型数据库 MySQL Linux
【Linux环境】centos安装mysql5.7.26报 ./mysqld: error while loading shared libraries: libaio.so.1: cannot op
【Linux环境】centos安装mysql5.7.26报 ./mysqld: error while loading shared libraries: libaio.so.1: cannot op
115 0
|
Linux C语言
LINUX error: Building GCC requires GMP 4.2+, MPFR 3.1.0+ and MPC 0.8.0+.
LINUX error: Building GCC requires GMP 4.2+, MPFR 3.1.0+ and MPC 0.8.0+.
666 0
LINUX error: Building GCC requires GMP 4.2+, MPFR 3.1.0+ and MPC 0.8.0+.
|
7月前
|
Linux
Linux报错:tar: Error Is Not Recoverable: Exiting Now
Linux报错:tar: Error Is Not Recoverable: Exiting Now
451 0
|
9月前
|
安全 Ubuntu Linux
嵌入式Linux开发环境搭建之十一 --- Putty连接虚拟机Centos出现:Network error:Connection refused的解决方法
嵌入式Linux开发环境搭建之十一 --- Putty连接虚拟机Centos出现:Network error:Connection refused的解决方法
315 0
|
10月前
|
监控 Linux
Linux ls 命令提示 Input/output error
Linux ls 命令提示 Input/output error
371 0
|
10月前
|
Linux 数据安全/隐私保护
Linux系统重启操作系统后报错提示An error occurred d
Linux系统重启操作系统后报错提示An error occurred d
163 0
|
关系型数据库 MySQL Linux
Linux执行 mysql -u root -p 时报错:mysql: error while loading shared libraries: libncurses.so.5: cannot
Linux中登录mysql报错:mysql: error while loading shared libraries: libncurses.so.5: cannot
156 0
|
10月前
|
关系型数据库 MySQL Linux
linux上安装mysqlclient报错的原因 (ERROR: No matching distribution found for mysqlclient)
linux上安装mysqlclient报错的原因 (ERROR: No matching distribution found for mysqlclient)
317 0