This thread discusses the installation, configuration of OIM 11g Release 2 (11.1.2)
Oracle Identity and Access Management 11g Release 2 (11.1.2) Product | Full or Patch Set Installer? | Download Instructions |
---|---|---|
Oracle Identity and Access Management | Full | Download Oracle Identity and Access Management 11g Release 2 (11.1.2) from Oracle Software Delivery Cloud. |
Oracle Unified Directory | Full | Download Oracle Unified Directory 11g Release 2 (11.1.2) from the Oracle Software Delivery Cloud. |
If you are installing WebLogic Server on a 64-bit platform using a
.jar
installation program:- Add the directory of the appropriate JDK to the
PATH
variable definition on the target system. For example, on UNIX, add thebin
directory of the appropriate 64-bit JDK to the beginning of thePATH
variable definition on the target system:JAVA_HOME=
path_to_64-bit_JDK
; export JAVA_HOME
PATH=$JAVA_HOME/bin:$PATH; export PATH
- (UNIX or Linux only) Include the
-d64
flag in the installation command when using a 32/64-bit hybrid JDK (such as for the HP-PA, HPIA, and Solaris64 platforms). For example, if installing in graphical mode using the Package installer:java -d64 -jar wls
version
_generic.jar
- Run the
java -version
command (orjava -d64 -version
command on UNIX or Linux platforms using a 32/64-bit hybrid JDK) to ensure that yourJAVA_HOME
refers to a 64-bit JDK. - If you are using the Sun 64-bit JDK, use the following command to install WebLogic Server:
java -Xmx1024m -jar wls
version
_generic.jar
On the Oracle Instaler - weblogic 10.3.6 window, click next
Chose the option to create a new Middleware Home, enter C:\OIAM\Middleware as directory path
Click Next