Hi Guys,
Request your help on the below issue.
We are in the middle of integrating Oracle R12 with third party system for Reporting.
Integration will occur with the help of middleware (ODI). Reporting will be only on GL Data (GL Header, GL Lines, GL Balances). We requested middleware team to connect to the base table (GL_JE_HEADERS, GL_JE_LINES, GL_BALANCES) for the data pull, it will occur once in a month (Batch Process) based on the Period Name condition.
Middleware job is to pull data from these tables every month (Scheduled Job after business hours) and feed it to 3rd party application (Data store). But Middleware team is not agreeing to connect to base tables justifying, that it is against oracle standards and it might cause performance issue.
Could someone please suggest, will it cause any performance issue if we connect to base table for the data pull once in a month? we almost have 5 million record on all these tables for every month.
Thanks.