Hi,
I am removing sal column from table tab_emp;
i want to check whether any materialized view or view using this column by querying using data dictionary :-
if i use like condition against query column of all_mviews it is throwing error sicne it is long data type.
is there a way to search it without creating any function and use it in a query
Thanks,
Ajoy