Bugfixes
-
Fix a bug introduced in 2.8.0 that causes
ANALYZEto fail withORA-03127: no new operations allowed until the active operation endsif the table contains larger LOBs.
Report by @MMFERNANDEZC. -
Queries with ten or more parameters could, under certain circumstances, cause the error
ERROR: error executing query: OCIBindByName failed to bind parameter DETAIL: ORA-01036: illegal variable name/numberReport by @byun-c-ww.