- Oracle Database 10g Express Edition
- Repository Creation Utility(RCU)
- Oracle Weblogic Server 11g(10.3.1)
- Oracle SOA Suite 11g
- Oracle JDeveloper 11g
Note :
- The installation guides for all the above are available here
- You need to sign into OTN and accept the license to be able to download.
Oracle Database Express Edition10g or 11g
- Download 10.2.0.1 from here as OracleXEUniv.zip
- While installing, enter "system" as password for "sys" and "system" database accounts.
- After installation, login with "system" account to ensure that it was installed successfully.
- Now, set the oracle parameters as follows. This is required by the RCU in next step
Open "Run SQL Command Line"
SQL> connect sys as sysdba
SQL> alter system set PROCESSES=500 scope=SPFILE;
SQL> alter system set open_cursors=500 scope=SPFILE;
Go to Services and restart "OracleServiceXE"
Repository Creation Utility
- Download it from here as ofm_rcu_win32_11.1.1.1.0_disk1_1of1.zip
- Go to C:\rcuHome\BIN and execute rcu.bat
- In the Step2/7, "Create Repository", choose to create a repository
- In the Step3/7, "Database Connection Details", enter the following values
- Host Name : localhost
Port : 1521Service Name : xeUsername : sysPassword : systemRole : SYSDBA
Note : Ignore the warning "The database you are connecting is not a supported version".
- In the Step4/7, of wizard "Schema Passwords"(system) enter a password and make a note of it.
In the Step5/7 of wizard "Map Tablespaces", accept the values and proceed. If you get an error in the creation of "Portal" tablespace ignore and proceed.
- Download from here as net_oepe11_wls1031.exe
- The directory structure of Oracle SOA Suite can be seen here
- Enter a Middleware Home directory. I created this as "oraclefusion"
- The Weblogic server and Eclipse are installed in sub folders.
Note : Detailed instructions are available here
Oracle SOA Suite 11g- Download from here as ofm_soa_generic_11.1.1.1.0_disk1_1of1.zip
- Extract this to a temp folder.[c:\temp]
- At Command Line, go to disk1 folder and run setup.exe -jreLoc C:\oraclefusion\jdk160_11\jre
- This launches a wizard. Step3/6, select the Middleware Home directory, "oraclefusion"
No comments:
Post a Comment