Which two statements are true about the usage of the
DBMS_DESCRIBE.DESCRIBE_PROCEDURE procedure? (Choose two.)
A.
You can describe remote objects.
B.
You can describe anonymous PL/SQL blocks.
C.
You can describe a stored procedure, stored function, packaged procedure, or packaged
function.
D.
You can obtain information about the position, name, and data type of the arguments of a
procedure.
C, D