I am trying to store the image into Oracle DB through Databricks as Blob. I tried to convert the image into Binary and store into oracle giving "Invalid Hex number' Error. I tried to convert binary into Hex number but was not able to view the image. I converted image into Hex number in Databricks and could store image into Oracle but it was working upto 2Kb of image. Tried to split Hex number into smaller chunks and store it but it is also not woking.
Could you please help me to insert the image into Oracle through databricks. I want to insert image upto the size of 10 MB.