| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.server -> Re: SQL*Net trouble with Oracle 9i on Redhat 8
SOLVED! Permissions on /var/tmp were 755, ownership root. The listener,
being run by the oracle user could not create the .oracle file in that
directory. I change the permissions to 777 and all is well.
Now to see if I can get DBD::Oracle to work!
:-)
Turk and Sybrand: Thanks for your energy!
Peter
On Fri, 25 Oct 2002 20:08:49 +0000, Peter Hand wrote:
> I tried adding the line you suggested and got: > > Error listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC0))) > TNS-12541: TNS:no listener > TNS-12560: TNS:protocol adapter error > TNS-00511: No listener > Linux Error: 2: No such file or directory > > Grrrr.... thank you for the suggestion anyway. I tried some different > combinations and they have not worked. I will try revising the listener > with netca including ipc this time. > > Peter > > > On Fri, 25 Oct 2002 22:07:16 +0200, Sybrand Bakker wrote: >
>>>listener.ora >>>####################### >>># LISTENER.ORA Network Configuration File: /opt/oracle/product/9.2.0/network/admin/listener.ora >>># Generated by Oracle configuration tools. >>> >>>LISTENER = >>> (DESCRIPTION_LIST = >>> (DESCRIPTION = >>> (ADDRESS_LIST = >>> (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.1.100)(PORT = 1521)) >>> ) >>> ) >>> ) >>> >>>SID_LIST_LISTENER = >>> (SID_LIST = >>> (SID_DESC = >>> (SID_NAME = PLSExtProc) >>> (ORACLE_HOME = /opt/oracle/product/9.2.0) >>> (PROGRAM = extproc) >>> ) >>> (SID_DESC = >>> (GLOBAL_DBNAME = MYDB) >>> (ORACLE_HOME = /opt/oracle/product/9.2.0) >>> (SID_NAME = MYDB) >>> ) >>> )
>>>LISTENER = >>> (DESCRIPTION_LIST = >>> (DESCRIPTION = >>> (ADDRESS_LIST =
>> (address=(protocol=ipc)(key=extproc0))
>>> (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.1.100)(PORT = 1521)) >>> ) >>> ) >>> )
![]() |
![]() |