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。我尝试使用单次读取或按块读取。