oracle启动错误提示---hostname原因导致

#刚开始直接root用户登录,在etc目录,切换到oracle,输入lsnrctl start启动oracle时提示"lsnrctl: command not found"
[[email protected]_test etc]# su oracle
[[email protected]_test etc]$ lsnrctl start
bash: lsnrctl: command not found
#切换回root用户,cd /根目录, 再次su - oracle ,输入lsnrctl start启动oracle,这次正常啦.
[[email protected]_test ~]$ cd /
[[email protected]_test /]$ su -root
su: invalid option -- ‘r‘
Try `su --help‘ for more information.
[[email protected]_test /]$ su - root
Password: 
[[email protected]_test ~]# su - oracle
[[email protected]_test ~]$ 
[[email protected]_test ~]$ lsnrctl start

LSNRCTL for Linux: Version 11.2.0.3.0 - Production on 04-JUL-2016 22:06:57

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

Starting /u01/app/oracle/product/11.2.0/db_1/bin/tnslsnr: please wait...

TNSLSNR for Linux: Version 11.2.0.3.0 - Production
Log messages written to /u01/app/oracle/diag/tnslsnr/loveyao_test/listener/alert/log.xml
Error listening on: (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
TNS-12545: Connect failed because target host or object does not exist
 TNS-12560: TNS:protocol adapter error
  TNS-00515: Connect failed because target host or object does not exist
   Linux Error: 25: Inappropriate ioctl for device

Listener failed to start. See the error message(s) above...

[[email protected]_test ~]$ 
#如上所示: oracle启动失败,提示"Error listening on: (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
TNS-12545: Connect failed because target host or object does not exist"

#hosts文件导致,切换root修改hosts文件,重新启动oracle可以正常启动. 具体操作如下:
[[email protected]_test alert]$ su - root
Password: 
[[email protected]_test ~]# 
[[email protected]_test ~]# 
[[email protected]_test ~]# vi /etc/hosts

127.0.0.1   localhost localhost.localdomain localhost4 localhost4.localdomain4
::1         localhost localhost.localdomain localhost6 localhost6.localdomain6
~
#将hosts文件localhost 修改成主机名hostname的名字,
注意: vi /etc/sysconfig/network 文件可以修改hostname的名字(这里修改后需要重启系统).
[[email protected]_test ~]# vi /etc/hosts

127.0.0.1   loveyao_test localhost.localdomain localhost4 localhost4.localdomain4
::1         localhost localhost.localdomain localhost6 localhost6.localdomain6
~
[[email protected]_test ~]# su - oracle
[[email protected]_test ~]$ lsnrctl start

LSNRCTL for Linux: Version 11.2.0.3.0 - Production on 04-JUL-2016 22:23:22

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

Starting /u01/app/oracle/product/11.2.0/db_1/bin/tnslsnr: please wait...

TNSLSNR for Linux: Version 11.2.0.3.0 - Production
Log messages written to /u01/app/oracle/diag/tnslsnr/loveyao_test/listener/alert/log.xml
Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=loveyao_test)(PORT=1521)))

Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
STATUS of the LISTENER
------------------------
Alias                     LISTENER
Version                   TNSLSNR for Linux: Version 11.2.0.3.0 - Production
Start Date                04-JUL-2016 22:23:22
Uptime                    0 days 0 hr. 0 min. 0 sec
Trace Level               off
Security                  ON: Local OS Authentication
SNMP                      OFF
Listener Log File         /u01/app/oracle/diag/tnslsnr/loveyao_test/listener/alert/log.xml
Listening Endpoints Summary...
  (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=loveyao_test)(PORT=1521)))
The listener supports no services
The command completed successfully
[[email protected]_test ~]$ 
#查看oracle监听端口1521
[[email protected]_test ~]$ ss -tanl
Recv-Q Send-Q               Local Address:Port                 Peer Address:Port 
0      128                             :::111                            :::*     
0      128                              *:111                             *:*     
0      128                             :::1521                           :::*     
0      128                             :::25493                          :::*     
0      128                             :::22                             :::*     
0      128                              *:22                              *:*     
0      128                      127.0.0.1:631                             *:*     
0      128                            ::1:631                            :::*     
0      100                            ::1:25                             :::*     
0      100                      127.0.0.1:25                              *:*     
0      128                              *:39108                           *:*     
[[email protected]_test ~]$
时间: 2024-10-23 00:51:57

oracle启动错误提示---hostname原因导致的相关文章

oracle启动,提示“LRM-00109: could not open parameter file”

oracle启动,提示“LRM-00109: could not open parameter file” LRM-00109: could not open parameter file '/home/oracle/oracle10g/dbs/initoms 今天连接Oracle数据库的时候,发现数据没启动,利用startup命令,出现错误提示如下: SQL> startupORA-01078: failure in processing system   parametersLRM-0010

Android 启动模拟器是出现“Failed to allocate memory: 8”错误提示的原因及解决办法

原因:设置了不正确AVD显示屏模式,4.0版默认的模式为WVGA800,改成WXGA720后导致不支持. 解决办法:编辑这个AVD,将Skin -> Build in的参数改回默认参数.

wampserver 的Apache启动错误提示:The requested URL / was not found on this server.

打开localhost显示以下错误 原因:之前我配置了虚拟主机,所以服务器是从虚拟环境访问的,localhost也就访问不到 解决方法:打开httpd.conf配置文件,将Include conf/extra/httpd-vhosts.conf改为#Include conf/extra/httpd-vhosts.conf(下次配置虚拟主机的时候要重新打开这个选项) 原文地址:http://www.wanysys.cc/coding/php/800.html

Oracle启动时提示map size mismatch; abort

今天在DELL服务器的Redhat 6.4上安装Oracle10.2.0.4,用sqlplus 登陆数据库,会出现如下的提示: map size mismatch; abort: Success,不过其他的功能都正常,只是有这个提示 解决方法: alter system set "_enable_NUMA_optimization"= false scope=spfile; alter system set "_db_block_numa"=1 scope=spfi

wordpress错误提示”抱歉,由于安全原因,这个文件类型不受支持。”解决方法

尝试使用wordpress上传.apk文件,出现了“抱歉,由于安全原因,这个文件类型不受支持.”的错误提示,原因如提示所说,wordpress上传文件不支持.apk格式. 很久之前博客吧分享过通过修改源文件增加WordPress允许上传附件格式的方法,比较粗暴,事实上可以直接通过在主题的functions.php文件中添加函数实现. 把functions.php文件中添加以下代码: 1 2 3 4 5 function add_file_type($mimes = array()) { $mim

Android 关于“NetworkOnMainThreadException”出错提示的原因及解决办法

http://blog.csdn.net/aminfo/article/details/7903112 几乎每天都在论坛里面看到有网友问这个问题,代码是无误的,在低版本的API上都可以运行的,但在3.0以上的版本就会出现NetworkOnMainThreadException 出现Android.os.NetworkOnMainThreadException错误提示的原因 原因:不允许在主线程中进行网络访问 解决办法:将网络访问的操作单独放到一个线程中,代码如下: [java] view pla

Oracle登录时提示错误,导致用户无法登录

Oracle登录时提示错误,导致用户无法登录,错误如下 ------------------------------------------------------------------------- ORA-00604:递归SQL级别1出现错误 ORA-01653表SYS.AUD$无法通过1024(在表空间SYSTEM中扩展) ORA-02002:写入审计线索时出错 ORA-01653表SYS.AUD$无法通过1024(在表空间SYSTEM中扩展) ---------------------

ORA-01078和LRM-00109问题导致ORACLE启动失败解决方法

操作环境 SuSE11 + ORACLE11gR2(11.2.0.3) 问题现象 新安装ORACLE启动失败,提示ORA-01078和LRM-00109错误.具体错误现象如下 SQL> startup ORA-01078: failure in processing system parameters LRM-00109: could not open parameter file '/home/oracle/base/dbs/initora11g.ora'  问题分析 根据错误分析是查找不到参

http启动时提示如下错误Permission denied

apache配置了多端口,启动时提示如下错误,原因是selinux开启导致 [[email protected] conf]# /etc/init.d/httpd start Starting httpd: [Tue Dec 20 11:34:44 2016] [warn] NameVirtualHost *:80 has no VirtualHosts (13)Permission denied: make_sock: could not bind to address [::]:8001 (