plsqpldoc: wrong size for character semantics

puchtec

Member²
I generate plsqldoc for a table having columns specified in character semantics, e.g. VARCHAR2(30 CHAR). I am wondering why I am getting a documentation with the four-times size, e.g. VARCHAR2(120)? Wouldn't it be possible to generate o a documentation with VARCHAR2(30 CHAR)?
 
Back
Top