Re: [DB-SIG] Example python x oracle

2008-06-12 Thread Bob Kimble
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() #

Re: [DB-SIG] Example python x oracle

2008-06-12 Thread Catherine Devlin
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