DEVFYI - Developer Resource - FYI

Is there a PL/SQL Engine in SQL*Plus?

ORACLE Interview Questions and Answers (Part 5)


(Continued from previous question...)

95.Is there a PL/SQL Engine in SQL*Plus?

No. Unlike Oracle Forms, SQL*Plus does not have a PL/SQL engine. Thus, all your PL/SQL are send directly to the database engine for execution. This makes it much more efficient as SQL statements are not stripped off and send to the database individually.

(Continued on next question...)

Other Interview Questions