Hi folks,
I need to find all views that are using a particular schema. For Attribute & Analytic views it was pretty easy but I can't seem to find a similar system table to find schemas being used by calculation views. And we have a ton of calculation views.
This is what I use for join views;
select * from CS_JOIN_TABLES WHERE TABLE_SCHEMA_NAME = 'XYZ'
Any tips for the calc views? I'm looking at System Views reference guide and not finding solution but I could be blind.
Thanks
-Patrick