Top "Plsql-package" questions

A PL/SQL package is a schema object that groups logically related PL/SQL types, items, and subprograms.

Overloading problem: Error(83,5): PLS-00307: too many declarations of 'REPORTEQ' match this call

So I am trying to use overloading but I am having some troubles. My package has 4 procedures with the same …

oracle plsql plsql-package