Hello,
In the source code of the application I'm developing using Oracle Forms, I need to use the boolean type that does not exist in Oracle SQL.
I am a little confused, then, between the use of type Number, Char, Varchar2 or Nvarchar2.
What do you recommend ?