Gerhard Häring <[EMAIL PROTECTED]> writes: > In my not so humble opinion, instead of all this fancy stuff, you will be > better off writing your stored procedures in PL/SQL, which is a very good > language for manipulating data, and writing portable, efficient and > maintainable server-side database code.
And if Python is the requirement, but not Oracle, one can write "stored procedures" (functions is the name) in Python with PostgreSQL. ;-) -- Jorge Godoy <[EMAIL PROTECTED]> -- http://mail.python.org/mailman/listinfo/python-list