on ‎2016 Jul 04 3:36 AM
Request clarification before answering.
Hi
Try the following
Select * from accessible_views where USER_NAME = <user>
It will display all available views. for that user.
The attribute views which are created comes under _SYS_BIC . You may try to filter
Select * from accessible_views where SCHEMA_NAME = '_SYS_BIC'
There is another view called VIEWS
Thanks and regards.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 15 | |
| 9 | |
| 6 | |
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.