Can not compare schema name in view
istanbul34
Posts: 7 New member
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 :
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:
thanks for your help
Target:
CREATE OR REPLACE FORCE VIEW test1.vw_test ("ID",col1,col2) AS
select id,col1,col2 from test;
thanks for your help