11:43 pm in Oracle 融合中间件 by Eleven.Xu
概述
在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 →
Tags: adf11g
6:16 pm in Oracle企业绩效管理 by stevengu
-
Planning应用级别启用压缩
- 打开文件HYPERION_HOME\deployments\Weblogic9\servers\HyperionPlanning\webapps\HyperionPlanning\WEB-INF\web.xml
Read the rest of this entry →
Tags: EPM, Hyperion, Planning, Tuning
6:15 pm in Oracle企业绩效管理 by stevengu
-
设置注册表参数[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 →
Tags: EPM, HFM, Hyperion, Tuning
6:15 pm in Oracle企业绩效管理 by stevengu
-
修改Apache配置文件:HYPERION_HOME\common\httpServers\Apache\2.0.59\conf\httpd.conf
- MaxKeepAliveRequests 0
- LogLevel crit
Read the rest of this entry →
Tags: EPM, Hyperion, Tuning