Dears,
When we view table in PL/SQL developer,
If the NLS_LENGTH_SEMANTICS of Oracle database is set to CHAR,
we can see the column data type, such as, VARCHAR2(255);
However, in TOAD, we can see that is, VARCHAR2(255 CHAR),
Therefore, my question is, what should I do if I want to see VARCHAR2(255 CHAR) in PL/SQL developer?
Thank you.
When we view table in PL/SQL developer,
If the NLS_LENGTH_SEMANTICS of Oracle database is set to CHAR,
we can see the column data type, such as, VARCHAR2(255);
However, in TOAD, we can see that is, VARCHAR2(255 CHAR),
Therefore, my question is, what should I do if I want to see VARCHAR2(255 CHAR) in PL/SQL developer?
Thank you.