I recently had a post asking how to find the long description of information views.
Seems my project is now expanding and there's a lot more information I need to dig out.
I've looked through SYS & _SYS_BI but still struggling.
(Seems to be a fair amount of documentation relating to SYS, but less for _SYS_BI)
List of Views
First of all, getting a simple list of Information Views is proving difficult.
For example, for an analytical view 'myView', SYS.VIEWS returns the following:
"myView"
"myView/olap"
and for a Calculation View 'myView':
"myView"
"myView/dp/Projection_1"
"myView/dp/Projection_2"
Of course I could employ some fiddling and exclude all view ending with "/olap" or "dp/Projection_#"
... but that really doesn't feel like a very solid way of doing things.
What am I missing ?
Properties
Some of the more critical elements I am looking for :
> Default Client
> Data category
> Execute In (engine)
> Apply Privileges
I hate to ask for people to just 'give' me answers ... so quite happy if someone could point me to documentation that might help me help myself ![]()
Many Thanks (again)