|
发表于 2003-11-2 06:37:18
|
显示全部楼层
[root@localhost init.d]# ./ora9 start <-----------
./ora9: line 27: /proc/sys/kernel/fs/file-max: No such file or directory
LSNRCTL for Linux: Version 9.2.0.1.0 - Production on 01-NOV-2003 14:33:43
Copyright (c) 1991, 2002, Oracle Corporation. All rights reserved.
Starting /opt/ora9/product/9.2/bin/tnslsnr: please wait...
TNSLSNR for Linux: Version 9.2.0.1.0 - Production
Log messages written to /opt/ora9/product/9.2/network/log/listener.log
Error listening on: (ADDRESS=(PROTOCOL=tcp)(PORT=1521))
TNS-12542: TNS:address already in use
TNS-12560: TNS:protocol adapter error
TNS-00512: Address already in use
Linux Error: 98: Address already in use
Listener failed to start. See the error message(s) above...
/opt/ora9/product/9.2/Apache/Apache/bin/apachectl start: httpd (pid 3908) already running
SQL*Plus: Release 9.2.0.1.0 - Production on Sat Nov 1 14:33:43 2003
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
SQL> Connected to an idle instance.
SQL> ORA-01078: failure in processing system parameters
LRM-00109: could not open parameter file '/opt/ora9/product/9.2/dbs/initora9i.ora' <------
SQL> Disconnected
[root@localhost init.d]#
then i use
su -oralce
then,
SQL> startup pfile=/opt/ora9/product/9.2/dbs/initbvst.ora
LRM-00109: could not open parameter file '/opt/ora9/product/9.2/dbs/initbvst.ora'
ORA-01078: failure in processing system parameters
so, what i need to do? help.please |
|