we had installed AEM6.2 for our development work, and recently, we saw
the database size grows expontioanly, we have not import many LCA to the
system. here are some details from our DBA.What objects are growing fast
?SQL> select owner,segment_name,segment_type,bytes/1024/1024/1024 from
dba_segments order by bytes descAEM62X2 SYS_LOB0000092683C00002$$
LOBSEGMENT 33.1856689453125AEM62 SYS_LOB0000092503C00002$$ LOBSEGMENT
10.3126220703125Which table, column these objects relate to ?SQL> select
own...