fusion11g

Install Oracle Fusion11g repositories on 11g db

The rcu installer does a db prerequisite check on the version of the db you're installing on. Since i'm using the 11.1.0.6.0 version the installer would fail with the message 'The database you are connecting is not a supported version. Enter Database with version equal to or higher than 10.2.0.4.0 in 10g or version equal to higher than 11.1.0.7.0 in 11g. Refer to the certification matrix for supported DB versions'. Go to the file [sourcecode...

Oracle SOA Suite 11g, Setting and Getting Preferences

In Oracle Bpel 10g we had the functionality to add preferences to your bpel process. By adding the next xml to the bpel.xml file we could get the value as variable into our process and change the value from the console. [sourcecode language="xml"] MyCurrentValue [/sourcecode] In the new Oracle SOA 11g things changed a little but. Like Marc already described in his blog we now need to add the preferences to the composite.xml of our Composite Application. Add the next xml to the...

Oracle Fusion 11g links overview

A short overview of the resources i mostly use when developing fusion11g applications. Since i'm always googling and googling to find the correct document, just a short list as reminder for myself. Oracle JDeveloper 11g Tutorials Oracle Fusion Middleware Documentation Library Oracle Fusion Middleware Administrator's Guide 11g Release 1 (11.1.1) Oracle Fusion Middleware Installation Guide for Oracle SOA Suite 11g Release 1 (11.1.1) Oracle Fusion Middleware Administrator's Guide for...

Oracle Fusion 11g, my first impressions

Last i finished the last day of the 3day Oracle Fusion 11g workshop. And i must say...i'm pretty impressed by the new stack Oracle presented. For development during the workshop i used my own vmware of fusion 11g on Centos. And it's a real killer when all components of the suite are up and running, my laptop had a tuff time. During the workshop we used the famous 'Order processing' tutorial to get in touch with the components of the fusion 11g. A short overview of what we have been...

Oracle Fusion Middleware 11g (ofm11g) on Centos 5

The new Oracle Fusion Middleware 11g just got released a few days back, so time to play with it! Oracle did a great job on the installation guide and quickstart again, so installation wasn't a real hard job. A short overview of the steps we need to follow Install Oracle Database (i used OracleXE) Create Schemas for Oracle SOA Suite and Oracle BAM by using Repository Creation Utility (RCU) Install Oracle WebLogic Server and Create the Middleware Home Installing Oracle SOA...