Viewing 15 posts - 7,486 through 7,500 (of 59,072 total)
How is the performance for a large data set?
March 23, 2020 at 12:57 pm
I'm not sure how the use of CDC will help you replicate to Oracle.
March 23, 2020 at 12:43 am
Post removed... I misread the code. See Jacob's post below.
March 22, 2020 at 8:43 pm
Do a BCP out to a file and have Oracle import it (I can't remember the name of the built in tool on the Oracle side). The last...
March 21, 2020 at 9:25 pm
I recommend that you onvert that spreadsheet to actual INSERTs to a table to help us help you. Please see the first link in my signature line below for details.
March 21, 2020 at 9:22 pm
Thank you Frederico.
Completely agreed with that view will be the issue as joining multiple tables and using some function which slows down the process.
But didn't not much fully understood...
March 21, 2020 at 9:08 pm
downloading the plan from the link does have all the info as far as I can see, including predicates.
That would explain it... I didn't download the plan.
March 21, 2020 at 8:00 pm
We need the actual execution plan and the original code that you published on Brent's site, as well, please.
March 21, 2020 at 4:42 pm
Do a BCP out to a file and have Oracle import it (I can't remember the name of the built in tool on the Oracle side). The last time I...
March 21, 2020 at 3:54 pm
p.s. Since we're actually trying to help you tune the view, it would be helpful if you actually posted the code for the view, as well.
March 21, 2020 at 3:45 pm
Jeff,
Thank you for your response and suggesting about other details, i am totally agreed with you.
i have link for the plan, please see the following link if you don't...
March 21, 2020 at 3:43 pm
That was going to be my suggestion if the OP ever came back on this thread except I wouldn't limit the batches. First, BCP automatically limits itself to 1,000 rows...
March 21, 2020 at 3:25 am
What did you end up doing for this? Inquiring minds want to know. 😀
March 20, 2020 at 11:05 pm
If you want help with such a performance issue, please see the 2nd link in my signature line below for how to present it in the best way possible to...
March 20, 2020 at 7:47 pm
Viewing 15 posts - 7,486 through 7,500 (of 59,072 total)