Both the install and uninstall scripts are stand alone scripts and do not reference any other files. You can copy them and use them outside of the project folder.
The install script acts both as a install and an upgrade script.
For quick install of the latest version of OOS Utils using SQLcl run the following in SQLcl:
@https://observant-message.glitch.me/oos-utils/latest/oos_utils_install.sql
If you want to download a copy and install from a local file:
Download the latest version of OOS Utils
To install OOS Utils run the following in sql*plus:
@install/oos_utils_install.sql
To uninstall OOS Utils run the following in sql*plus:
@install/oos_utils_uninstall.sql
All oos_util
objects are prefixed with OOS_UTIL
.