Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #76611 > unrolled thread

Easiest Way to Do Cross-Platform DB Access (Oracle)

Started byGary Furash <furashgary@gmail.com>
First post2014-08-19 15:20 -0700
Last post2014-08-19 19:54 -0400
Articles 2 — 2 participants

Back to article view | Back to comp.lang.python


Contents

  Easiest Way to Do Cross-Platform DB Access (Oracle) Gary Furash <furashgary@gmail.com> - 2014-08-19 15:20 -0700
    Re: Easiest Way to Do Cross-Platform DB Access (Oracle) "TommyVee" <xxxxxxxx@xxxxxx.xxx> - 2014-08-19 19:54 -0400

#76611 — Easiest Way to Do Cross-Platform DB Access (Oracle)

FromGary Furash <furashgary@gmail.com>
Date2014-08-19 15:20 -0700
SubjectEasiest Way to Do Cross-Platform DB Access (Oracle)
Message-ID<135759bf-0823-480c-9631-106d6cf1adc8@googlegroups.com>
I need to be able to access Oracle from both Windows and *nix, however, it seems kind of tortuous getting everything working each time on each server. With Java I can just drop (usually the same) JDBC library files in a location and everything works. I'm sure there's some easier way of doing this with Python! Enlighten me! (thanks)

[toc] | [next] | [standalone]


#76626

From"TommyVee" <xxxxxxxx@xxxxxx.xxx>
Date2014-08-19 19:54 -0400
Message-ID<CsRIv.1$Ub6.0@fx20.iad>
In reply to#76611
"Gary Furash"  wrote in message 
news:135759bf-0823-480c-9631-106d6cf1adc8@googlegroups.com...

I need to be able to access Oracle from both Windows and *nix, however, it 
seems kind of tortuous getting everything working each time on each server. 
With Java I can just drop (usually the same) JDBC library files in a 
location and everything works. I'm sure there's some easier way of doing 
this with Python! Enlighten me! (thanks)

Did you take a look at this?

http://code.google.com/p/pyodbc/


[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web