=====Overview===== To cleanup the environment, you have to manually stop/unregister all the exctract and delete them. Also, don't forget the trail files as they might be confused. Furtunetely, there is a quick script for that: #!/bin/bash #---------------------------------------------------------------------- # DISCLAIMER: # This script is provided for educational purposes only. It is NOT # supported by Oracle World Wide Technical Support. # The script has been tested and appears to work as intended. # You should always run new scripts on a test instance initially. # #---------------------------------------------------------------------- # SHELL clean-up.sh # Executes the steps necessary to clean up the environment after lab 8 cd /u03/ogg/ogg_src ./ggsci < Please replace my variables with your variables. The script is in-progress after all. Will add the feature to automatically detect the directories and the SIDs on later stage.