With SQL Server, you can enter an ADO.NET connection string using an IP address such as "Data Source=190.190.200.100,1433;...." to connect to a remote server.

Can you do something similar with the Microsoft managed provider for Oracle such as "Data Source=190.190.200.100,1521;.." attaching to a remote Oracle database using either ports 1521 or 1526 similar to the 1433 for SQL Server?