I have a package name BODY in my schema. I got error
when I create the BODY as a package name and got message"Package created with errors". How to delete the package from the scheme as it is SQL Reserve word. I tried with DROP PACKAGE SCHEMA.BODY, DROP PACKAGE "SCHEMA.BODY". Can we drop this by using object id ??? Any suggestions...
Thanks in Advance.