Ask Your Question
0

Database Connection

asked 2013-02-19 08:45:11 +0200

zjah-2 gravatar image

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?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2013-02-19 14:04:40 +0200

fidbc gravatar image

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.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

Stats

Asked: 2013-02-19 08:45:11 +0200

Seen: 272 times

Last updated: Feb 19 '13