If you try to declare a SQL macro in a package and make use of it in another function / procedure in the package, you’ll get an error.ORA-62565: The SQL Macro method failed with error(s). ORA-04067: not executed, package body <package body name> does not existWhy and how can you fix it? Example: To show … Continue reading ORA-62565 When Compiling Package Which Both Declares and Calls SQL Macro.| Paulzip's Oracle Blog
This blogpost is about how the oracle database executable created or changed during installation and patching. I take linux for the examples, because that is the version that I am almost uniquely working with. I think the linux operating is where the vast majority of linux installations are installed on, and therefore an explanation with …Read More| Frits Hoogland Weblog