Hi,
So i am trying to update Oracle by using Datastore.Update() but I can't tell if its supposed to take a long time or if something in my code is not working. For reference, I think I am updating about 400k rows and each row has like 46 columns. That being said, my assumption is it's supposed to take long. I've been waiting around 15-20 minutes though, is that too long to wait or has still not enough time passed?
So I am running my app on a VM, and the Database is around 2000 miles away. However we have a 10GB link between the two datacenters. My VM seems to be connected through ethernet but I'm not sure if there is a VPN behind the ethernet connection.
I'm not sure how to check the DataContext config. I have a ODataContex.cs file if thats what you mean but it was left as default.