I'm looking for all the cards that have a VIEW as the target object.

Environment:

OWB Tahoe development Version 11.2.0.1 Client on Windows 7
Repositories on Oracle EE 11.2 on AIX

Is there a way via the repository tables or OMB (shudder!) to get a list of all the cards that have a VIEW that the target object?

Thank you very much!!

-gary

Try this:

Re: How metadata repository OWB mapping?

**************
(1) log under user OWBSYS
(2) run a procedure owbsys.wb_workspace_management.set_workspace

exec owbsys.wb_workspace_management.set_workspace ('', '');
(3) now the public view contains rows
(4) at the end of the work to perform the owbsys.wb_workspace_management.unset_workspace procedure

exec owbsys.wb_workspace_management.unset_workspace ();

*************

Tags: Business Intelligence

Similar Questions

Maybe you are looking for