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 * PlusでLOB(ラージオブジェクト)列の内容を表示しようとすると、切り捨てられます。全体を表示するにはどうすればよいですか?
SQL> set long 30000 SQL> show long long 30000
以下も必要になる場合があります。
SQL> set longchunksize 30000
そうしないと、LOB/CLOB が折り返されます。