Index | Installation | Introduction | API Overview | Package Console | Changelog | Uninstallation
Hopefully you will never need it...
As with the installation the uninstallation is splitted into multiple steps:
- Drop the CONSOLE objects
- Start SQL*Plus and connect to your CONSOLE install schema
- Run
@uninstall/drop_console_objects.sql
- Drop synonyms in client schemas
- You know, if you created synonyms and how they were named...
A T T E N T I O N: If you have installed one of the beta versions and created a
context, you should also delete it: @uninstall/drop_context.sql
(you may need higher
permissions for this...).