linux bash lsnrctl,[转]lsnrctl: command not found
我的ORACLE_HOME/bin的路徑下,能夠找到lsnrctl.
但是直接執行lsnrctl start還是沒有用!
必須如下操作才可以:
[oracle@localhost bin]$ ./lsnrctl
LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 07-SEP-2009
07:30:55
Copyright (c) 1991, 2005, Oracle. All rights reserved.
Welcome to LSNRCTL, type "help" for information.
LSNRCTL> start
Starting /home/oracle/project/10g/bin/tnslsnr: please wait...
TNSLSNR for Linux: Version 10.2.0.1.0 - Production
System parameter file is
/home/oracle/project/10g/network/admin/listener.ora
Log messages written to
/home/oracle/project/10g/network/log/listener.log
Listening on:
(DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC2)))
Listening on:
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=localhost.localdomain)(PORT=1522)))
Connecting to
(DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC2)))
STATUS of the LISTENER
------------------------
Alias LISTENER
Version TNSLSNR for Linux: Version 10.2.0.1.0 - Production
Start Date 07-SEP-2009 07:31:00
Uptime 0 days 0 hr. 0 min. 0 sec
Trace Level off
Security ON: Local OS Authentication
SNMP OFF
Listener Parameter File
/home/oracle/project/10g/network/admin/listener.ora
Listener Log File
/home/oracle/project/10g/network/log/listener.log
Listening Endpoints Summary...
(DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC2)))
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=localhost.localdomain)(PORT=1522)))
Services Summary...
Service "PLSExtProc" has 1 instance(s).
Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this
service...
The command completed successfully
總結
以上是生活随笔為你收集整理的linux bash lsnrctl,[转]lsnrctl: command not found的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: java equ,Java equals
- 下一篇: 数据结构-树的基础代码