Options

Can not compare schema name in view

istanbul34istanbul34 Posts: 7 New member
edited August 16, 2020 1:54PM in Schema Compare for Oracle
Hi,

I use Schema Compare for Oracle (ver 5.7) When I compare 2 schemas I can see one identical view object as follow.
It does not compare schema names. In Tools/Projects/Options I did not check "exclude schema names".

In my opinion, these objects must be different not identical.
Is there any setting I am missing ?

Source :
CREATE OR REPLACE FORCE VIEW test1.vw_test ("ID",col1,col2) AS
select id,col1,col2 from TEST1.test;

Target:
CREATE OR REPLACE FORCE VIEW test1.vw_test ("ID",col1,col2) AS
select id,col1,col2 from test;


thanks for your help

Sign In or Register to comment.