One of our developers wrote:
"There's a problem with the editing of CLOBs in PL/SQL Developer, version 6.0.2.880.
If you go in and edit a CLOB a single hex character, '00', is added to the end of the
clob. This also occurs if you edit the clob by loading an external file.
This may seem like a small error but it chokes my XML Parser and I get an exception saying
"Expected EOF character" (i.e. the parser was expected the end of the file and got the extra
'00' hex character instead).
By the way this never occurred on the old version of PL/SQL Developer (version 5.1.6.747).
In that version you could only load the contents of a file into a CLOB. But when you did
that the CLOB contained only what was in the file - No extra character at the end.
BTW I've been through the forum at http://www.allroundautomations.com/plsqldev.html and
can't find this bug reported anywhere."
"There's a problem with the editing of CLOBs in PL/SQL Developer, version 6.0.2.880.
If you go in and edit a CLOB a single hex character, '00', is added to the end of the
clob. This also occurs if you edit the clob by loading an external file.
This may seem like a small error but it chokes my XML Parser and I get an exception saying
"Expected EOF character" (i.e. the parser was expected the end of the file and got the extra
'00' hex character instead).
By the way this never occurred on the old version of PL/SQL Developer (version 5.1.6.747).
In that version you could only load the contents of a file into a CLOB. But when you did
that the CLOB contained only what was in the file - No extra character at the end.
BTW I've been through the forum at http://www.allroundautomations.com/plsqldev.html and
can't find this bug reported anywhere."