how to print boolean in oracle code example Example: how to print boolean in oracle begin dbms_output.put_line(sys.diutil.bool_to_int(true)); end;