・PL/SQLの場合:PL/SQLブロック内のSQLも含めたプログラム単位で Oracleに一括送信されて処理される。 これによりプロセス間通信のオーバーヘッド、 ネットワークトラフィックが飛躍的に減少する。
PL/SQL stands for Procedural Language extension of SQL. PL/SQL is a combination of SQL along with the procedural features of programming languages. It was developed by Oracle Corporation in the early ...