Hi, I have jave program that will parse a XML (I make use of SAX parser) and retrieve the content of some elements to store into the DB. However sometimes I found I got an error known as "java.sql.SQLException: ORA-01704: string literal too long". I have made the relative field in the table to be of datatype LONG. But it seems it doesn't help. Do you have any idea?
Thanks
Thanks