Hello,
While this is not specifically a question for Oracle SQL Developer tool per say but we have Oracle 19c running on-premise.
If I have a bunch of PARQUET files and a bunch of AVRO files containing data, how should I go about: -
(1) Ingesting the contents of these files into one or more tables?
(2) Once data is ingested, how do I work/manipulate the data, similar to various JSON-related functions that are provided in Oracle 19c?
Thanks in advance.