причем обычный select отрабатывает успешно!
$stid = oci_parse($connection, 'update my_table t set t.p1 = null where t.p2 = 100');
oci_execute( $stid );
причем обычный select отрабатывает успешно!
$stid = oci_parse($connection, 'update my_table t set t.p1 = null where t.p2 = 100');
oci_execute( $stid );