Home Forums SQL Server 2008 Working with Oracle where to find dbservername when connecting to oracle from asp.net RE: where to find dbservername when connecting to oracle from asp.net

  • db servername would be the tns-alias, which is described further in tnsnames.ora.

    Like mydb. In tnsnames.ora Mydb= (connection info.... tcp....port....) (see the web for the actual connectionstrings)