What will be the impact of replacing an API call with a stored PL/SQL call?

Questions by rishamjeet

Showing Answers 1 - 3 of 3 Answers

Difference is in performance.  API is a package call which will process faster since its already compiled.  It can be called globally.  Stored PL/SQL call is not compiled into memory and may take more time.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions