简体   繁体   English

OBIEE影响分析(使用SQL或PL / SQL)

[英]OBIEE Impact analysis (using SQL or PL/SQL)

I have been using Oracle Catalog Manager to determine which reports are being affected by RPD columns. 我一直在使用Oracle Catalog Manager确定哪些报告受到RPD列的影响。 I'm wondering if there is any ORACLE table where all these data is kept. 我想知道是否有任何保留所有这些数据的ORACLE表。

For example, by using SQL, am I able to get these data: 例如,通过使用SQL,我是否能够获取以下数据:

  1. How are the report columns defined back in metadata? 如何在元数据中重新定义报告列?
  2. What are the OBIEE objects (Analysis, BIP Reports, Prompts and filters etc.) that are being referenced by a column(s)? 列引用的OBIEE对象是什么(分析,BIP报告,提示和过滤器等)?
  3. How are columns mapped through metadata? 如何通过元数据映射列?
  4. Who are the owners of reports? 谁是报告的所有者?

Presentation Catalog objects are not stored in a database. 演示目录对象未存储在数据库中。 They are XML files on the file system in the folder structure holding your catalog! 它们是保存目录的文件夹结构中文件系统上的XML文件!

What you want to get you get through Catalog Manager the fat client tool or through the command line runcat.sh/cmd which is basically Catalog Manager wihtout a GUI 您想要获得的内容可以通过胖客户端工具的Catalog Manager获得,或者通过GUI基本上不是Catalog Manager的命令行runcat.sh/cmd获得。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM