Closed netrusov closed 4 years ago
closes #77
for some reason there's this condition in DBI#selectall_arrayref which is the root cause of an ORA-01000 error
DBI#selectall_arrayref
$sth->finish if defined $MaxRows;
I've added MaxRows parameter with default value 1000. I think it's more than enough for monitoring purposes
MaxRows
closes #77
for some reason there's this condition in
DBI#selectall_arrayref
which is the root cause of an ORA-01000 errorI've added
MaxRows
parameter with default value 1000. I think it's more than enough for monitoring purposes