暂无图片
暂无图片
暂无图片
暂无图片
暂无图片

oracle12c已经取消了监听启动密码的特性

lsnrctl
LSNRCTL> start
LSNRCTL> change_password
Old password:***
New password:***
Reenter new password:***
LSNRCTL> save_config
复制

在一次项目中需要设置数据库监听器(LISTENER)启动密码,但是发现lsnrctl交互界面中没有change_password这个命令。

报错:

NL-00853: undefined command "change_password". Try "help"
复制

help一下

LSNRCTL> help
The following operations are available
An asterisk (*) denotes a modifier or extended command:

start           stop            status          services
servacls        version         reload          save_config
trace           spawn           quit            exit
set*            show*
复制

在11g中查看监听的帮助信息,是有change_password参数的。

start               stop                status
services            version             reload
save_config         trace               change_password
quit                exit                set*
show*
复制


可以看到12c中这个命令确实不存在,查看官方文档,发现确实以及取消了监听密码这个特性。


8.6.3 Desupport of Oracle Net Listener Password

In Oracle Database 12c, the Oracle Net Listener password feature is no longer supported. This does not cause a loss of security because authentication is enforced through local operating system authentication.

See Also:
Oracle Database Net Services Reference for more information about Oracle Net Listener security
复制




官方文档链接:

https://docs.oracle.com/database/121/UPGRD/deprecated.htm#BABDBIBJ

















「喜欢这篇文章,您的关注和赞赏是给作者最好的鼓励」
关注作者
【版权声明】本文为墨天轮用户原创内容,转载时必须标注文章的来源(墨天轮),文章链接,文章作者等基本信息,否则作者和墨天轮有权追究责任。如果您发现墨天轮中有涉嫌抄袭或者侵权的内容,欢迎发送邮件至:contact@modb.pro进行举报,并提供相关证据,一经查实,墨天轮将立刻删除相关内容。

评论