1.

Is There A Pl/sql Engine In Sql*plus?

Answer»

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.

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.



Discussion

No Comment Found