Here's a sample script (cut between the lines):
---
#!/usr/bin/env python
import cx_Oracle
# Establish a connection:
connection = cx_Oracle.connect('user/[EMAIL PROTECTED]')
# Create a cursor object:
cursor = connection.cursor()
#
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 * fro