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

后端 未结 5 830
不思量自难忘°
不思量自难忘° 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:40

    In the "Connection Properties" -> "Advanced" set in the "Data Source" field the information in format HOST/SERVICE_NAME. E.g. 127.0.0.1/TEST

提交回复
热议问题