Comments
2 comments
-
Hi Denis,
Apologies for the issues you are experiencing with Schema Compare for Oracle. There is a feature that could be utilized to address the issue you're encountering with theNONEDITIONABLEkeyword. This feature, known as "ignore rules," allows you to tailor the objects that need to be considered as part of a specific project, potentially omitting those that lead to the endless loop you described. By configuring ignore rules, you can reduce the number of objects analyzed during a database comparison operation, which could help in avoiding the repetitive scripting out of identical objects due to the presence of theNONEDITIONABLEkeyword. I included a helpful link below. Please let us know if you have any other questions.
setting-up-the-comparison/using-ignore-rules
Best,
Hassan
Product Support Engineer -
Perfect yes I did find these and it works, thanks
Add comment
Please sign in to leave a comment.
Thus the compare never considers the view as identical and keeps scripting it out as a new object.
- The schema compare finds a difference in the object
- The objects are scripted out for update
- The update does nothing as the objects are identical in Oracle
- The schema compare finds a difference in the object
- Starts all over again
Thus you have an endless loop.