Friday, January 13, 2012

Step 1 : Installing new Oracle 11g Express

It’s time to upgrade to new Express 11g from 10g. So I am installing brand new Oracle 11g XE on my system.

Please download Oracle Database Express Edition 11g Release 2 from Oracle website. Complete the setup which is most simple thing to do.

Tune Oracle Environment for FMW Installation

image

Click Run SQL Command Line and set the following tuning parameter to install FMW component.

sqlplus sys/welcome1@XE as sysdba
SQL> show parameter session
SQL> show parameter processes
SQL> alter system reset sessions scope=spfile sid='*';
SQL> alter system set processes=300 scope=spfile;
SQL> shutdown immediate
SQL> startup
SQL> show parameter session
SQL> show parameter processes

Open the browser version of XE and you will notice the new look of Oracle XE 11G R2.

image

Enjoy 11G !!

No comments:

Post a Comment