Ask Your Question
0

Database Connection

asked 12 years ago

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?

Preview: (hide)

1 Answer

Sort by » oldest newest most voted
0

answered 12 years ago

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.

Preview: (hide)
link

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: 12 years ago

Seen: 375 times

Last updated: Feb 19 '13