lsnrctl start error [message #335839] |
Wed, 23 July 2008 23:28 |
shiju_t_v
Messages: 56 Registered: May 2007 Location: kannur,kerala
|
Member |
|
|
LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 24-JUL-2008 09:57:33
Copyright (c) 1991, 2005, Oracle. All rights reserved.
Due to file scraching , my os was upgraded , /root and /etc were formated , all other partitions had no problem.
After upgrading OS , there was no os user oracle . then i created the os user with the command
userad -g oinstall -G dba oracle
and i gave all other permissions i have known .
then Oracle is started and i used it through the sql terminal .
But i can't start the listener , thats why i cant use oracle with PHP PHP
[oracle@linuxserver1]$lsnrctl start
Starting /u01/app/oracle/oracle/product/10.2.0/db_1/bin/tnslsnr: please wait...
TNSLSNR for Linux: Version 10.2.0.1.0 - Production
System parameter file is /u01/app/oracle/oracle/product/10.2.0/db_1/network/admin/listener.ora
Log messages written to /u01/app/oracle/log/listener01.log
Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.1.(PORT=1521)))
Error listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC0)))
TNS-12555: TNS:permission denied
TNS-12560: TNS:protocol adapter error
TNS-00525: Insufficient privilege for operation
Linux Error: 1: Operation not permitted
Listener failed to start. See the error message(s) above...
thanks in advance
|
|
|
|
|
|
|
|