Hi guys, I am running in a strange, really strange behavior. DB Sales. I've got a package A, this package has two ole db connection: an Oracle connection and a SQL connection. The issue is in the data flow from [ORACLE] --> [SQL]. I use the original Oracle language. In the package A it tooks two minutes to load 3.000.000 rows in SQL. Cool.
In another project I added an existing package (A) and I renamed it packageB. I build a new DB, DB Marketing. I amended the package B and it is totally equals to the package A. So, Data Flow from [ORACLE] --> [SQL]. I didn't change any comma in the original Oracle SQL. The issue is that it takes twenty minutes to load the 3.000.000 rows instead of two minutes. It's very slow. But the data flow is the same.
I had some doubt about the DB, is the only thing that is changed (unless copying the package I lost some important detail). The two DB:
Sales (package A) DATA Initial Size 8005 AutoGr. 1000 MB to 70000 LOG I.S. 3751 A.Gr. 250 to 2097152
Marketing (Package B) DATA Initial Size 5000 AutoGr. 1000 MB to 10000 LOG I.S. 2000 A.Gr. 250 to 100000
Do you think can depend on the DB setting?