Binary files are different?

Maxmix

Member³
Hi,
Quite often during schema compare mode, I am seeing the message: "Binary files ... and ... are different". As result, I cannot see differences. I wonder, how DDL SQL for, for example, triggers' definition, could turn into "binary files"?

This is the sample of our real trigger definition (just a number of first lines).
CREATE OR REPLACE TRIGGER "PAYMAN".TALLB_РМЗ
BEFORE update or insert or delete on payman.РАСПРЕДЕЛЕНИЯ_МЕСЯЦ_ЗАПИСИ
for each row

declare
-- шапка(запись РАМ) автоматически создается/модифицируется/уничтожается данным триггером
. . . . . . . . . .

Could you explain, how ExamDiff differentiates whether a file is binary or not?
 

Hi Marco,

Have you found the solution?
I used to use Compare User Objects a lot, but now it is almost unusable!
(almost sure, this bug arose not so long ago)

 
Back
Top