Efficiently Loading 30 Million Records into a Custom Object in Oracle Sales Cloud
Hello,
I'm working on a project to import approximately 30 million records from CSV files into a custom object in Oracle Sales Cloud. The CSV files contain sales data.
I'm considering using the Oracle Sales Cloud APIs and JavaScript to develop a script for this bulk loading process. However, I'm concerned about the efficiency of this approach for such a large dataset.
Could anyone provide guidance or examples of more efficient ways to perform this import? I'm open to exploring other Oracle tools or third-party solutions.
Specifically, I'm looking for:
Best practices for handling large CSV files efficiently within a JavaScript script.
0