Submitted Questions

  • Overloading procedure - all parameters are default

    If there are 2 overloaded procedure, one among then have 1 IN parameter and another have 2 parameters. Both procedures parameters are of default type. What will happen when you will call package.procedure without any parameter?

    Khamar

    • Jul 22nd, 2013

    You will get an error message "PLS-0037: too many declarations of procedure_name match this call"