PL/SQL Teaser: A Valid Package With No Callable Subprograms
Last week I saw a PL/SQL teaser tweet by Steven Feurestein (@sfonplsql):
https://twitter.com/sfonplsql/status/583365900373377024
The question sounded simple: can you build a valid package with header and body with more than one procedure – that can compile but can never run. That was a really interesting question and I found myself thinking about it while working.
Since it is really had some good things we could learn from it, let’s go over my thought process and get to know this unique PL/SQL behavior.