Use the STA command to start, stop, or show the status of the STA application.
Display the current status of the STA application to see if it is running.
Open a terminal session on the STA server, and log in as the Oracle user.
Display the application status:
$ STA status all
It may take a few minutes. Once complete, you should see:
.... and the deployed application for staui is in an ACTIVE state
If the application is not running, try restarting it. See Restart the STA Application.
Always shut down the STA application gracefully whenever possible. You must stop the STA application when moving or restoring the STA database.
Open a terminal session on the STA server, and log in as the Oracle user.
Stop STA:
$ STA stop all
It may take several minutes. Once complete, you should see:
Successfully stopped mysql service
Verify the application has stopped:
$ STA status all
You should see:
staui service is shutdown.
STA automatically starts after you install it, so under normal circumstances, only restart STA after performing certain database tasks, such as moving or restoring the STA database.
Open a terminal session on the STA server, and log in as the Oracle user.
Start STA:
$ STA start all
It may take several minutes. Once complete, you should see:
staservd service was successfully started
Verify the application has started successfully:
$ STA status all
You should see:
.... and the deployed application for staui is in an ACTIVE state