Q. The subprogram is called through a database link or as an external procedure.
β
Correct Answer: (A)
True
Explanation: The NOCOPY is a hint and not a directive means that the compiler can ignore and pass the parameters by value without producing the errors. The above statement is a situation where the NOCOPY hint will be ignored.