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.
Python スクリプトで cx_Oracle を介して Oracle DB の BLOB フィールドを読み取っています。Oracle Developers を使用して、テキスト フィールド全体を取得します。cx_Oracle を使用すると、コンテンツは文字列全体の特定のポイントから見ているように見えます。
dbms_lob.getlength(BLOBMESSAGE) で取得したサイズは 8118 です。単一の読み取りまたはチャンクによる読み取りの両方を試しました。