Calling a SQL script from server using PLSQL package
Hi,
I would like to call a SQL script in a particular location from the PLSQL package. How can we do this?
Example,
SQL Location: /home/test/testscript.sql
Can I call this script directly from PL/SQL package?
Best Regards,
Srikanth
0