Thanks for the notes erman.
from this demo
http://ermanarslan.blogspot.in/2015/07/ebs-122-and-ebr-lets-make-demo.html,is the below editioning view(olderman) will exist in both the editions?
ERMAN_EDITION ( PATCH/OLD EDITION)
SQL> select * from erman;
DUMMY DUMMY2
---------- --------------------------------------------------
X
SQL> select * from olderman;
DUMMY
--------------------------------------------------
select status from dba_objects where object_name='ERMANP1';
STATUS
-------
VALID
ORA$BASE EDITION (RUN EDITION)
SQL> select * from erman;
DUMMY DUMMY2
---------- --------------------------------------------------
X
SQL> select * from olderman;
DUMMY
----------
X
select status from dba_objects where object_name='ERMANP1';