in Oracle, resolution of types declared in package
Permanently deleted user
创建于
Hello, in Oracle, when I declare a type in a package and then try to use it in the body of the same package, the type is highlighted with 'unable to resolve object type'
Does it happen for compiled or/and not yet compiled package? Could you please provide sample code and the screenshot with the warning? Thank you in advance!
Hello Georgios,
Does it happen for compiled or/and not yet compiled package? Could you please provide sample code and the screenshot with the warning? Thank you in advance!
Hello,

it is a compiled package which I opened in the editor,
I am attaching you the screenshot
Thanks
Thanks! Please follow the https://youtrack.jetbrains.com/issue/DBE-2059 .
Hi Team,
And what about constants from other packages within the same schema? Will DataGrip find them someday?
Below is a simple line from a package body that references two constants from another package and it receives 2 (two) warnings from IDE
But these two constants are simple constants from CMN package specification only.