I regularly run the same SQL command against multiple different oracle databases we have. I am trying to create a simple C# program that will allow me to run the command and display the data in a DataGrid. I am not the DBA of the database and currently have access to to the DB's using SQL+. Is there a way I can connect to the database, run a statement and disconnect so that it runs a the database end in exactly the same way as if I had used SQL plus?
I have seen different methods of connecting to oracle from C# but my question is mainly aimed to find out which one would work in my current setup, where SQL+ works.