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 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.
Asked: 2013-02-19 08:45:11 +0100
Seen: 484 times
Last updated: Feb 19 '13
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.