Sep 27, 2005 #1 123qweasdzc Programmer Joined Sep 27, 2005 Messages 20 Location PT Can I use odbc python library to make a connection with an oracle database? Thanks in advance, RT
Sep 27, 2005 #2 ericbrunson Technical User Joined Jan 9, 2004 Messages 2,092 Location US Yes, if you have the correct drivers installed. Upvote 0 Downvote
Sep 28, 2005 Thread starter #3 123qweasdzc Programmer Joined Sep 27, 2005 Messages 20 Location PT What drivers should I have? Thirdparty? Do you know a good one? Thanks, RT Upvote 0 Downvote
Sep 30, 2005 #4 rzs0502 IS-IT--Management Joined Nov 18, 2002 Messages 708 I have the Oracle Instant Client (http://www.oracle.com/technology/tech/oci/instantclient/instantclient.html)installed and use the cx_Oracle (http://www.computronix.com/utilities.shtml) module from Zope "If you always do what you've always done, you will always be where you've always been." Upvote 0 Downvote
I have the Oracle Instant Client (http://www.oracle.com/technology/tech/oci/instantclient/instantclient.html)installed and use the cx_Oracle (http://www.computronix.com/utilities.shtml) module from Zope "If you always do what you've always done, you will always be where you've always been."
Sep 30, 2005 #5 ericbrunson Technical User Joined Jan 9, 2004 Messages 2,092 Location US Does that give you ODBC access? I use it and I thought it only gave you native oracle, but I don't ever use ODBC, so I don't really know. And, just to be precise, I don't think cx_oracle is from Zope, computronix is a different entity. Zope's contribution is DCOracle2. Upvote 0 Downvote
Does that give you ODBC access? I use it and I thought it only gave you native oracle, but I don't ever use ODBC, so I don't really know. And, just to be precise, I don't think cx_oracle is from Zope, computronix is a different entity. Zope's contribution is DCOracle2.