TeamcenterKnowledge

System Administration > System maintenance > Maintaining the database server > Maintaining the Oracle database > Oracle processes (Linux systems) > Manually stop Oracle processes (Linux systems)

Shut down all flagged Oracle database instances using dbshut (Linux systems)

Procedure Log on to the operating system as oracle, or switch user to oracle by entering the following command, followed by the oracle password: Copy su - oracle Manually set the Oracle environment by entering one of the following commands: Copy export ORACLE_HOME=Oracle-home-path export PATH=$PATH:$ORACLE_HOME/bin Stop all Oracle database instances flagged in the oratab file: Copy $ORACLE_HOME/bin/dbshut Verify that the database processes are no longer running: Copy ps -ef | grep -v grep | grep ora There should be no output returned by this command.

Source: https://docs.sw.siemens.com/documentation/external/PL20251212545240207/en-US/tc_help/AWAdmin/fhs4814155880506/kkz1737238614272/opl1737238615588/yqk1737238615674/lta1737238617722/nao1737238618438/genid_shut_down_all_flagged_database_instances_using_dbshut_27_666.html · retrieved Fri Jul 31 2026 00:00:00 GMT+0000 (Coordinated Universal Time)