使用 tnsnames.ora 的无密码 sqlplus?

发布于 2024-12-01 15:49:43 字数 127 浏览 0 评论 0原文

是否可以将数据库用户名和密码添加到 tnsnames.ora 文件中的 TNS 条目中,以便您可以运行 SQL*Plus 而无需记住用户名和密码?

无需进行有关安全的讲座。我完全了解这些风险,但在我所使用的环境中这不是问题。

Is it possible to add your database username and password to a TNS entry in your tnsnames.ora file, so that you can run SQL*Plus without having to remember your username and password?

There's no need for lectures about security. I am perfectly aware of the risks, which are not an issue in the environment I'm using.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

踏月而来 2024-12-08 15:49:43

不能通过 TNS 条目,但是您可以执行一个脚本,其中包含:

connect username/password

即:

sqlplus /nolog my_connect_script.sql

如果您愿意投入更多时间来寻找存储密码的“安全”方式,您应该研究 Oracle Wallet。

No via TNS entries however you can execute a script which has:

connect username/password

ie:

sqlplus /nolog my_connect_script.sql

If you're willing to invest more time into finding a "secure" way of storing your password you should research the Oracle Wallet.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文