does any one have steps to add a new oracle databse server to jde installtion

jaisejames

Well Known Member
Hi I am looking for steps to add a new oracle database server to an exisiting jjde infrastuture...
 
Look in the installation manual for adding a server to an existing configuration. I am in the process or adding a second ENT. and data server.
 
Jaise,
all you need to do is:
- install your new Oracle instance
- copy your data to the new database
- configue all Oracle clients (tnsnames.ora) for all WS and servers
- change your datasource definitions for system and server map.

That´s all if the new server will run Oracle only, not the JDE services.

My two centavos, gerd
 
Yes i agree with you gerd.

But one thing to notice (it's not always obvious ... because in JDE documentation, you never find anything about adding a data server) :
In the data sources, you specify the Database name (connection string for oracle e.g.) and the "Server Name" which is the name of your enterprise server, not the name of your data server !
Indeed, you never use (except in the add server plan) the name of the data server. JDE just "knows" the enterprise server (where jde services are running).

Cheers,

Antoine.
OW system admin.
 
Back
Top