
Using Embedded SQL vs Stored procedures in Perl DBI?DBD for Oracle
I need to know the pros/cons of using straight SQL or embedded sql in Perl like
a Select statement vs using stored procedures and calling them from Perl to do
the same.
I appreciate any help.
Thanks.