Debugging Oracle PL/SQL from Visual Studio
I use TOAD for my day-to-day Oracle development, but I find it’s debugging experience very poor compared to Visual Studio. Using ODP.Net version 11 you can use Visual Studio to debug Oracle PL/SQL. Here’s how to do it. First you need to install ‘Oracle Data Access Components for Oracle Client 11.2.0.2.1’ or higher. You can… Read More »