First time here? Check out the FAQ!
answered 12 years ago
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.