Confusing package compilation warning

CTUDEHT

Member
Hello, colleagues!

I'm receiving an unclear compilation warning in PLSQL Developer's compilation errors window:

"Compilation errors for PACKAGE MY_SCHEMA.MY_PACKAGE

Error: Hint: Package 'my_package'
Line: 1
Text: CREATE OR REPLACE PACKAGE my_package IS
"

PL/SQL Developer Version 9.0.6.1665
Oracle Database 11g Enterprise Edition Release 11.2.0.3.0

Could anybody clarify the meaning of this warning.
How should I treat it?
 
Last edited:
I think you have defined an incomplete/incorrect hint. Go to Tools > Preferences > Oracle / Hints and check if you have defined a naming convention for the "Package" element type. It seems that the "my_package" name does not match a naming convention and that its description is empty.
 
Back
Top