Enter the RCU schema credentials created in the previous step to validate the connection.
Linux: /u01/app/oracle/middleware/fmw12214/oracle_common/bin/rcu
: Move AdminServer , WLS_FORMS , and WLS_REPORTS into your newly created machine. System Components : Ensure forms1 and reports1 are listed. install oracle forms reports 12214 with weblogic 12c 122
Practical tip: use WLST (WebLogic Scripting Tool) for scripted start/stop and monitoring; saves time in repetitive operations.
Define the forms and reports server instances. Finish the configuration. 6. Starting and Testing Start Node Manager $DOMAIN_HOME/bin/startNodeManager.sh Use code with caution. Start Admin Server $DOMAIN_HOME/bin/startWebLogic.sh Use code with caution. Start Managed Servers (WLS_FORMS, WLS_REPORTS) Enter the RCU schema credentials created in the
./startManagedWebLogic.sh WLS_REPORTS http://localhost:7001
ls $ORACLE_HOME/forms # Should contain: forms_config.py, forms_war.properties, etc. ls $ORACLE_HOME/reports Practical tip: use WLST (WebLogic Scripting Tool) for
cd /u01/oracle/config/domains/forms_domain/bin ./startWebLogic.sh
| Option | Selection | |--------|------------| | Create Domain | Yes | | Domain Template | | | Domain Name | fr_domain | | Domain Location | $MW_HOME/user_projects/domains/fr_domain | | Admin Server | AdminServer (port 7001) | | Managed Server | WLS_FORMS (port 9001) | | Reports Server | WLS_REPORTS (port 9002) |