StopBi.cmd:
:: StopBI.Cmd
:: Stops the Oracle BI Server
:: Author: John Minkjan:: http://knowledge.ciber.nl/weblog/ and http://obiee101.blogspot.com/
Net stop "Oracle BI Server"
exit
StartBi.cmd:
:: StartBI.Cmd
:: Starts the Oracle BI Server
:: Author: John Minkjan
:: http://knowledge.ciber.nl/weblog/ and http://obiee101.blogspot.com/
Net start "Oracle BI Server"
exit
and combined they give ResetBI.cmd:
Till Next Time:: StopBI.Cmd
:: Stops and Starts the Oracle BI Server
:: Author: John Minkjan
:: http://knowledge.ciber.nl/weblog/ and http://obiee101.blogspot.com/
Net stop "Oracle BI Server"
Net start "Oracle BI Server"
exit
No comments:
Post a Comment