I need help to stop OWB runtime service, getting error : 'WB_RT_SCRIPT_UTIL.SHOW_SERVICE' must be de
I am installing the OWB Mega Patch on a new installation of 11.2.0.2 database. The patch instructions are to stop the runtime service before appling the patch by using the following command.
sqlplus owbsys/owbsys_password @OWB_HOME/rtp/sql/stop_service.sql.
After running the command I receive the following:
Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production
With the Real Application Clusters and Automatic Storage Management options
Role set.
l_available := owbsys.wb_rt_script_util.stop_service();
*
ERROR at line 5:
ORA-06550: line 5, column 18:
PLS-00201: identifier 'OWBSYS.WB_RT_SCRIPT_UTIL' must be declared
ORA-06550: line 5, column 3: