Johan Visser
Member²
I'm trying to get a describe of a stored procedure using the 'DBMS_DESCRIBE' package.
I'm calling the procedure 'DESCRIBE_PROCEDURE' with the correct number of parameters but I get an error
"Wrong number or types of arguments in call to 'DESCRIBE_PROCEDURE'"
How can I use this package to get the arguments of a stored procedure.
------------------
JohaViss
I'm calling the procedure 'DESCRIBE_PROCEDURE' with the correct number of parameters but I get an error
"Wrong number or types of arguments in call to 'DESCRIBE_PROCEDURE'"
How can I use this package to get the arguments of a stored procedure.
------------------
JohaViss