Bugs Found

asgeo1

Member
Hi there,

following up on my earlier post, here are some bugs that I have found in your product.

Again, I hope some of them are just a misunderstanding so please let me know if it is something I am doing wrong!

Regards,
-adam

BUGS:
  • When comparing user objects, change script does not get the schema name correct for foreign key references. I.e. always assumes the referenced table is in the same schema, but it might not be.
  • Compare user objects does not remove tables that exist in the target schema but do not exist in the source schema.
  • For some reason directories do not seem to be picked up in schema comparison
  • Compare user objects does not compare the columns of the view, just the underlying SQL statement
  • Script to create a table orders the columns in the wrong order, if the primary key of the table is not the first column. I.e. pl/sql developer always puts the pk first, but that may not be the true order of the columns.
 
The first four issues are indeed known restrictions. I'm not sure I understand the last issue though. Can you provide an example?
 
Back
Top