- Put in the WindowsXP Prof. CD in CDRom.
- Goto Control/Panel -> Add/Remove Windows Components -> Select the Internet Information Services(IIS) checkbox, then select Next
- Install the j2sdk-1_5_0-beta-windows-i586.exe java executable.
- Install the WindowsInstaller-KB893803-v2-x86.exe executable.
- Configure the microsoft loop back adapter.
- Download and install the 10g OracleXE OracleXEUniv.exe executable.
- Execute the setup.exe in the CD: E:\obiee\Server\Oracle_Business_Intelligence folder
- Open the command prompt and enter below: sqlplus system/welcome1@XE where welcome1 is given as password.
- Tthen enter below to create user SUPPLIER2
- create user SUPPLIER2 identified by SUPPLIER2 default tablespace
- users;
- grant dba to SUPPLIER2;
- Unzip D46077GC10__setup_files_win2000.zip to get SUPPLIER2.dmp C:\temp
- Then in command prompt cd to C:\temp and run: IMP SUPPLIER2/SUPPLIER2@XE FILE=SUPPLIER2.dmp FULL=Y
Wednesday, August 24, 2011
Installing OBIEE 10.1.3.4.0 on Oracle XE
Subscribe to:
Comments (Atom)