I'm trying to figure out how to create a linked server on SQL 2008r2 to an Oracle db. I have a server name (not an IP address) and all of the information. When I try connecting I timeout. I believe this is caused by the fact I don't have the port # in the definition of the linked server.
Is there a way to include a port # in a linked server definition on SQL 2008r2 going to an Oracle db?
Thanks.