Maxmix
Member³
Hello!
I utilize the 'Compare to...' feature a lot, and consider it as an important step towards our prospective 'Fast Compare And Sync' feature
for db objects of any type.
However, 'Compare to...Other database source' REQUIRES connecting to the 'other db' as the owner of the PLSQL object in question.
Which is inconvenient because I have to remember all passwords for all possible schemas. Even then we get the inevitable difference in ExamDiff at Line #1, for example:
Editor (the left pane) starts with:
create or replace package body contracts.e_pkg is
...
Other Db pane (on the right) starts with :
create or replace package body e_pkg is
...
i.e. before comparison, the package owner has been removed from the 'other source'.
Can you please allow us to compare to other db sources, by always providing the same credentials of some powerful user?
I utilize the 'Compare to...' feature a lot, and consider it as an important step towards our prospective 'Fast Compare And Sync' feature

However, 'Compare to...Other database source' REQUIRES connecting to the 'other db' as the owner of the PLSQL object in question.
Which is inconvenient because I have to remember all passwords for all possible schemas. Even then we get the inevitable difference in ExamDiff at Line #1, for example:
Editor (the left pane) starts with:
create or replace package body contracts.e_pkg is
...
Other Db pane (on the right) starts with :
create or replace package body e_pkg is
...
i.e. before comparison, the package owner has been removed from the 'other source'.
Can you please allow us to compare to other db sources, by always providing the same credentials of some powerful user?