vb_bv wrote: > Does Pyton PL/SQL programming language of Oracle support? > > Thx
PL/SQL is only supported *inside* Oracle databases. Python can be used to call PL/SQL procedures (I recommend the cx_Oracle module), but you can't run Python inside the database like PL/SQL. -- http://mail.python.org/mailman/listinfo/python-list