Examples of some shell scripts for UNIX, HP-UX version
Author Daniel G. Campos 2008
this repository contains some examples of shell scripts for your review
1. execute_sql_from_sh.sh : example of execution of .sql script for Oracle database from a .sh script, with some parameters received from the process which executes the script and send them back to the database.
2. execute_sql_from_sh_2.sh : example of execution of .sql script for Oracle database from a .sh script, no parameters received.
LICENSING
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
Daniel G. Campos