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 Quote 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. Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.