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 user/pass@server is my credentials. What swill be the shell script to do such a work?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
For example:
|
|||
|
If you want to redirect the output to a log file to look for errors or something. You can do something like this.
|
|||
|
|
|
Wouldn't something akin to this be better, security-wise?:
|
|||||
|