Blob registration into oracle table

We would like to registrate an sdf into an oracle table where molecules have been stored as BLOB.
Can we do that using your standard database writer node? May be we should need a dataconverter tool to generate a blob format.
Best regards

Fabio

Hi Fabio,
Currently it is not possible. I assume, the blob functionality you mentioned is something that is provided by your database. In my option, those cartridges should be used inside the Database Writer before the actual SDF cell is written to the database. The Database Writer node does not support blob objects at the moment, but to allow calling certain methods by adapting the INSERT-/UPDATE-statement seems to be of general interest…
Thanks, Thomas