Compare Trigger and Sequence not working

Version 8.0.3.1510 01.61292
50-user till 12/1/1010

Tools - Compare User Objects...
Select User Schema and Target Session
Complete list of User objects appear correctly in Selection Tab including Sequence and trigger objects.

Verified that target Schema has no sequences or triggers.

Compare All
Differences found...seems ok for Tables, Procedures...but sequence and trigger not in differences....I expect a create sequence and create trigger to be there.

Verified that I have the right Source and Target schemas.

Additionally source tables that dont exist in the target have create statements....alters are there for tables as well.

procedures appear to be there ok....

but no trigger or sequence create statements anywhere.

Please help...is this how to report a bug??
Thanks.
 
This works fine for me. Missing sequences and triggers are included in the resulting script as "create sequence" and "create or replace trigger" statements.

Can you send me an e-mail with some additional information and a screenshot or two to demonstrate the problem?
 
Back
Top