An  unhandled exception of type 'CoreLab.Oracle.OracleException'occurred in CoreLab.Oracle.dll
Additional information:Network error:The requested address is not valid in its context
Dim cnnprueba As OracleConnection
        cnnprueba = New OracleConnection
        cnnprueba.UserId = "tcihq5"
        cnnprueba.Password = "tcihq5"
        cnnprueba.Server = "tcihq"
        cnnprueba.Sid = "tcihq"
        'cnnprueba.Port = 2500
        cnnprueba.Open()
			
									
									
						Error conection with oracle
if the port is necessary to write it and as it must be his I number ?
if the port is necessary to write it and as it must be his I number ?
			
									
									
						Yes, uncomment  string.
			
									
									
						Code: Select all
'cnnprueba.Port = 2500