Unlike PL/SQL RECORD and TABLE types (see #330), PL/SQL BOOLEAN types are rather easy to emulate in stored procedure calls by jOOQ. Consider: CREATE PACKAGE pls_objects AS PROCEDURE p_bool (i IN ...
===== This is a patch release with an urgent fix for the 3.8 branch Bug Fixes ----- #5943 - Boolean data type rewrites on Oracle procedures conflict with PL/SQL BOOLEAN data ...