Database Connection
I have an Oracle database that contains my data. I would like Sage to connect to it and read from there and when done I would like Sage to write back to the database. Is there a way to do that?
I have an Oracle database that contains my data. I would like Sage to connect to it and read from there and when done I would like Sage to write back to the database. Is there a way to do that?
I don't think sage includes an interface to Oracle databases. As suggested here, you can try using the cx_Oracle module. You may install that with
sage: !easy_install cx_Oracle
For details on using that module you can check their documentation.
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2013-02-19 08:45:11 +0100
Seen: 322 times
Last updated: Feb 19 '13