Linux client - cannot connect to JServer
Server with database - Oracle 8.1.7 on Windows 2000
Client - Linux RedHat 7.2
When I trying to connect to JServer using sess_sh:
sess_sh -u arseniy -p mypasswd -s sess_iiop://199.58.1.113:2481:orcl
I get this error message:
javax.naming.CommunicationException: Unknown service: :session1 [Root exception is javax.naming.CommunicationException: Unknown service: 199.58.1.113:2481:orcl]
When I try to use DBAStudio, I get something like this:
VDJSERVER-1516: Failed to get a new JServer session.Unknown service::OEM0
The most incomprehensible thing is that if I reboot my client to Windows 2000, it works, in other words - the file LISTENER.ORA on the server seems to be correct.
So why I cannot work with JServer under Linux!?
Thank you in advance...