ORA-12504: TNS:listener was not given the SERVICE_NAME in CONNECT_DATA

后端 未结 5 831
不思量自难忘°
不思量自难忘° 2020-12-18 00:09

I\'m trying to connect my local Oracle 11g database using server explorer in Visual Studio 2010. I tried to setup everything as per instruction, but I\'m still getting an OR

5条回答
  •  遥遥无期
    2020-12-18 00:19

    In the "Connection Properties" -> "Advanced" set in the "Data Source" field the information in format HOST:PORT/SERVICE_NAME. E.g. 10.xxx.xxx.xxx:1521/SIDNAME

提交回复
热议问题