Jde XE B7333 and Oracle 10g

Thiago Lazzarotto

Member
There are any limitations to use JDE XE B7333 with Oracle Database 10g? In our company we use a 8i oracle database and we want to migrate them to 10g.
Thanks for any help!
Thiago
 
Running Xe with oracle 10g will work as long as you have
Oracle 8 client or Oracle 9 client using
JDBOCI80.DLL / JDBOCI81.DLL in the datasource for Oracle 8 client
or JDBOCI90.DLL for Oracle 9 client

Connecting to Oracle10g database
 
Does anyone know if a DLL exists for Oracle 10g client, or should we always install oracle 9 client? For enterprise servers (i.e. when the database server is also used as a UBE server), the oracle client would presumably always be the same version as the oracle database? Could that present a problem?
If the wrong DLL was used, what sort of problems could occur - presumably basic functions such as inserting / deleting / fetching records would work regardless (so long as an oracle DLL is used), but errors would occur with more unusual things, such as the extended character sets - any ideas?

Thanks in advance,

John
 
Back
Top