[DB-SIG] Example python x oracle

Catherine Devlin catherine.devlin at gmail.com
Thu Jun 12 11:15:42 CEST 2008


Hi Marcel!

Articles on this page should be helpful:

http://www.oracle.com/technology/tech/scripting-languages/index.html

Depending on what you want, you may also be able to use sqlpython to
generate HTML reports:

$ sudo easy_install sqlpython
$ sqlpython username/password at SID "select * from all_users\h > report.html" quit
$ firefox report.html

Have fun!

2008/6/11 Marcel Rosa <marcelr_br at yahoo.com.br>:
> I am Oracle DBA and would like to use a python to developer some intranet
> report,
>
> do you have same examples?

-- 
- Catherine
http://catherinedevlin.blogspot.com/
*** PyOhio 2008 * Columbus * July 26, 2008 * pyohio.org ***


More information about the DB-SIG mailing list