Oracle plsql: how lo load json file into nested tables
Using oracle plsql, please tell me how to use JSON_TABLE, bfilename and "bulk collect" in order to read data from a json file. The json file contains 2 lists of strings: { "included_errors": [ "include1", "include2" ], "excluded_errors": [ "exclude1",…