我想通过本机的sqlplus访问局域网中服务器上的oracle数据库,但是下面这几种写法怎么都不对呢,哪位能给个正确的例子吗,谢谢了!SQL> conn mne/[email protected]:1521:orcl
ERROR:
ORA-12514: TNS:listener does not currently know of service requested in connect
descriptorSQL> conn mne/[email protected]:orcl
ERROR:
ORA-12545: Connect failed because target host or object does not existSQL> conn mne/[email protected]
ERROR:
ORA-12514: TNS:listener does not currently know of service requested in connect
descriptor