Changing OC4J ORMI Default Port for Oracle Warehouse Builder

The following are simple steps to change the ORMI default port in Oracle Warehouse Builder. Navigate to OWB_HOME\bin\win32 and run ccashut.bat(in case OC4J is already running). Next navigate to OWB_HOME\owb\jrt\config\rmi.xml file look out for rmi-server tag for port and ssl-port attributes. Change the default non-ssl port 23791 and ssl port 23943, to any port which…

Finding Database Session & Process Associated with a Concurrent Program Which is Currently Running

A concurrent program can be canceled either from “Submit Request Submission” form or from database side also. In case of custom concurrent programs, sometimes concurrent program do not release database session and process even though it has canceled from “Submit Request Submission” form. Active database process can be seen in running status. In those cases…

Silent Installation of Oracle database

Silent Installation of Oracle database Preface This paper is for silent installation of Oracle Database Practice and Experience of the process of recording. Installation of 10g of silence which is conducted in RHEL AS3U4, 9i silent installation practice is in Windows XP Professional (SP2) on the. 9i installed three common CD-ROM, Oracle installing customized specifically…

Application Server 10g R2 10.1.2.0.2 Installation Steps for OEL 5.4

Follow Operating System Requirements for OEL 5.x or RHEL 5.x 1. The following packages (or later versions) must be installed on your Linux x86 or Linux x86-64 system: binutils-2.16.91.0.5-23.4 gcc-4.1.0-28.4 gcc-c++-4.1.0-28.4 glibc-devel-2.4-31.2 libgcc-4.1.0-28.4 libstdc++-devel-4.1.0-28.4 libstdc++-4.1.0-28.4 make-3.80-202.2 compat-db 4.1.25-9 2. Ensure that libXp has been installed. The package libXp was not installed in RHEL 5/OEL 5…

How to check if an rpm package is installed on a Red Hat Linux server

How to check if an rpm package is installed on a Red Hat Linux server rpm check, check if package is installed, red hat linux Maintaining a server up-to-date requires regular rpm checks. Each time Red Hat releases a newer version of, for example, samba rpm (and requisites) with fixes for known vulnerabilities one needs…