Hello All,
Varchar2(4000 char) is one of the columns definition of my base table. When I try to create materialized view on base table, it throws an error "ORA-00997: illegal use of LONG datatype"
Is there a way to bring in all 4k characters ? if not then we are ok to go down on character limit.
Thanks,
Nawaz