Object Comparison of Code Excluding Quotes

Thanks to Oracle DataPump I now have double quotes in all of my code objects (except views). When I compare my newly imported DB objects to production they all show up as different because they now have

Create or Replace Function\ Package\ Procedure\ Trigger "OBJECT_NAME"

instead of

Create or Replace Function\ Package\ Procedure\ Trigger Object_Name.

Do you have a way of turning off case sensitivity and ignoring double quotes in the comparison? If not, can you add this to the list of enhancements since I'm sure other people will start having this problem when using Oracles DataPump for maintaining their environments.
 
Back
Top