Lesson 5: Cleaning up

In the final lesson, you shut down the two database servers you started in this tutorial.

 Shut down the database servers
  1. Run the following command to shut down the remote database:

    dbstop -y -c "SERVER=rem;DBN=rem;UID=DBA;PWD=sql"
  2. Run the following command to shut down the consolidated database:

    dbstop -y -c "SERVER=cons;DBN=cons;UID=DBA;PWD=sql"
  3. Delete the directories you created in lesson 1.