MikeTruscott
Technical User
Hi everyone,
I have a csv file with 6 million records in. When I split it into quarters I can import it (via an external table) to my ORACLE database with no problems. However, when I try to import the whole lot I get the error:
"KUP-04020 Found record longer than buffer size reported"
I get no BAD file but at the same time can't query the database at all.
I've done google searches on the error and nothing suggests a solution. Given that what I'm trying to do is probably very small compared to what some of you guys do I believe there must be a solution.
Can anyone help please? I'm guessing that I need to access the buffer sizes and change them to something more suitable? Are there different buffer sizes and which are the ones I need to change....and how do I go about doing this?
Many thanks
Mike
I have a csv file with 6 million records in. When I split it into quarters I can import it (via an external table) to my ORACLE database with no problems. However, when I try to import the whole lot I get the error:
"KUP-04020 Found record longer than buffer size reported"
I get no BAD file but at the same time can't query the database at all.
I've done google searches on the error and nothing suggests a solution. Given that what I'm trying to do is probably very small compared to what some of you guys do I believe there must be a solution.
Can anyone help please? I'm guessing that I need to access the buffer sizes and change them to something more suitable? Are there different buffer sizes and which are the ones I need to change....and how do I go about doing this?
Many thanks
Mike