Thursday, January 10, 2013

Oracle PLS-00323: Simple tip

Creating your first Oracle Package in Visual Studio?

Run into this frustrating error:  "PLS-00323: subprogram or cursor 'GETCURSORS' is declared in a package specification and must be defined in the package body"?

Did you mess with the parameter names in the package body?

Well if you did you need to change parameters within the Procedure Specifications! This seems mind numbingly simple, but the first time you encounter this error it take you a while to figure out why.


Hope this helps! Happy Coding!

-K