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.