1z0-144 Exam QuestionsBrowse all questions from this exam

1z0-144 Exam - Question 9


Which statements are true about PL/SQL procedures? (Choose all that apply.)

Show Answer
Correct Answer: BD

Reuse of parsed PL/SQL code in the shared SQL area minimizes parsing overhead, enhancing performance. Also, PL/SQL procedures can call external procedures or functions written in other programming languages, such as Java, offering flexibility in integration.

Discussion

1 comment
Sign in to comment
Aditya
Apr 17, 2022

A, in Definer rights, separate grants on the table is not required. B, this is a performance feature of the plsql C. Not multiple copies of procedure, Not sure, multiple instances of a single copy invoked for multiple users/sessions. D. True, can call JAVA procedure etc.