由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Database版 - connect to an oracle server on anoter machine
相关主题
Sql developer connection issue Error Code 01034?
【已解决】oracle db linkOracle Installation Help!!
问一下oracle高手我的oracle 怎么了?
found a way to corrupt oracle on NTquestion on JOIN on Oracle
Oracle-Client connect to Server Database problemHow to creat user in Oracle?
Oracle database link problemservlet调用sql 访问oracle的问题
How to configure Listener in Oracle?question about ORACLE 10g Express on Fedora
newbie's question about oracle如何在Unbuntu下启动oracle
相关话题的讨论汇总
话题: machine话题: oracle话题: anoter话题: connect话题: psotest
进入Database版参与讨论
1 (共1页)
b****e
发帖数: 1275
1
i can ping the machine with no problem.. (same lan)
but if i do a
sqlplus system/manager@psotest
i get an error ERROR:
ORA-12514: TNS:listener could not resolve SERVICE_NAME given in connect
descriptor
what does that mean? running the same command from the psotest machine
itself works fine.
what should i do?
thanks
s****j
发帖数: 14
2
On your client machine, add one entry in your tnsnames.ora, the file is at
$ORACLE_HOME\network\admin.
You need to specify some info in the new entry like SID, IP address
for the server, etc. Have a look for the sample file comes with
Oracle installation. That's pretty straight forward.

【在 b****e 的大作中提到】
: i can ping the machine with no problem.. (same lan)
: but if i do a
: sqlplus system/manager@psotest
: i get an error ERROR:
: ORA-12514: TNS:listener could not resolve SERVICE_NAME given in connect
: descriptor
: what does that mean? running the same command from the psotest machine
: itself works fine.
: what should i do?
: thanks

n*****h
发帖数: 212
3
there is a graphic tool to do this, having u r using windows
as client, the name
is like 'net8 config' or 'easy config' something.

【在 s****j 的大作中提到】
: On your client machine, add one entry in your tnsnames.ora, the file is at
: $ORACLE_HOME\network\admin.
: You need to specify some info in the new entry like SID, IP address
: for the server, etc. Have a look for the sample file comes with
: Oracle installation. That's pretty straight forward.

j****s
发帖数: 271
4
Net8 Configuration Assistant

【在 n*****h 的大作中提到】
: there is a graphic tool to do this, having u r using windows
: as client, the name
: is like 'net8 config' or 'easy config' something.

1 (共1页)
进入Database版参与讨论
相关主题
如何在Unbuntu下启动oracleOracle-Client connect to Server Database problem
SQL Developer ORA-01017 错误Oracle database link problem
Oracle problemsHow to configure Listener in Oracle?
很弱的Oracle Client和SQL Developer的问题newbie's question about oracle
Sql developer connection issue Error Code 01034?
【已解决】oracle db linkOracle Installation Help!!
问一下oracle高手我的oracle 怎么了?
found a way to corrupt oracle on NTquestion on JOIN on Oracle
相关话题的讨论汇总
话题: machine话题: oracle话题: anoter话题: connect话题: psotest