Here is my problem: I am using the System.Data.OracleClient objects to connect to an oracle 10g database. When I use the OracleDataAdapter.Fill method in our "go-live" environment, it takes over a minute to retrieve the dataset. On my local dev box, connecting to the same database, it takes 3 or 4 seconds. Running the same query in Toad (oracle IDE) it takes less than a second. I have been down every rabbit hole I can think of with no luck of increasing performance. Any ideas or advice would greatly help me out. Thanks.
Start Free Trial