Are parquet , JSON files supported by Oracle?
Hi ,
We have developed a concurrent program which is taking table name e.g. 'AP_INVOICES_ALL' as parameter from the user, and it is fetching a week's data (creation_date > sysdate-7) for that particular table. We are capturing these records in the form of a CSV file on a server location. We are facing some format issues with CSV. We were curious whether we can create a parquet file or JSON file instead to CSV format?