+1 vote
in PL/SQL by
Is There A Pl/sql Engine In Sql*plus?

1 Answer

0 votes
by

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.

Related questions

0 votes
asked Mar 26, 2023 in Oracle by Robin
0 votes
0 votes
asked Jul 29, 2020 in Oracle by Hodge
+1 vote
asked Mar 7, 2021 in PL/SQL by SakshiSharma
...