Skip to Main Content

SQL Developer

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!

Bug in SQL Developer 18.1 (import .csv file)

_Dima_May 24 2018 — edited May 24 2018

It looks like a bug, when I try to import a .csv file into database table I can't use CLOB data type during importing. Thus I can't import data from .csv file into database when it contains cell with over 4k letters, because of varchar2 can work only with 4k letters length.

I bypass it by creating table with CLOB data, then import .csv file into this table. In this case Import Wizard don't ask me to specify data types for columns as the table is exists already.

For ppl who works with large set of data SQL Developer just unable to do import. Where can I fill a bug?

This post has been answered by unknown-7404 on May 24 2018
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 21 2018
Added on May 24 2018
4 comments
654 views