Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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.