How Memory allocation happening for VARCHAR and CLOB data type?
hello experts,
just i have two column in a table. one is varchar2(100) and another one is clob type. i am inserting the text which having less number of characer, say for an example "sample data" into both varchar and clob field. now how memory will be alocated for this data in two different datatype.
--
kalanidhi