You are browsing the archive for 2009 十一月.

实现af:query与结果集Table的布局自适应

十一月 17, 2009 in Oracle 融合中间件

概述

在Oracle ADF中提供了多种Layout,这些Layout使得在进行页面开发时更为游刃有余,但在使用af:query组件时,在af:query部分实现自适应的同时使结果集Table也自适应是比较困难的。本文主要介绍了如何同时实现af:query与结果集Table的自适应。

实现

1、ADF应用

2、基于HR Schema的Jobs表创建Entity Object,View Object

3、创建Application Module,并将JobsView的实例添加到Application Module的Data Model中

4、在JobsView中创建Criteria,作为页面的af:query查询条件

Read the rest of this entry →

Planning Tuning

十一月 16, 2009 in Oracle企业绩效管理

  1. Planning应用级别启用压缩
    1. 打开文件HYPERION_HOME\deployments\Weblogic9\servers\HyperionPlanning\webapps\HyperionPlanning\WEB-INF\web.xml
      Read the rest of this entry →

HFM Tuning

十一月 16, 2009 in Oracle企业绩效管理

  1. 设置注册表参数[HKEY_LOCAL_MACHINE\SOFTWARE\Hyperion Solutions\Hyperion Financial Management\Server]

    MaxNumDataRecordsinRAM 1000000

    MinDataCacheSizeinMB 130

    MaxDataCacheSizeinMB 260

    NumMinutesBeforeCheckingLRU 15

    NumCubesLoadedBeforeCheckingLRU 100

    NumMaxDBConnections 120(Default 40)

    Read the rest of this entry →

Workspace/Core Services Tuning

十一月 16, 2009 in Oracle企业绩效管理

  1. 设置CMC
    1. 启动CMC服务
    2. 打开链接http://localhost:55000/cmc/index.jsp,进入CMC控制台
      Read the rest of this entry →

Hyperion Apache Tuning

十一月 16, 2009 in Oracle企业绩效管理

  1. 修改Apache配置文件:HYPERION_HOME\common\httpServers\Apache\2.0.59\conf\httpd.conf
    1. MaxKeepAliveRequests 0
    2. LogLevel crit
      Read the rest of this entry →