New WebSphere Process Server / Portal Server with Oracle RAC By Patricbensen

New WebSphere Process Server / Portal Server with Oracle RAC By Patricbensen - is the information you are looking for, and in the blog All Specs Gadget we have provided her, all right in this article titled New WebSphere Process Server / Portal Server with Oracle RAC By Patricbensen we will discuss it in full, in addition to the information we have also provided a lot of info about the latest gadgets and a wide range of tips and tricks that according to the gadget you are using, well please continue reading:

Articles: New WebSphere Process Server / Portal Server with Oracle RAC By Patricbensen
Full Link : New WebSphere Process Server / Portal Server with Oracle RAC By Patricbensen
Artikel IBM, Artikel tips and tricks,

You can also see our article on:


New WebSphere Process Server / Portal Server with Oracle RAC By Patricbensen

If you're thinking that you'll get out-of-the-box Oracle RAC support for an IBM WebSphere Process Server or Portal Server installlation, you're sadly mistaken.

All the scripts that are generated by the installation process (for the oracle database) are for a standalone installation and will fail or make your DBA very angry if they are run on one of the RAC nodes!

Well, there's a way out, but you'd have to edit the scripts that these monstrous products generate.

For example:
You'll find a line like this in Portal server scripts:

create tablespace ICMLFQ32 datafile '/oracle/tb/ICMLFQ32_01.dbf' size 300M reuse autoextend on next 10M maxsize UNLIMITED extent management local autoallocate;

you'll have to change it to :

create tablespace ICMLFQ32 datafile size 300M autoextend on next 10M maxsize UNLIMITED extent management local autoallocate;

i.e. remove the location of the datafile specified.

There's another thing that you'd need to do if your using Oracle RAC as the datastore for WebSphere Process and WebSphere Portal Servers... change your JDBC string.

I got this tip from the an IBM developerworks article on Oracle RAC with Process Server

Change your datasource from:

jdbc:oracle:thin:@{hostname}:{port number}:{DBName}


to:
jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS_LIST=
(ADDRESS=(PROTOCOL=TCP)(HOST= myoraclehost1.ibm.com)(PORT=1521))
(ADDRESS=(PROTOCOL=TCP)(HOST= myoraclehost2.ibm.com)(PORT=1521))
(FAILOVER=on)(LOAD_BALANCE=on)
(CONNECT_DATA=(SERVER=DEDICATED)
(SERVICE_NAME=dbservice)))

I should be posting more gotchas with the IBM stack .... check the 'IBM' tags


Information New WebSphere Process Server / Portal Server with Oracle RAC By Patricbensen has finished we discussed

says the article New WebSphere Process Server / Portal Server with Oracle RAC By Patricbensen, we beharap be useful to you in finding repensi about the latest gadgets and long.

Information on New WebSphere Process Server / Portal Server with Oracle RAC By Patricbensen has finished you read this article and have the link https://patricbensen.blogspot.com/2008/05/new-websphere-process-server-portal.html Hopefully the info we deliver is able to address the information needs of the present.

0 Response to "New WebSphere Process Server / Portal Server with Oracle RAC By Patricbensen"

Post a Comment