I have installed Oracle XE client on my PC.
I check on its home dir (bin), and I found the proram sqlplus.exe
At DOS I run sqlplus system/manager but I want to connect to
my database server on another server.
How can I configure this connection pls? I look for tnsnames.ora
but I can not find any.
Thanks in advance to all and Happy New Year
Behind The Success And Failure Of A Man Is A Woman
Thanks dear for speedy reply.....I check the home dir of XE client and and can not find sqlnet.ora either...
but when i run sqlplus system/manager just to test connection...It
created a sqlnet.log error:
***********************************************************************
Fatal NI connect error 12560, connecting to:
(DESCRIPTION=(ADDRESS=(PROTOCOL=BEQ)(PROGRAM=oracle)(ARGV0=oracleORCL)(ARGS='(DESCRIPTION=(LOCAL=YES )(ADDRESS=(PROTOCOL=beq)))'))(CONNECT_DATA=(SID=ORCL)(CID=(PROGRAM=C:\XEClient\bin\sqlplus.exe)(HOST =VISA_1)(USER=Administrator))))
VERSION INFORMATION:
TNS for 32-bit Windows: Version 10.2.0.1.0 - Production
Oracle Bequeath NT Protocol Adapter for 32-bit Windows: Version 10.2.0.1.0 - Production
Time: 03-JAN-2007 16:35:35
Tracing not turned on.
Tns error struct:
ns main err code: 12560
TNS-12560: Message 12560 not found; No message file for product=NETWORK, facility=TNS
ns secondary err code: 0
nt main err code: 530
TNS-00530: Message 530 not found; No message file for product=NETWORK, facility=TNS
nt secondary err code: 2
nt OS err code: 0
Thanksssssssssssssssss................
Last edited by yxez; 01-03-2007 at 07:22 AM.
Behind The Success And Failure Of A Man Is A Woman
Thanks dear....but the oracle xe client did not even make a
network/admin directory....should I create one?
Can u pls try to install oracle XE client pls
Last edited by yxez; 01-03-2007 at 08:17 AM.
Behind The Success And Failure Of A Man Is A Woman
anyone out there have tried installing the XE client pls.
Note that the XE server side has no problem. I can use its sqlplus.exe adn can connect to any remote server defined in the
tnsnames.ora.
But when I use the sqlplus.exe found in the client bin it will not
connect to a database even the local one. I even set the TNS_ADMIN variable because the client install does not create
a directory %ORACLE_HOME%/NETWORK/ADMIN
Another question is....where does my sqplus.exe client got the
following information(default params) which it logged to the sqlnet.log :
Fatal NI connect error 12560, connecting to:
(DESCRIPTION=(ADDRESS=(PROTOCOL=BEQ)(PROGRAM=oracle)(ARGV0=oracleORCL)(ARGS='(DESCRIPTION=(LOCAL=YES )(ADDRESS=(PROTOCOL=beq)))'))(CONNECT_DATA=(SID=ORCL)(CID=(PROGRAM=C:\XEClient\bin\sqlplus.exe)(HOST =VISA_1)(USER=Administrator))))
Note: it uses ORCL but my sid is XE
I just want to edit this default sqlnet parameters but I dont know
where it is found.
Last edited by yxez; 01-03-2007 at 07:53 PM.
Behind The Success And Failure Of A Man Is A Woman
Bookmarks