Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Flexagon has developed a set of silent install scripts (click link to download) for WebLogic 12.1.3 and the ADF Runtime (which is required for FlexDeploy).  These scripts are provided as is, and can be modified as required.

Skip to Windows Install

Unix Install

Copy the downloaded zip file to the target server and follow the instructions below.

About this Install

Directory Structure - see http://docs.oracle.com/middleware/1213/soasuite/SOEDG/edg_storage.htm#SOEDG2168
We will use local storage for all directories.

...

Code Block
languagebash
export ORACLE_INSTALL_HOME=/u01/oracle/products/fmw1213    << modify if you have installed software in different folder >>
export JAVA_HOME=/u01/oracle/products/java8  << modify if you have different location >>
export SYS_DB_PASSWORD=      <<fill in sys password here>>
export WLS_SCHEMA_PASSWORD=   <<fill in password for new RCU schemas which will be created>>
export DB_CONNECT_STRING=        <<fill in value here -  (either host:port:sid or host:port/servicename); - Use exact format, and do not include jdbc:oracle:thin:@ >>@>>


Prepare PasswordFile.txt for use with RCU silent command

...