Last updated January 21, 2010 20:29, by patriceG
Oracle Fusion 11g Installation process for Windows XP
Setup the following products in this order
- DataBase
- WebLogicServer
- Repository Creation Utility
- SOA Suite + create SOA domain in Weblogic Server
- JDevelopper
- SOA Extension for JDevelopper
Oracle Fusion 11g Installation steps
DataBase
Very often the Oracle DataBase setup needs to be updated as follow :
- sqlplus sys/password@XE as sysdba
- SQL> show parameters sessions
- SQL> alter system set sessions=250 scope=spfile;
- sqlplus /nolog
- SQL> show parameters processes
- SQL> alter system set processes=200 scope=spfile;
- SQL> shutdown immediate
- SQL> startup
resource = http://www.markcallen.com/oracle/oracle-xe-tuning
Registry
1. Create the Registry D:\oracle\fusion\rcuHome\BIN\rcu.bat
AppServer
2. create a WebLogic instance with SOA support D:\oracle\fusion\wlserver_10.3\common\bin\config.cmd
Jdev
3. Configure JDevelopper with SOA Extension for JDeveloper D:\oracle\fusion\jdeveloper\jdeveloper.exe
- From the JDeveloper menu choose Help > Check for Updates.
- In the Update Wizard, select Search Update Centers and ensure Oracle Fusion Middleware Products is checked.
- Then ensure that Oracle SOA Composite Editor is checked.
Startup
start WebLogic Server
- $ cd D:\oracle\fusion\user_projects\domains\SOADomain
- $ startWebLogic.cmd
- username : weblogic
- password : your_password
To launch the Console of the WebLogic Server
start Integration Server
- $ cd D:\oracle\fusion\user_projects\domains\SOADomain\bin
- $ startManagedWebLogic.cmd soa_server1 http://localhost:7001
- username : weblogic
- password : your_password
To launch the EntrepriseManager Console of the Integration Server





