I am using 8i 8.1.5 and I want to import views in to my application.
However, I only want to import user views accessible to a particular
user, not all of the system views. I can't use the user_views view
because this only shows me the views a user owns. However, if I use
all_views, if the user is a power user, I get all the system views.
I've searched the documentation to find out if views are typed or if I
can filter out the system views with no joy.
OLEDB can tell me that particular views are system views so I figure
the information must be in there somewhere!
Does anyone out there know?
TIA