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 将换行。