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;T
arget:CREATE OR REPLACE FORCE VIEW test1.vw_test ("ID",col1,col2) AS
select id,col1,col2 from test;
![]()
![]()
thanks for your help
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 ?
Target:
thanks for your help