For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!
Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.
i have created one php cript to run sqlldr from php script. If i am running from putty its running properly. but not running from browser. Its giving return code 3 but from putty i am getting 0.
script is to import csv from php into oracle database.
Can you be more precise in your question? There are a lot of people that use Oracle Databse with Django without any problem so we need to know exactly what you are doing and what errors you are getting (if any).
When you say you "can't view the data in database" is that in another session?
Perhaps you just need to COMMIT the data in the Django session to make the data viewable from other sessions...