News

Computronix has recently upgrade cx_Oracle to version 7.1.1 and we have noticed that the rowcount attribute is returning as 0 when a PL/SQL block with a single insert statement is passed into execu ...
SQL%ROWCOUNT returns the total number of rows modified by the FORALL, overall. */ -- Created Nested Table for Use in FORALL CREATE OR REPLACE TYPE idlist_t IS TABLE OF INTEGER; / -- Helper Procedure ...