• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Oracle on Solaris( or linux) & webpshere on winnt Connectivity

 
Ranch Hand
Posts: 69
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,
Right now our database(oracle) and webpshere are both on
winnt. Now the client wants the database on solaris how could we achive this connectivity b/w two diffrent os's , is this possible with thin driver, since we don't have solaris we will try it on linux redhat 6.2.
 
Ranch Hand
Posts: 286
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sure, it's possible! Install WebSphere and Oracle client on your NT box and Oracle server on Solaris/Linux.
------------------
Tony Chen
SCJP, ICS & ICSD (WebSphere)
 
prashant patel
Ranch Hand
Posts: 69
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
you mean that ora client on nt but how does my application which request a file on nt webspehere which has a odbc dsn.
for example
A sevlet request data from oracle resided on solaris or linux and itself on websphere nt how does the servlet data base connection take place coz the ip address of nt websphere
a diffrent os, and linux a diffrent os. and we do not have a dns
server. do you have a url from this kind of connectivity.
please tell me.
thanks.
 
Tony Chen
Ranch Hand
Posts: 286
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Configure a DataSource connect to the Oracle client on your NT, and have the Oracle client talk to Oracle Server on Solaris/Linux.
Sorry, I'm not a Oracle guy, so please consult you Oracle DBA for more Oracle specific instructions.
------------------
Tony Chen
SCJP, ICS & ICSD (WebSphere)
 
What could go wrong in a swell place like "The Evil Eye"? Or with this tiny ad?
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic