Python Forum
Create zip file from the BLOB column in ORACLE DB
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Create zip file from the BLOB column in ORACLE DB
#1
Hello,

I have BLOB Data in one of the oracle table column.
I want to create zip file which should contain all files (xml) in blob, this zip needs to be stored on Unix server.

Thanks
Reply
#2
There's a module in the standard library for working with ZIP files, called, unsurprisingly zipfile. For talking to Oracle, there's cx_Oracle which looks to be maintained by Oracle themselves.
Reply
#3
I think the document Using CLOB and BLOB Data will be helpful for you.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Help copying a column from a csv to another file with some extras g0nz0uk 3 473 Feb-01-2024, 03:12 PM
Last Post: DeaD_EyE
  Create Choices from .ods file columns cspower 3 614 Dec-28-2023, 09:59 PM
Last Post: deanhystad
  Recommended way to read/create PDF file? Winfried 3 2,901 Nov-26-2023, 07:51 AM
Last Post: Pedroski55
  Use PM4PY and create working file thomaskissas33 0 676 Nov-14-2023, 06:53 AM
Last Post: thomaskissas33
  Create csv file with 4 columns for process mining thomaskissas33 3 759 Nov-06-2023, 09:36 PM
Last Post: deanhystad
  create exe file for linux? korenron 2 985 Mar-22-2023, 01:42 PM
Last Post: korenron
  How to read csv file update matplotlib column chart regularly SamLiu 2 1,073 Jan-21-2023, 11:33 PM
Last Post: SamLiu
  create new column based on condition arvin 12 2,255 Dec-13-2022, 04:53 PM
Last Post: jefsummers
  my first file won't create itself MehHz2526 2 906 Nov-27-2022, 12:58 AM
Last Post: MehHz2526
  Create multiple/single csv file for each sql records mg24 6 1,413 Sep-29-2022, 08:06 AM
Last Post: buran

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020