DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: Problem in extracting a BLOB column into a file

  1. #1
    Join Date
    Apr 2002
    Posts
    34

    Problem in extracting a BLOB column into a file

    Hi

    I have wriiten a PL/SQL block to extract a BLOB column into a file. I am doing this using DBMS_LOB.READ and UTL_FILE.PUT_RAW. However, the size of the retrieved BLOB file is not mathcing with the size of the uploaded BLOB file. The size of the retrieved file is generally more than the inserted file. Can somebody tell me where is it going wrong?
    VVS Raju
    8i DBA OCP

  2. #2
    Join Date
    May 2000
    Location
    ATLANTA, GA, USA
    Posts
    3,135
    How many bytes are more in the new file?

    Tamil

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width