Create ReportsToolsInstance in 12c Reports 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 AdminServer,
connect(“weblogic”,”weblogic_password”,”hostname:7001″)
3. Create the ReportsToolsInstance,
createReportsToolsInstance(instanceName=’reptools1′,machine=’AdminServerMachine’)
4. Restart the managed server WLS_REPORTS.
Recent Posts