SMWP - Uninstall |
|
Introduction |
3.4 Uninstall3.4.1 Remove SMWP database objectsBefore removing SMWP database objects all page classes, fragment classes and parameters have to be removed manually (see 4.10 Delete Fragment Class, 4.14 Delete Page Class, 4.6 Delete Parameter). The deletion of database objects is supported by this script in c:\smwp\sqlscripts\dropall.sql. Executing this script works by login onto the database with SQLPlus and entering @scriptname on the SQL-Prompt. This script deletes the created database types (Tcolumn and TcolumnTable), as well as all PL/SQL packages and metadata relations. Created relations such as fragment class relations are not removed by the script. 3.4.2 Remove SMWP-Java Stored ProceduresThe Java Packages loaded into the database are located in directory c:\smwp\applet\lib. Remove these packages from database by using following commands from the command console: dropjava -force -user dbUsername/dbPassword@dbSchema smwp.jar 3.4.3 Remove SMWP-ServletsRemoving the SMWP servlets takes several steps:
|