Subprogram is called through database link or as external procedure - Tuning PL/SQL Applications
Q. The subprogram is called through a database link or as an external procedure.- Published on 01 Jul 15a. True
b. False
ANSWER: True
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.