Hi,
I have created a livereport (Oracle) to calculate size of all Personal Workspaces in Livelink and sharing here in case someone need it.
select sum(datasize/1024) "Size in Kb",sum(datasize/(1024*1024)) "Size in MB" from dversdata where docid in(Select dataid from dtree start with dataid in (select id from kuaf where type=0) connect by prior dataid = parentid)
regards,
Baber.