DBA: How to restart the Apache server
To restart the Apache server login to the database using any FTP tool like putty and write the below code
cd $ADMIN_SCRIPTS_HOME
to go to the scripts folder
./adoacorectl.sh stop
to stop the service
./adoacorectl.sh start
to start the service