Reputation: 10919
Conceptually, I'd like to go like:
build mypackagename;
I know this doesn't exist, but that's the concept I am going for.
Upvotes: 0
Views: 55
Reputation: 29680
Try:
alter package [your package name] compile;
Upvotes: 3