Hello everyone.
I have a table with an XML field, the table must be copied to a new one, when I run:
insert into new_table
select * from old_table;
Delivery the following error:
SQL Error: ORA-64464: Error Event XML
ORA-19202: There was an error in processing
LSX-00234: invalid decimal "4,225714285714286"
XML
00000 64464. - "XML event error"
Can someone please help me, I need to convert the character set to 'UTF8' which would solve the problem.
Thank you very much
Carlos