Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
広範な更新SQL ステートメントとPL/SQLプロシージャーを呼び出します。
アプリケーションが DB への接続を失ったり、サーバーが停止したりした場合、データはどうなりますか?
SQL更新コマンドの場合はロールバックになると思います。
PL/SQL プロシージャの場合、コードの実行が一時停止したと仮定します。以前の commitコマンドは適用されますが、残りのコードは適用されません。
私は正しいですか?