安装Foundation补丁时候提示:Patch ID is null.
wood.2010-08-24
症状描述(Symptoms):
D:\Hyperion\OPatch>hpatch apply D:\Hyperion\OPatch\foundation_11113_26_WINNT\ShipDir
Invoking OPatch 10.2.0.4.5
Oracle 中间补丁程序安装程序版本 10.2.0.4.5
版权所有 (c) 2008, Oracle Corporation。保留所有权利。。
Oracle 主目录 : d:\Hyperion
主产品清单: C:\Program Files\Oracle\Inventory
OPatch 版本 : 10.2.0.4.5
OUI 版本 : 10.2.0.5.0
OUI 位置 : d:\Hyperion\oui
日志文件位置 : d:\Hyperion\cfgtoollogs\opatch\opatch2010-08-20_09-31-44上午.log
Patch history file: d:\Hyperion\cfgtoollogs\opatch\opatch_history.txt
ApplySession failed: Patch ID is null.
系统无任何变化, OPatch 不会尝试恢复系统
OPatch failed with error code = 73
解决方案(Solution):
需要安装补丁:6880880 版本号:10.2.0.0.0
解决不允许一个用户使用一个以上用户名与一个服务器或共享资源的多重连接
wood.2010-08-17
症状描述(Symptoms):
使用网络文件夹共享时,登陆一个帐户后要切换另一帐户登陆时,会提示:不允许一个用户使用一个以上用户名与一个服务器或共享资源的多重连接。
解决方案(Solution):
用net use命令可以查看你当前与网络资源的连接,例如驱动器映射、IPC连接。使用该命令后,应该可以看到本机和哪些服务器或共享资源有资源连接。
把你现在要访问的共享资源的连接断掉,使用命令 “net use \\xx.xx.xx.xx\ /del ”
把所有连接的共享资源断掉,使用命令“net use * /del /y”
Hyperion 11.1.2 Some referenced jars do not exist
wood.2010-08-11
症状描述(Symptoms):
Running preconfig checks...
ERROR: D:\oracle\Middleware\oracle_common\modules\oracle.jmx_11.1.1\jmxframework.jar not exists; file depth: 2; referenced from D:\oracle\Middleware\EPMSystem11R1\common\jlib\11.1.2.0\epm_soa.jar referenced from D:\oracle\Middleware\EPMSystem11R1\common\config\11.1.2.0\configtool.jar
ERROR: D:\oracle\Middleware\oracle_common\modules\oracle.odl_11.1.1\ojdl.jar not exists; file depth: 2; referenced from D:\oracle\Middleware\EPMSystem11R1\common\jlib\11.1.2.0\epm_j2se.jar referenced from D:\oracle\Middleware\EPMSystem11R1\common\config\11.1.2.0\configtool.jar
ERROR: D:\oracle\Middleware\oracle_common\modules\org.apache.commons.beanutils_1.6.jar not exists; file depth: 1; referenced from D:\oracle\Middleware\EPMSystem11R1\common\config\11.1.2.0\configtool.jar
ERROR: D:\oracle\Middleware\oracle_common\modules\oracle.dms_11.1.1\dms.jar not exists; file depth: 2; referenced from D:\oracle\Middleware\EPMSystem11R1\common\jlib\11.1.2.0\epm_j2se.jar referenced from D:\oracle\Middleware\EPMSystem11R1\common\config\11.1.2.0\configtool.jar
ERROR: D:\oracle\Middleware\oracle_common\modules\oracle.http_client_11.1.1.jar not exists; file depth: 2; referenced from D:\oracle\Middleware\EPMSystem11R1\common\jlib\11.1.2.0\epm_soa.jar referenced from D:\oracle\Middleware\EPMSystem11R1\common\config\11.1.2.0\configtool.jar
FATAL ERROR: Jars manifest check failed with message "Some referenced jars do not exist"
Exiting in 30 seconds
解决方案(Solution):
1.检查windows版本是否为Windows 2003 SP2/R2。(最重要的)
2.检查Foundation安装包是否完整。
浏览全文 » EPM安装配置/备份恢复/迁移 hyperion EPM 常见问题与解决方法 win2003 11.1.2
会话:Process Local Xref Request Using Shared Memory
wood.2010-06-23
症状描述(Symptoms):
When querying on a cube requiring an excessive currency conversion (like drill-down to lowest level), the @xref request on session browser is showing "In progress" all the time together with target cube process. When you try to kill it thru session browser, it shows "Terminating" and has to be killed from linux box kernal. The same kind of query running on V7 (linux box) can be killed immediately. On V11.1.1.2 server, it shows "Process local xref request using shared memory".
Cause
The shared memory is not handled correctly when connecting with an xref to another application. The shared memory has to be disabled with this .cfg parameter.
DisableSharedMemory appName TRUE
解决方案(Solution):
Add the following to the essbase.cfg file. Stop and start Essbase:
DisableSharedMemory appName TRUE
浏览全文 » Essbase Server (Analytic Services) 常见问题与解决方法 oracle EPM hyperion 11.1.1.3
安装smart view时候报:Internal Error 2254. Feature
wood.2010-06-11
ERROR:
---------------
In the Smartview error message box, 'Internal Error 2254., Feature' (内部错误 2254., Feature)
In the Smartview main installation window, the status is 'Calculation the required disk space.' (正在计算空间需求)
测试步骤:
---------------
X:\Smartview\SmartView.exe /v"/l*v \"c:\logfiles\installation.log\""
解决方法:
---------------
暂无
oracle表空间操作详解
wood.2010-06-02
一、建立表空间
Create TABLESPACE data01
DATAFILE '/oracle/oradata/db/DATA01.dbf' SIZE 500M
UNIFORM SIZE 128k; #指定区尺寸为128k,如不指定,区尺寸默认为64k
二、建立UNDO表空间
Create UNDO TABLESPACE UNDOTBS02
DATAFILE '/oracle/oradata/db/UNDOTBS02.dbf' SIZE 50M
#注意:在OPEN状态下某些时刻只能用一个UNDO表空间,如果要用新建的表空间,必须切换到该表空间:
Alter SYSTEM SET undo_tablespace=UNDOTBS02;
三、建立临时表空间
Create TEMPORARY TABLESPACE temp_data
TEMPFILE '/oracle/oradata/db/TEMP_DATA.dbf' SIZE 50M
四、改变表空间状态
1.使表空间脱机
Alter TABLESPACE game OFFLINE;
如果是意外删除了数据文件,则必须带有RECOVER选项
Alter TABLESPACE game OFFLINE FOR RECOVER;
2.使表空间联机
Alter TABLESPACE game ONLINE;
3.使数据文件脱机
Alter DATABASE DATAFILE 3 OFFLINE;
4.使数据文件联机
Alter DATABASE DATAFILE 3 ONLINE;
5.使表空间只读
Alter TABLESPACE game READ ONLY;
6.使表空间可读写
Alter TABLESPACE game READ WRITE;
五、删除表空间
Drop TABLESPACE data01 INCLUDING CONTENTS AND DATAFILES;
六、扩展表空间
首先查看表空间的名字和所属文件
select tablespace_name, file_id, file_name,round(bytes/(1024*1024),0) total_space from dba_data_files order by tablespace_name;
1.增加数据文件
Alter TABLESPACE game
ADD DATAFILE '/oracle/oradata/db/GAME02.dbf' SIZE 1000M;
2.手动增加数据文件尺寸
Alter DATABASE DATAFILE '/oracle/oradata/db/GAME.dbf'
RESIZE 4000M;
3.设定数据文件自动扩展
Alter DATABASE DATAFILE '/oracle/oradata/db/GAME.dbf
AUTOEXTEND ON NEXT 100M
MAXSIZE 10000M;
设定后查看表空间信息
Select A.TABLESPACE_NAME,A.BYTES TOTAL,B.BYTES USED, C.BYTES FREE,(B.BYTES*100)/A.BYTES "% USED",(C.BYTES*100)/A.BYTES "% FREE" FROM SYS.SM$TS_AVAIL A,SYS.SM$TS_USED B,SYS.SM$TS_FREE C Where A.TABLESPACE_NAME=B.TABLESPACE_NAME AND A.TABLESPACE_NAME=C.TABLESPACE_NAME;
七、移动表空间
1.查询数据表和表空间
select table_name,tablespace_name from user_tables;
2.移动表至另一表空间
alter table move tablespace room1;
使用导出的方式迁移时,导出多个规则为XML,再导入出错
wood.2010-05-25
无法停止Weblogic的解决办法
wood.2010-05-23
进入控制台中停止:
http://localhost:端口号/console进入网页控制后,依次按以下顺序进入
Domain Configurations --> Servers --> 自定义服务名 --> Control --> Force shutdown of this server...
接下来一路按Yes,完成后差不多过2~3秒网页自动刷新失败即是服务器被停止了
浏览全文 » 中间件 (Weblogic Websphere) 常见问题与解决方法 oracle EPM hyperion 11.1.1.3
