brianlange Posted December 19, 2011 Share Posted December 19, 2011 I have a php script that creates a flat file that I would like to load into a Oracle table. I've looked at Oracle bulk loader, but I don't think I can run this within my php script, is this correct? What is the best way to go about this? Thanks, -Brain Link to comment https://forums.phpfreaks.com/topic/253499-loading-data-from-a-flat-file-into-oracle-from-php-script/ Share on other sites More sharing options...
premiso Posted December 19, 2011 Share Posted December 19, 2011 If the Oracle Bulk Loader has a command line interface, you can use exec or shell_exec to call it. Link to comment https://forums.phpfreaks.com/topic/253499-loading-data-from-a-flat-file-into-oracle-from-php-script/#findComment-1299457 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.