Pro*C vs Shell Script
I would like to know the pros and cons of using Pro*C vs Shell Scripting (ksh or sh). The point is that it is neccesary to access to a database and I´ve heard that Shell scripts have less control due to SQL Plus (the via to access to bbdd) is more difficult to control.
Therefore I´d like to know the limits or pros and cons of using a Pro C programm or a Shell Script (with Sqlplus).
Thanks a lot in advance.