blobs

Blob data from Oracle to text file using python

Blob data from Oracle to text file using python Question: I have been trying to get the blob data from oracle into a text file using Python. I couldn’t find the answer on any of the other links. Below is my code : sql_string = “””select event_id ,blob_length ,blob field from table””” cur.execute(sql_string) path = …

Total answers: 4