For the impatient:On any multi-homed1 host, replace %PS_MACH% variable in "Jolt Listener" section of the application server domains' psappsrv.cfg file wih the special IP address "0.0.0.0" to get the desired effect. It enables TCP/IP stack to listen on all available network interfaces on the system. In other words, if JSL is listening on 0.0.0.0 on a multi-homed system, PIA traffic can flow using any of the IP addresses assigned to that system. For the rest: A little background first. PeopleSoft application server relies on Jolt, a companion product...
Saturday, 28 May 2011
PeopleSoft Application Server : Binding JSL Port to Multiple IP Addresses
Posted on 01:11 by Unknown
Tuesday, 24 May 2011
Oracle Database: How to Figure Out if a Tablespace is Empty
Posted on 00:52 by Unknown
It is not uncommon for Oracle DBAs to create, drop tablespaces for various reasons throughout the life of a database management system. It is a good practice to double check whether a tablespace is really empty before dropping it. One way is to visually check the "Tablespaces" section in Oracle Enterprise Manager (OEM) database console. However sometimes the graphical interface may return false positives. Another way is to rely on data dictionary views to obtain relevant information as accurately as possible. In the latter case, DBA_SEGMENTS /...
Subscribe to:
Posts (Atom)