To uninstall the OpenEdge Memory Profiler tool, run the oemp delete command from <oemp-install-dir>, which automatically shuts down the running instance and its connected database.

  1. Launch Proenv to ensure the <DLC> and <WRKDIR> environment variables are correctly set.
  2. To shut down and remove the PAS for OpenEdge instance and all associated data in one step, run the oemp delete command from <oemp-install-dir>.

    On Windows:

    oemp\bin\oemp.bat delete
    On Linux:
    oemp/bin/oemp.sh delete
    The oemp delete command:
    • Shuts down the oemp PAS for OpenEdge instance and the embedded reportdb database (if running).
    • Stops the background process that monitors and auto-import files.
    • Deletes all imported data and the database within the <CATALINA_BASE> directory.
    • Deletes files in the <CATALINA_BASE>\import watched directory.
    • Unregisters the oemp PAS for OpenEdge instance.
    • Removes the <CATALINA_BASE> directory.