由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Database版 - Oracle-Client connect to Server Database problem
相关主题
connect to an oracle server on anoter machinequestion about ORACLE 10g Express on Fedora
Sql developer connection issueOracle database link problem
newbie's question about oracle有谁知道产生这两个ORA error的原因?
【已解决】oracle db linkoracle的程序,有人遇到过ora-24550错误代码么?
How to configure Listener in Oracle?我的oracle 怎么了?
问一下oracle高手Oracle problems
Help, multiple EXTPROC_CONNECTION_DATA如何在Unbuntu下启动oracle
oracle error ORA-12571found a way to corrupt oracle on NT
相关话题的讨论汇总
话题: database话题: connect话题: server话题: client话题: oracle
进入Database版参与讨论
1 (共1页)
j**i
发帖数: 419
1
Hi,I got a problem with the connections.
I build a database on server(servername="ABC"),database name="ZZ"
At first I can't connect to the database on server itself.
Error:
ORA-12203: TNS:unable to connect to destination
after I changed the TNSNAMES.ORA,it is OK.
add
ZZ.world =
(DESCRIPTION =
(ADDRESS =
(PROTOCOL = IPC)
(KEY = ZZ)
)
(CONNECT_DATA = (SID = ZZ)
)
)
however,now I trying to connect from sql plus on the client machine,
I can't go through with it.
I
g***o
发帖数: 297
2
ORA-12203 means the client can not find the desired database
1) check the service name ADDRESS parameters in TNSNAmES.ORA is correct
2) Check TNS_ADMIN variable to see if you store your TNSNAMES>ORA in the right
directory.
3) Check the listener on the server has started and is running. If not, statrt
the listener.

【在 j**i 的大作中提到】
: Hi,I got a problem with the connections.
: I build a database on server(servername="ABC"),database name="ZZ"
: At first I can't connect to the database on server itself.
: Error:
: ORA-12203: TNS:unable to connect to destination
: after I changed the TNSNAMES.ORA,it is OK.
: add
: ZZ.world =
: (DESCRIPTION =
: (ADDRESS =

j**i
发帖数: 419
3
I know there is something wrong with this"Connecction" part.
1.Looks like TNSNAMES.ora is not the problem
since I have tested diffrent kind of expression,like IPC,TCP,change server n
ame
to IP,add both port....and the same file works on server.
....
2.the default database ORACLE works well on client machine.
I don't know how/where to check the TNSadmin variable?
3.the listener starts OK and database ZZ can be operated well on server
but the client has some problem and both of them are in the fir
1 (共1页)
进入Database版参与讨论
相关主题
found a way to corrupt oracle on NTHow to configure Listener in Oracle?
Oracle error code 12638?问一下oracle高手
oracle8i配置求助Help, multiple EXTPROC_CONNECTION_DATA
How to know which database I am connected?oracle error ORA-12571
connect to an oracle server on anoter machinequestion about ORACLE 10g Express on Fedora
Sql developer connection issueOracle database link problem
newbie's question about oracle有谁知道产生这两个ORA error的原因?
【已解决】oracle db linkoracle的程序,有人遇到过ora-24550错误代码么?
相关话题的讨论汇总
话题: database话题: connect话题: server话题: client话题: oracle