Closed MCatherine1994 closed 2 years ago
This task was created to have an option in case the final user needs to query all data at once and have a better performance.
Option #1: Copy data to a local DB using NestJS, OpenShift and Postgres. We tried this but there were some challenges:
Error: connect ECONNREFUSED
Note: This error doesn’t happen if we do it outside of a loop.
Option #2: Copy data with other options.
Oracle Procedure: This task must be done by a DBA. We will need to provide access to our local DB. The problem with this solution is that we don’t have any control over this procedure, so we cannot know if it works properly.
FME: This solution seems to be a good one, specially that other teams have used it. The problem with this one is that it doesn’t work with OpenShift and it will be a learning curve for developers.
Questions:
FSADT1-305 Copy data from Oracle view to a local DB