Create the Standalone reports server using WebLogic Scripting Tool (WLST) after 12c Forms & Reports installation.
1. Login WebLogic Scripting Tool,
cd $ORACLE_HOME/oracle_common/common/bin
./wlst.sh
2. Connect to the AdminServer,
connect(“weblogic”,”weblogic_password”,”hostname:7001″)
3. Create the ReportsServerInstance,
createReportsServerInstance(instanceName=’rep_server1′,machine=’AdminServerMachine’)
* this will create a new standalone Reports Server named ‘rep_server1’
4. Restart the managed server WLS_REPORTS.
Recent Posts