What is the unit type in PL/SQL? If there is no built-in type, how do I make one?

link|improve this question

2  
What do you mean ? – A.B.Cade Dec 13 '11 at 14:45
a type with only one value in it. en.wikipedia.org/wiki/Unit_type – Yrogirg Dec 13 '11 at 16:59
3  
There is no unit type in PL/SQL, probably because it would not be very useful. I'd be interested to know what you're trying to accomplish with a type that can't store any useful information. – Jeffrey Kemp Dec 14 '11 at 3:48
The problem is I can't get how to make types in PL/SQL. For example I want to make my own realization of Boolean. Well, I'd better make another question specifically on that topic. – Yrogirg Dec 14 '11 at 6:49
Note that the boolean data type exist in PL/SQL, not in Oracle SQL. See docs.oracle.com/cd/E11882_01/appdev.112/e25519/… – lkuty Dec 15 '11 at 20:59
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.