What is the maximum length allowed for a VARCHAR2 data type when the VARCHAR2_COMPAT database configuration parameter is set to ON?
What is the maximum length allowed for a VARCHAR2 data type when the VARCHAR2_COMPAT database configuration parameter is set to ON?
The maximum length allowed for a VARCHAR2 data type when the VARCHAR2_COMPAT database configuration parameter is set to ON is 32672 bytes. The VARCHAR2 data type has a default maximum length of 4000 bytes in Oracle databases, but when the VARCHAR2_COMPAT parameter is enabled, it allows for an extended length of up to 32672 bytes.
The correct answer is A- 32 762 bytes