Hello
I would like to get a query to show if I 'm far away from the 12 Gb max size
I've got a multitenant db
is it ok :
<table><tbody><tr><td style="height:14.4pt;width:48pt;">select file_name,tablespace_name, bytes,con_id from cdb_data_files where online_status <> 'SYSTEM' and tablespace_name not like '%UNDO%'</td></tr></tbody></table>