I use the following way to call oracle stored procedure in perl script, how can I use the same way to call oracle function ?
$str = "sqlplus -s <<-eof \n" . "$db_login \n" . "WHENEVER SQLERROR EXIT FAILURE; \n" . "EXEC @ARGV[0]; \n". "exit; \n". "EOF\n"; $return_code = system($str);
How can I call oracle function in perl script without using DBI and DBD ?
Thanks
Code tags added by GrandFather
In reply to how to call oracle function from perl script by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |