Skip to Main Content

Oracle Database Discussions

Announcement

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!

Issue in uploading from csv to Oracle Database

appsfhAug 25 2012 — edited Aug 26 2012
Hi All,

I did some interfaces to data upload data from external applications to Oracle Database. So I export the data in to a .csv and update it to the Oracle.
I have used both external tables and utl.file methods.
But In both methods i found a common issue, that is the last column in the csv file updates with an <enter>. (Please find the link for more details).
http://i496.photobucket.com/albums/rr325/firefoze/excel_err-1.jpg
It returns error when interfacing, ( I used trim function also).
So Every time i update a temp column as last and i did the interfacing part.
But when it comes to automation I have no way to do this.

Please help me to solve this issue.

Thanks
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 23 2012
Added on Aug 25 2012
10 comments
373 views