Use this task to uninstall the adapter stored procedures from the oracle
database.
Procedure
-
Remove the
ISIM_SET_DEF_CONGROUP
stored procedure by executing the SQL command
on the Oracle Database: Drop procedure ISIM_SET_DEF_CONGROUP_version
Note: The version corresponds to the adapter version. For example: If the adapter version is
5.1.18.72, the stored procedure command is ISIM_SET_DEF_CONGROUP_5111872
- Remove the
ISIM_OBTAIN_LOCK
stored procedure by executing the SQL
command on the Oracle Database: Drop procedure ISIM_OBTAIN_LOCK_version
Note: The version corresponds to the adapter version. For example: If the adapter version is
5.1.18.72, the stored procedure command is ISIM_OBTAIN_LOCK_5111872