153 - Resource temporarily unavailable, ORA-12541
You have Oracle WMS and using a lot of mobile devices, sometimes you got an error "ORA-12541" in Oracle DB
or "Resource temporarily unavailable" in Linux with default ulimit settings in Oracle Application EBS Manual.
You need to increase the ulimit settings in /etc/security/limits.conf as the followings.
[root@myserver]# su - oradba |
* Edit /etc/security/limits.conf & save it
Oracle Application & WMS
* hard nofile 163840 |
* Check the ulimits parameters
# ulimit -a core file size (blocks, -c) 0 |
- Log in to post comments