-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Oracle Support #51
Comments
Do you want to test my fork with Oracle support (cx_oracle) ? https://github.com/genfri/db.py |
I was told we had Oracle support, though I have no way of testing 😦 @reddy, let me know if genfri's fork is working On Wed, Dec 10, 2014 at 9:19 AM, Gianluca Emireni [email protected]
|
Hi genfri, I will try it out. Though I am having issues with cx_Oracle itself. It is in my site-packages yet your fork is unable to detect it. I still think its an environment issue on my end. Has it worked for you?
|
Hi @vlukereddy, on my linux box the fork is working.
directly from python shell ? |
@genfri Yeah thats what I meant when I thought it was an environment issue on my side. I actually never used Oracle with Python before I have only used MySQL and Postgres and I never encountered the issues when installing those packages as binaries. I have another Windows environment with VS 2008 installed so I can compile directly. I will try that and let you know. Thanks so much.
|
@vlukereddy I also had some issues connecting oracle and python in Windows environments, so I followed these steps:
I hope it can help you. |
@genfri import cx_Oracle as odb gives me... AttributeError Traceback (most recent call last) C:\WinPython3\python-3.4.2\lib\site-packages\db\db.py in init(self, username, password, hostname, port, filename, dbname, dbtype, schemas, profile, exclude_system_tables, limit, keys_per_column) AttributeError: 'NoneType' object has no attribute 'queries' |
I think that Oracle support is not included in the master repo, you should On Mon, Jan 5, 2015 at 4:14 PM, selepo [email protected] wrote:
Gianluca Emireni mobile: +39 340 7910213 |
Can we get @genfri 's fork merged for official support? |
You mentioned Oracle support in the list of oracle support but I can't quite figure it out. I tried dbtype="oracle" and "Oracle". I do have the Oracle package cx_oracle
The text was updated successfully, but these errors were encountered: