How to start and stop services in OBIEE 12c
OBIEE 12c has very simple commands to restart services. but very useful.
Go to below path
Windows:
ORACLE_HOME\user_projects\domains\bi\bitools\bin
Start.cmd for start services
Stop.cmd for stop services
Status.cmd for Status of the services
Linux:
ORACLE_HOME/user_projects/domains/bi/bitools/bin
Start.sh for start services
Stop.sh for stop services
Status.sh for Status of the services
Leave a Comments