Skip to Main Content

Oracle Database Express Edition (XE)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Linux Error: 111: Connection refused

856399Apr 19 2011 — edited Apr 19 2011
on redhat i installed 11g via

- rpm -ivh oracle-xe-11.2.0-0.5.x86_64.rpm
- /etc/init.d/oracle-xe configure
- set SYS and SYSTEM passwords (test servers can have same passwords for both logins)
- /etc/init.d/oracle-xe start (if not set to auto-start during installaton)
- /etc/init.d/oracle-xe status (to verify operation)

form the root user account

on the last step i get:

[root@*** ~]# /etc/init.d/oracle-xe status

LSNRCTL for Linux: Version 11.2.0.2.0 - Beta on 19-APR-2011 04:07:41

Copyright (c) 1991, 2010, Oracle.  All rights reserved.

Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC_FOR_XE)))
TNS-12541: TNS:no listener
TNS-12560: TNS:protocol adapter error
 TNS-00511: No listener
  Linux Error: 111: Connection refused
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=*******)(PORT=1521)))
TNS-12541: TNS:no listener
TNS-12560: TNS:protocol adapter error
 TNS-00511: No listener
  Linux Error: 111: Connection refused

i've tried restarting the oracle services to no avail.

when I try to start the TNS listener, I get the following error:
Linux Error: 29: Illegal seek

Edited by: 853396 on Apr 19, 2011 9:47 AM
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 17 2011
Added on Apr 19 2011
4 comments
5,438 views