Need to checkfor few informations for view
Hi
We have a view which contains 60+ tables having various where conditions This view is very critical from business perspective. As per my best of knowledge, I can check name of tables used in view from DBA_DEPENDENCIES and where conditions of various tables from DBA_VIEWS.
I would like to know is there any other view/table from where I can get the following information
1) Any table which is being used in view for more than once
2) all where conditions
I would appreciate if someone can share this information
Rgds
Harvinder
We have a view which contains 60+ tables having various where conditions This view is very critical from business perspective. As per my best of knowledge, I can check name of tables used in view from DBA_DEPENDENCIES and where conditions of various tables from DBA_VIEWS.
I would like to know is there any other view/table from where I can get the following information
1) Any table which is being used in view for more than once
2) all where conditions
I would appreciate if someone can share this information
Rgds
Harvinder
0