Feature Request: compare table data on tables with CLOBs

Hello,

for us it would be very useful to have a comparison tool for table data that includes the functionality of comparing CLOB colums.

Currently only tables without CLOBs are working. Would it be possible to enhance the PLSQL Developer to be able to compare CLOBs as well?

Thanks
 
CLOB's can be compared, but not in script mode. Since CLOB data can be very large, one cannot create a script to update the data.

You can compare them in "Update database" mode though.
 
Back
Top