I have three software systems that transfer data to each other on a daily basis. Two systems are running Oracle8i, the third is not (and does not support UTF8). When I transfer data from UTF8 to ASCII, it garbles any extended characters set. When I try to move the data back, the garble text could not be converted and kill my session.
Is there a command in Oracle where I can use with the Insert statement to detect bad ASCII text and ignore that record? Or is there another way I can handle this. Thanks,
Is there a command in Oracle where I can use with the Insert statement to detect bad ASCII text and ignore that record? Or is there another way I can handle this. Thanks,