gpt4 book ai didi

oracle - Sqlplus oracle : How can I run sql command on bash in 1 line?

转载 作者:行者123 更新时间:2023-12-04 02:53:35 25 4
gpt4 key购买 nike

我可以在 sqlplus 中的 bash 上将其转换为 1 个命令行吗?因为我想自动化它。

sqlplus / as sysdba
SQL> EXEC DBMS_XDB.SETLISTENERLOCALACCESS(FALSE);
exit

最佳答案

您不需要自动退出,因为它无论如何都应该在文件末尾退出。因此,您可以在一行中执行以下操作:

echo 'EXEC DBMS_XDB.SETLISTENERLOCALACCESS(FALSE);' | sqlplus / as sysdba

关于oracle - Sqlplus oracle : How can I run sql command on bash in 1 line?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11237824/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com