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.
Asked: 2013-02-19 01:45:11 -0600
Seen: 142 times
Last updated: Feb 19 '13
import CSV in python using jupyter notebook on cocalc cloud
Executing python modules from package
import module in SageMathCloud
How do I sign in to my sage localhost notebook?
Make ipython notebook world-viewable?
Iterating over all non isomorphic connected graphs of given order
How to import a module at startup?
Script stops working when imported to sage terminal ("plot" not defined)