Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> display a boolean variable?
How can I display a Boolean Variable?
to_char?
cast?
I'm trying to do this:
dbms_output.put_line(booleanvariable);
getting error : wrong type of arguments in put_line
Thanks for any help or information. Received on Tue Jul 10 2007 - 16:08:36 CDT
![]() |
![]() |