• 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
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

JDBC expert please help

 
Greenhorn
Posts: 25
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I wants to connect my oracle database using JDBC and the jdbc driver shipped with Oracle 8.
In order to improve performance, I want to use ipc connection.
I have a few questions here:
1. Does Thin drivers work with IPC?
2. I tested with oci8 drivers, it worked. However I have to set the environment variables ORACLE_HOME, ORACLE_SID and LD_LIABRARY_PATH. Is there a way that I don't have to setup these as environment variables?
Or can I set these programmatically?
Thanks in advance,
Frank
 
reply
    Bookmark Topic Watch Topic
  • New Topic