Does anyone know of a way I can validate a package across instances? That is, simulate compiling a package in one instances against the structure of another instance
I would like to make sure all of the objects (tables, views, etc.) I am using in my package are present in our production environment before I move it from our development environment into production.
thanks
Alan