I don’t have time to write a perl or anything like that nor do I have admin access to the back end, so how can I get data from a file on the intranet (http://) and parse it to create a table? Maybe somehow via PL/SQL? Keep in mind I don’t have much admin access.
Share
If you want it to be completely automated
DBMS_SCHEDULERorDBMS_JOBpackage to schedule the jobThe Oracle database account you’re using will need to be granted access to all of these packages.