Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

to get list of materialized views/views using a column of a table

user13103901Oct 17 2013 — edited Oct 17 2013

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

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 14 2013
Added on Oct 17 2013
3 comments
803 views