plsql boolean example Example: print boolean in plsql begin dbms_output.put_line(sys.diutil.bool_to_int(true)); end;