Hi,
at the costumer I'm working for, for the first time we'll have to load JSON files at the end of an ETL. Usually, after loading a JSON document into a CLOB column of an Oracle table, are its elements extracted for being inserted in a normalized manner into different tables so as to be used for the future in a traditional relational way or is the JSON document left inside the CLOB column for being handled whenever you need?
What I'd like to know is if generally it's better transform as soon as possible the content of a CLOB containing a JSON structure in a group of values to be inserted into relational tables or if you sometimes maintain JSON structure like a real document in the database.
Oracle version 12c
Thanks in advance!
Mark