Oracle HTTP Server 12c (12.1.3) standalone installation Procedures on Linux
Assume oracle user has been added with group dba.
Oracle HTTP Server 12c (12.1.3) standalone installation Procedures on Linux
Assume oracle user has been added with group dba.
# For existing ias components (10g)
cd /u01/oracle/product/10.2.0/ohs/opmn/bin
./opmnctl stopall && opmnctl startall
Issue:
[OHS] [INCIDENT_ERROR:32] [OHS-2171] [http_core.c] NZ Library Error: SSL negotiation error [Hint: too restrictive SSLCipherSuite]
Oracle11g HTTP Server Installation Procedure (On Linux)
1. Download & Install Java SE Development Kit 6u37 :
For the pure Oracle 11g HTTP Server Installation, it's possoble!
1. Go to the Oracle Fusion Middle Home Directory with the subdirectory of "bin"
e.g. cd c:\oracle\Middleware\Oracle_WT1\bin
There is a trick that httpd port under 1024 need to run as root initially. (e.g. port=80)
Here's the configuration steps:
export ORACLE_HOME=/u01/oracle/product/10.2.0/ohs
export LD_LIBRARY_PATH=$ORACLE_HOME/lib
export PERL5LIB=$ORACLE_HOME/perl/lib/5.6.1