如何用PL/SQL Developer 查询BW后台Oracle 中以/BI0/*、/BIC/*开头的数据表数据

11 篇文章 0 订阅

如何用PL/SQL Developer 查询BW后台Oracle 中以/BI0/*、/BIC/*开头的数据表数据

1、BW 中的数据表:

      BW中的对象对应后台自动生成的数据表是以 /BI0/* 、/BIC/* 开头:

      详见以下:

      These are the tables which are available bw including F & E Table.

       T  = /BIC/T* or BI0/T* = Text Table

       M = /BIC/M* or BI0/M* = Master Data Table View

       P = /BIC/P* or BI0/P* = attributes that are not time-dependent.

       Q = /BIC/Q* or /BI0/Q* = attributes that are time-dependent.

       S = /BIC/S* or /BI0/S* = SID (Surrogate ID) Table

       X = /BIC/X* or /BI0/X* = Generated when at least one time-INDEPENDENT attribute is defined as a Navigational Attribute.

       Y = /BIC/Y* or /BI0/Y* = Generated when at least one time-DEPENDENT attribute is defined as a Navigational Attribute.

       H = /BIC/H* or /BI0/H* = Hierarchy Table

       I   = /BIC/I* or /BI0/I* = Inclusion Table (for hierarchy)

       K = /BIC/K* or /BI0/K* = Hierarchy SID Table

       D = DIMENSION TABLES

       F = Fact Table

       E = Fact Table (Contains value after Compression of F Table)

       When patitioning the cube the table is divided into F & E table, after partitioning the data moves from F table to E table.

2、用户现在提出这样的需求,想用其他的BI分析工具来分析BW中的一些数据。即想用BW的一张物理表直接做远程数据源(不用

     JCO调用RFC的方式),所以我们只好到后台去找BW的最底层数据表。

     通过PL/SQL Developer,我们可以看到那些数据表(用SAPSR3用户登录)

    

3、现在用PL/SQL Developer去连接 BW 对应的 Oracle 数据库

     执行SQL 语句

     eg:SELECT * FROM "/BIC/OHZFIGL"    

       注意两项:

     (1)表名应该全大写(区分大小写)

     (2)表名应该用双引号括起来,否则提示“ORA-00903:表名无效”

       

 

       

       

          

 

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值