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!

A list of invalid characters

s_dot1985Sep 21 2010 — edited Sep 23 2010
Hi,

I have to insert over 1,500 rows of data with a free form text column callled description (stored in Excel at d mo) that will have to put into varchar2 column in my table.

The problem is there will be a lot of invalid charcters in in the description fields which will stop the rows from being inserted into the table. I can removed the obvious invalid characters like ', &, etc. but i don't know some of the not so obvious characters.

I want to insert the 1,500 rows in batches but my insert statements are getting all messed up because of the invalid characters. I can just remove the invalid charters using Ctrl+H in excel and then batch insert the rows.

Does anybody have a link to a list of all the invalid characters that can't go into an insert statement easily?

Thanks in advance
This post has been answered by 404085 on Sep 22 2010
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 21 2010
Added on Sep 21 2010
12 comments
10,497 views