Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> ORA-03113: end-of-file on communication channel
Hi, I get an error using sqlplus user/pass_at_dbinst - though it is fine
accessing the database directly. May be that we have two versions of
Oracle and the listener is on an older version.
Any ideas/help would be gratefully received.
Here are the details:
Platform: SunOS 5.6 Generic_105181-07 sun4u sparc SUNW,Ultra-4 Oracle Version: 8.1.7
The listener is running under 7.3.2Logged in under 8.1.7 user
Logging in without the listener works fine: $sqlplus user/pass
lsnrctl stat
...
mydb has 1 service handler(s)
...
listener.ora
LISTENER =
(ADDRESS_LIST =
(ADDRESS =
(COMMUNITY = )
(PROTOCOL = TCP)
(HOST = genetics)
(Port = 1521)
) (ADDRESS =
(COMMUNITY = )
(PROTOCOL = TCP)
(HOST = genetics)
(Port = 1526)
)
(SID_DESC =
(SID_NAME = heat) (ORACLE_HOME = /mydisk/app/oracle/product/8.1.7))
tnsnames.ora
mydb=
(DESCRIPTION =
(ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP) (Host = genetics) (Port = 1521) ) ) (CONNECT_DATA = (SID = mydb) )
thanks!
Tim Received on Tue Jan 22 2002 - 14:00:20 CST
![]() |
![]() |