Unable to copy JSON data from OCI Object storage to DB table
Summary:
I have a JSON payload in OCI Object Storage and is available through public URL.I am trying to copy this data to an existing table TEST_TABLE_MAIN
Question1) There is an additional column in the table which is not available in the JSON. Will DBMS_CLOUD_COPY_DATA work in this scenario if the additional column is at the last column position in the table?
Question2) After dropping the additional column & having JSON fields match exactly as the Table columns, am getting JSON syntax error.
Probably something is not proper in the columnpath which am not able to figure out.
0