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/[EMAIL PROTECTED] "select * from all_users\h > 
report.html" quit
$ firefox report.html

Have fun!

2008/6/11 Marcel Rosa <[EMAIL PROTECTED]>:
> 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 ***
_______________________________________________
DB-SIG maillist  -  DB-SIG@python.org
http://mail.python.org/mailman/listinfo/db-sig

Reply via email to