• 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

connecting Oracle on linux to windows

 
Ranch Hand
Posts: 39
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi

I need to connect to oracle-server(Linux) from application-server tomcat (Windows) both on different m/c, connection is through java web application using Type 4 driver

is by any chance i need to install oracle client(sqlplus) on windows m/c?
 
Ranch Hand
Posts: 118
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by nirail rail:
hi

I need to connect to oracle-server(Linux) from application-server tomcat (Windows) both on different m/c, connection is through java web application using Type 4 driver

is by any chance i need to install oracle client(sqlplus) on windows m/c?



No U dont need to install Oracle Client to connect to the database. But u must have the jar file required for connecting like classes12.jar, ojdbc14.jar in ur machine and also in classpath.
reply
    Bookmark Topic Watch Topic
  • New Topic