sqlplus run sql file的相關文章
bash - Connect to sqlPlus in shell script and run a .sql script file - Stack Overflow

bash - Connect to sqlPlus in shell script and run a .sql script file - Stack Overflow

瀏覽:1161
日期:2025-04-24
I have a .sql file, which is a bunch of oracle pl/sql commands and I want to create a shell script to run these commands. Suppose that user/pass@server is my credentials. ... Wouldn't something akin to this be better, security-wise?: sqlplus -s /nolog...看更多