标签:style ar sp 文件 div on art bs ad
怎样绕过oracle 监听的password设置:
1.找到监听进程pid ,并将它kill 掉
ps -ef|grep tns
[oracle@lixora admin]$ ps -ef|grep tns
root 9 2 0 Jul11 ? 00:00:00 [netns]
oracle 29668 1 0 10:12 ? 00:00:00 /oracle/bin/tnslsnr LISTENER -inherit
oracle 29677 29487 0 10:15 pts/1 00:00:00 grep tns
kill -9 pid
kill -9 29668
2.然后替换掉原来的listener.ora 文件
3.然后启动监听
怎样绕过oracle listener 监听的password设置
标签:style ar sp 文件 div on art bs ad
原文地址:http://www.cnblogs.com/bhlsheji/p/4069928.html