| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.server -> SQL*Plus connection problem
I have an 81.6. enterprise edition NT server and a separate NT client. Both are using TCP/IP. and both have tnsnames.ora entries that look like this:
DREP.GLENHALL =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS =
(COMMUNITY = tcp.world)
(PROTOCOL = TCP)
(Host = ELVER)
(Port = 1521)
)
From the client I can go into SQL*Plus and connect as sys/passsword_at_drep.glenhall, or sys/password_at_prod.glenhall etc.
From the server I can use dos to set the ORACLE_SID=drep or prod or whatever, then connect as sys/password to the proper database.
BUT from the server I can connect only to drep using connect sys/password. Using sys/password_at_drep or sys/password_at_drep.glenhall fails with a series of TNS errors. I cannot connect to prod through SQL*Plus in any way. I checked the TNS error messages but they did not provide an answer.
Putting in entries for an extproc connection does not help. Bouncing the listener does not help. Trying various combinations on the client and server of service_names or sids does not help. Here's the only clue I have. If I do a lsnrctl status after booting the server I see one service handler for drep and one for prod. If I try to connect to the databases through SQL*Plus on the server, the number of service handlers for both databases increases which seems strange.
Any help appreciated.
Van Received on Fri Sep 29 2000 - 12:34:23 CDT
![]() |
![]() |