472,362 Members | 2,173 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,362 software developers and data experts.

Support for ODBC for Oracle through Python on solaris

Hi all,
I need to access an Oracle database through a python script using ODBC
drivers(currently i have eval copies of Easysoft and datadirect Oracle
ODBC drivers).
Desired platforms are solaris, linux.

Is there any support in the python to do this or will i have to resort
to a c/c++ program becuase python for UNIX doesn't support this.
any pointers will be appriciated.

Thanks in advance.
Nagendra.
Jul 18 '05 #1
3 2121
Nagendra wrote:
Is there any support in the python to do this or will i have to resort
to a c/c++ program becuase python for UNIX doesn't support this.
any pointers will be appriciated.


look here

http://www.egenix.com/files/python/mxODBC.html

Istvan.
Jul 18 '05 #2
Istvan Albert wrote:
Nagendra wrote:
Is there any support in the python to do this or will i have to resort
to a c/c++ program becuase python for UNIX doesn't support this.
any pointers will be appriciated.

look here
http://www.egenix.com/files/python/mxODBC.html
Istvan.


I concur. mxODBC represents a lot of heavy lifting to produce a nice
simple result. It makes SQL through ODBC so simple you can be fooled
into thinking it is a simple thing and not worth the money.

-Scott David Daniels
Sc***********@Acm.Org
Jul 18 '05 #3
na************@gmail.com (Nagendra) wrote in message news:<18**************************@posting.google. com>...
I need to access an Oracle database through a python script using ODBC
drivers(currently i have eval copies of Easysoft and datadirect Oracle
ODBC drivers).
Desired platforms are solaris, linux.


If your database resides on a Windows server, take a look at ODBTP
(http://odbtp.sourceforge.net/) and my Python DB API bindings for it
(http://benjiyork.com/odbtp.html).

If not, and mxODBC doesn't work (which, it should), consider building
your own interface using somthing like ctypes.
--
Benji York
http://benjiyork.com
Jul 18 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Dale Strickland-Clark | last post by:
I need to write a tiny little program which makes use of an Oracle database on Solaris. Just a single SQL statement. Nice and simple. Coming from a Windows/SQLServer/ADO background, I'm having a...
0
by: Nagendra | last post by:
Hi all, I need to access an Oracle database through a python script using ODBC drivers(currently i have eval copies of Easysoft and datadirect Oracle ODBC drivers). Desired platforms are solaris,...
10
by: callmebill | last post by:
I'm getting my feet wet with making Python talk to MySQL via ODBC. I started on Windows, and it went smoothly enough due to the ODBC stuff that apparently is native to Python at least on windows...
4
by: Roger Redford | last post by:
Dear Experts, I'm attempting to marry a system to an Oracle 817 datbase. Oracle is my specialty, the back end mainly, so I don't know much about java or javascript. The system uses javascript...
4
by: hot.favorite | last post by:
Hi, I'm fairly new to Python so please pardon any dumbness on my part. I plan to write an app in Python that will run on Linux and would need to connect to Oracle and MySQL. I could use...
4
by: Andreas Lauffer | last post by:
Can anyone tell me advantages / disadvantages of DataDirect Server Wire ODBC-driver? Any experiences? What about redistribution? Andreas Lauffer, easySoft. GmbH, Germany
1
by: kenneth.s.chan | last post by:
I am trying to use Python to do queries on a Oracle database using a Solaris box. I have seen tools such as cx_Oracle which would be good except that my Solaris box does not have an Oracle...
5
by: dananrg | last post by:
I was messing around with the native ODBC module (I am using Python in a Win32 environment), e.g: import dbi, odbc ....and it seems to meet my needs. I'd rather use a module that comes...
8
by: Godzilla | last post by:
Dear all, I cannot find a solution for my problem with inserting a blob object (>4000 in length) into an ORACLE database via ODBC. I have tried the two ways of inserting the blob object (a...
0
by: sudhaoncyberworld | last post by:
Dear Techies, I do have small issue on connecting oracle server from .net This is the code snippet public string strConString = "Driver={Microsoft ODBC for...
2
by: Kemmylinns12 | last post by:
Blockchain technology has emerged as a transformative force in the business world, offering unprecedented opportunities for innovation and efficiency. While initially associated with cryptocurrencies...
0
by: Naresh1 | last post by:
What is WebLogic Admin Training? WebLogic Admin Training is a specialized program designed to equip individuals with the skills and knowledge required to effectively administer and manage Oracle...
0
by: antdb | last post by:
Ⅰ. Advantage of AntDB: hyper-convergence + streaming processing engine In the overall architecture, a new "hyper-convergence" concept was proposed, which integrated multiple engines and...
0
by: Arjunsri | last post by:
I have a Redshift database that I need to use as an import data source. I have configured the DSN connection using the server, port, database, and credentials and received a successful connection...
0
hi
by: WisdomUfot | last post by:
It's an interesting question you've got about how Gmail hides the HTTP referrer when a link in an email is clicked. While I don't have the specific technical details, Gmail likely implements measures...
0
by: Carina712 | last post by:
Setting background colors for Excel documents can help to improve the visual appeal of the document and make it easier to read and understand. Background colors can be used to highlight important...
0
by: Rahul1995seven | last post by:
Introduction: In the realm of programming languages, Python has emerged as a powerhouse. With its simplicity, versatility, and robustness, Python has gained popularity among beginners and experts...
1
by: Ricardo de Mila | last post by:
Dear people, good afternoon... I have a form in msAccess with lots of controls and a specific routine must be triggered if the mouse_down event happens in any control. Than I need to discover what...
1
by: ezappsrUS | last post by:
Hi, I wonder if someone knows where I am going wrong below. I have a continuous form and two labels where only one would be visible depending on the checkbox being checked or not. Below is the...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.