Apex Uninstall
December 21, 2010 Leave a comment
It is a very simple to uninstall apex.
1.Just go to the folder where apex exists(where you unzipped Oracle Application Express software).
2.Connect to the database as a SYS user:
On Windows:
SYSTEM_DRIVE:\ sqlplus /nolog SQL> CONNECT SYS as SYSDBA Enter password:SYS_password
On UNIX and Linux:
$ sqlplus /nolog SQL>CONNECT SYS as SYSDBA Enter password: SYS_password
3. Execute the following command:
SQL> @apxremov.sql