Toadでクエリを実行すると、出力がブロックに分割されることがあります。データセット全体を単一のセットとして取得するにはどうすればよいですか?

これはpagesizeパラメータのように見えます。唯一の問題は、それらをすべてオフにする方法しか知らないということです。
set pagesize 0
または、50000行ごとに配置します。
set pagesize 50000
オラクルがあなたにそれ以上のことをさせてくれるとは思わない。したがって、最初のヘッダーだけを印刷し、他には何も印刷しないようにする方法がわかりません。
This is the SQL*Plus pagesize option which default to 24. it can be modified with the command set pagesize 0 to get rid of it completely.
In SQL*Plus, there is also an option to set this automatically using a login.sql or glogin.sql script. This functionality also appears to be available in Toad (although I don't have Toad here to test it out on). Further details are here on this ToadWorld blog post.
正確にはヒキガエルではなく、標準の動作またはOracleデータベースです。たとえば、データセット全体を取得するには、いくつかのフィールドで並べ替える必要があります