摘要: 如果你的服务器换了ip怎么办? 如果你的服务器换了名字怎么办? 以前的小伙伴怎么办? 以前的老客户怎么办? 没关系,简单教你修改监听地址,老朋友随便找! 想要修改监听地址首先要找到两个文件,确定两样东西! 第一 你的主机名字? 第二 你的IP地址? 第三 你的listener.o... 阅读全文
posted @ 2014-08-06 21:34 xingoo 阅读(21909) 评论(0) 推荐(0)
摘要: Oracle启动监听报错,提示 连接中断[oracle@localhost ~]$ lsnrctl startLSNRCTL for Linux: Version 11.2.0.1.0 - Production on 06-AUG-2014 20:02:16Copyright (c) 1991, 2... 阅读全文
posted @ 2014-08-06 20:37 xingoo 阅读(28162) 评论(1) 推荐(0)
摘要: 启动监听器无法打开,报错! 1 [oracle@localhost ~]$ lsnrctl start 2 3 LSNRCTL for Linux: Version 11.2.0.1.0 - Production on 06-AUG-2014 19:40:52 4 5 Copyright (c)... 阅读全文
posted @ 2014-08-06 20:31 xingoo 阅读(11604) 评论(0) 推荐(0)
摘要: Linux系列启动1、启动数据库实例,分为两步:第一步,启动监听;第二步,启动数据库实例。1.1进入到sqlplus启动实例[oracle@redhat~]$su-oracle--“切换到oracle用户”[oracle@redhat~]$lsnrctlstart--“打开监听”[oracle@re... 阅读全文
posted @ 2014-08-06 09:24 xingoo 阅读(5325) 评论(0) 推荐(0)