Python and PL/SQL

infidel saint.infidel at gmail.com
Mon Nov 7 08:58:22 EST 2005


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.




More information about the Python-list mailing list