Please send your Questions & Answers or Feedback to "mohan@javabook.org"

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.

Related Posts Plugin for WordPress, Blogger...
Flag Counter