Compare User Object - feature request

hanbik

Member
I'd like to suggest adding an option to disable the comparing of column comments (user_col_comments) and possibly table comments (user_tab_comments). Comparing two full schemas takes quite a while. I don't know this for certain, but it stands to reason that comparing the comments on each column in the database could be a significant portion of that time. In a development environment, I often don't care what the contents of the comments are and just want the quickest schema comparison possible. It would also make scanning the resulting script for table differences easier without having to wade through all the commments.
 
Back
Top