You will just need to import the oracle namespace in your C# code.
Then it's just normal connection methods!
Not on my development system at the moment so don't have the exact coding but somthing like:
Code:
using System.Data.OracleClient;
should get you your data control elements.
Check this site out for more info.
http://msdn2.microsoft.com/en-us/lib...cleclient.aspx