G
Guest
I can connect to a remote SQL Server database via an IP address by using a connection string such as: "Data Source=190.190.200.100,1433;..." where 1433 is the port to use (1433 is the default).
If I use the Microsoft Managed Provider for Oracle, is it possible to connect to a remote Oracle database via an IP address by using a similar connection string such as: "Data Source=190.190.200.100,1521;..." where 1521 is the port? If I understand correctly, 1521 and 1526 are the Oracle listener counterparts to the 1433.
If not, what is the proper connection string syntax to connect to a remote Oracle database?
Thanks ...
If I use the Microsoft Managed Provider for Oracle, is it possible to connect to a remote Oracle database via an IP address by using a similar connection string such as: "Data Source=190.190.200.100,1521;..." where 1521 is the port? If I understand correctly, 1521 and 1526 are the Oracle listener counterparts to the 1433.
If not, what is the proper connection string syntax to connect to a remote Oracle database?
Thanks ...