Wait 2-3 minutes. Check logs:
Define your Oracle Home directory (e.g., C:\Oracle\Middleware\Oracle_Home ). This directory will house both WebLogic and Forms/Reports.
: Provide your database credentials: Host Name, Port, Service Name. Username (e.g., SYS with SYSDBA role). Select Components : Define a unique prefix (e.g., DEV ). install oracle forms reports 12214 with weblogic 12c 122
java -jar fmw_12.2.1.2.0_infrastructure.jar -silent -responseFile /path/to/response.inf
cat > $DOMAIN_HOME/bin/setDomainEnv.sh << 'EOF' export ORACLE_HOME=/u01/app/oracle/fmw12214 export JAVA_HOME=/u01/app/jdk export PATH=$JAVA_HOME/bin:$PATH export FORMS_INSTANCE=$DOMAIN_HOME/config/frconfig export REPORTS_INSTANCE=$DOMAIN_HOME/config/reports EOF Wait 2-3 minutes
http://your_host:9002/reports/rwservlet/help
cd /u01/installers java -jar fmw_12.2.1.2.0_infrastructure.jar : Provide your database credentials: Host Name, Port,
Install it to a directory without spaces (e.g., C:\Java\jdk1.8.0_381 ). Configure system environment variables: Create JAVA_HOME pointing to C:\Java\jdk1.8.0_381 . Append %JAVA_HOME%\bin to your system PATH variable. Linux Installation Extract the tarball to your preferred directory: tar -xvf jdk-8u381-linux-x64.tar.gz -C /usr/java/ Use code with caution. Update your profile ( ~/.bash_profile or /etc/profile ):