Hi,
I have a column defined as LONG which contains some XML code. Is it possible to find 'The maximum size of data in this column'?.
The data in the column looks as below(I have pasted 3 rows of data from this column).
<!-- MemberObjectGroups="#ID#XXXX
IS:NAM" cost="11111" costDescription="Home Loans" employeeStatus="J" employeeType="D" firstname="John" fullname="John D Simmer" jobCode="UNH5535" ssn id="111111111" origin="USA" prov="5" res="#ID#FG794GD55B732D6372D35D5:1DE4A4:102D4C1372GG:-6SS4" startDate="02/13/2003" tedsDN="HD=KJDK347,OU=NAM,O=DIS"-->
<Attribute name='ssn id' type='string' value='111111111'/>
<!-- MemberObjectGroups="#ID#XXXX
IS:NAM" cost="11111" costDescription="Home Loans" employeeStatus="J" employeeType="D" firstname="John" fullname="John D Simmer" jobCode="UNH5535" ssn id="456372828" origin="USA" prov="5" res="#ID#FG794GD55B732D35D5:1DE4A4:102D4C1372GG:-6SS4" startDate="02/13/2003" tedsDN="HD=KJDK347,OU=NAM,O=DIS"-->
<Attribute name='ssn id' type='string' value='456372828'/>
<!-- MemberObjectGroups="#ID#XXXX
IS:NAM" cost="11111" costDescription="Home Loans" employeeStatus="J" employeeType="D" firstname="John" fullname="John D Simmer" jobCode="UNH5535" ssn id="FH647383J" origin="USA" prov="5" res="#ID#FG794GD55BD356G63H73sK367732D35D5:1DE4A4:102D4C1372GG:-6SS4" startDate="02/13/2003" tedsDN="HD=KJDK347,OU=NAM,O=DIS"-->
<Attribute name='ssn id' type='string' value='FH647383J'/>
Thanks,
Pramod
I have a column defined as LONG which contains some XML code. Is it possible to find 'The maximum size of data in this column'?.
The data in the column looks as below(I have pasted 3 rows of data from this column).
<!-- MemberObjectGroups="#ID#XXXX
<Attribute name='ssn id' type='string' value='111111111'/>
<!-- MemberObjectGroups="#ID#XXXX
<Attribute name='ssn id' type='string' value='456372828'/>
<!-- MemberObjectGroups="#ID#XXXX
<Attribute name='ssn id' type='string' value='FH647383J'/>
Thanks,
Pramod