[cx-oracle-users] Calling PL/SQL package.procedure(...)
Brought to you by:
atuining
|
From: Orr, S. <so...@ri...> - 2006-02-14 00:12:47
|
How do I call an Oracle supplied PL/SQL package.procedure?
Specifically, from SQL*Plus I do this:=20
dbms_stats.gather_schema_stats('name', dbms_stats.auto_sample_size, -
block_sample =3D> true, options =3D> 'gather stale');
How can I call this using cx_Oracle? I see the cursor.callproc(...)
function but no example of how to use it.
Help! and AtDhVaAnNkCsE !!!
|