Problem with Oracle Data Compare Tool
Posted: Sat 04 Sep 2010 20:13
Hi,
I am trying your new tool and i found a problem.
If record in the source database contain a quote the script is not generating a double quote. So this result in the error
ORA-01756: quoted string not properly terminated
and
ORA-00917: missing comma
Ex:
INSERT INTO SNA.CNVRO_PLI_SQL(MODULE, NO_LIGNE, LIGNE)
VALUES (NULL, 100, ' PUT EDIT('-----------------')(SKIP ,A);');
should be
INSERT INTO SNA.CNVRO_PLI_SQL(MODULE, NO_LIGNE, LIGNE)
VALUES (NULL, 100, ' PUT EDIT(''-----------------'')(SKIP ,A);');
Regards,
Kaeluan
I am trying your new tool and i found a problem.
If record in the source database contain a quote the script is not generating a double quote. So this result in the error
ORA-01756: quoted string not properly terminated
and
ORA-00917: missing comma
Ex:
INSERT INTO SNA.CNVRO_PLI_SQL(MODULE, NO_LIGNE, LIGNE)
VALUES (NULL, 100, ' PUT EDIT('-----------------')(SKIP ,A);');
should be
INSERT INTO SNA.CNVRO_PLI_SQL(MODULE, NO_LIGNE, LIGNE)
VALUES (NULL, 100, ' PUT EDIT(''-----------------'')(SKIP ,A);');
Regards,
Kaeluan