Grab each object from array and insert whole JSON object as a string (VARCHAR) in DB
Hello, can someone please help with this? I was to extract each of the { "securityAlt":[...], "security":[...]} section out of the main array, and store each record on oracle table under a field. So for this below example, I want to insert the 12 obj...