Skip to main content

Hello,

So we deployed a package to an environment but it is causing a bit of issue, and i trying to revert the process. 

 

How can i remove the package and revert all changes made by the package.

Thanks

Hi @zryibrahima,

Assuming you are referring to a custom utility database package, removing the package is as simple as dropping the package body and the specification from the database using DROP PACKAGE EBODY] <schema_name.package_name> statement. However, if you modified any data or used the package in other areas in the application such as custom attributes or commands or scheduled tasks, then you would have to correct those affected areas manually.

 Hope this helps!


Reply