Message after compilling a package

Hi, I'm using PL/SQL Dev 6.0.5.931 and I'm working with a package body.

When I compile it, program windows message (the one placed right to the line number) sais than package was compiled with errors.

Using Tools / Show Compiler Hints I see that 'errors' were some vars I defined but not used on program, so they were warnings.

 
Forget this post... there was an error on the package spec, that's why I saw 'Compiled with errors' message.

A Param in a body function was different from spec, but no error message in PL/SQP Developer program window, so I was confused.

Now I can see the 'Compiled with warnings' message as usual.

Thanks

Rafael Ruiz
 
Back
Top