RCU+BIEE在WINDOWS2003上安装记录
1:先装JAVA的JDK。
2:rcuHome\jdk\bin\msvcr71.dll 拷贝到C:\WINDOWS\system32
3:windows 下 weblogic 控制台乱码解决 修改 D:\biee11g\user_projects\domains\bifoundation_domain\bin \setDomainEnv.cmd 找到最后一条 set JAVA_OPTIONS=%JAVA_OPTIONS% 改为 set JAVA_OPTIONS=%JAVA_OPTIONS% -Dfile.encoding=GBK
设置ORACLE
conn /as sysdba;
create user biee identified by biee default tablespace biee;
grant dba,resource,connect,sysdba to biee;
alter system set processes=1000 scope=spfile;
alter system set open_cursors=1000 scope=spfile;
shutdown immediate;
startup