Hi Christophe,
Can you do a generate schema script on the schemas being compared and email it to me so I can try to reproduce it? john.dorlon@quest.com
-John
Hi Christophe,
Can you do a generate schema script on the schemas being compared and email it to me so I can try to reproduce it? john.dorlon@quest.com
-John
What option in Toad do you mean with "generate schema script"? (the create script via Users does not include packages and triggers)
From main menu:
Database -> Export -> Generate Schema Script.
Hi Christophe,
I am not sure yet why this is happening, but it's interesting that the trigger with the problem is the first one alphabetically. Some questions and comments:
-John
Hi John
I use the .ini file option "Dont compare schema name in trigger desc", but ignoring it completely would be better.
Just a question (might be related):
How is the trigger text-generated in the output-file?
eg
CREATE OR REPLACE TRIGGER DUO_DAO.act_accounts_dio
instead of delete
ON DUO_DAO.ACT_ACCOUNTS_TV
for each row
--> This is the exact text as created on source. Do you use DBMS_METADATA.GET_DDL or custom method?
Hi Chrisophe,
I checked the SQL that we're running, including when using a complicated "not like" filter, as I see you are using. For me, it always includes "where owner = ...", so it shouldn't matter if the object exists in another schema.
I will add an option to at least ignore case and whitespace in DBA_TRIGGERS.DESCRIPTION. I am not sure that it can be safely ignored completely.
We create the trigger source using our own code, getting data from the values in DBA_TRIGGERS, and also sometimes DBA_SOURCE
I'll keep looking at this problem today.
-John