Uninstall Rapid Fire Library
Previous page
•
End
Follow these steps to uninstall the Rapid Fire library from the host:
- Signon to your host system.
- Add your Rapid Fire library to the library list by using the following command.
ADDLIBLE LIB(libraryName)
- Uninstall the Rapid Fire library by using the following command.
UNINSTALL LIB(libraryName)
You can use the following SQL commands to display the installed Rapid Fire SQL procedures and functions
to verify that everything has been removed:
SELECT * FROM QSYS2.SYSPROCS WHERE SPECIFIC_SCHEMA = 'libraryName'
SELECT * FROM QSYS2.SYSFUNCS WHERE SPECIFIC_SCHEMA = 'libraryName'
Replace libraryName with the name of your Rapid Fire product library. The default Rapid Fire library name is RAPIDFIRE.