When I query the dba datafiles for size of db the value is returned in hexadecimal. Is there a db level parameter to be reset or anything else to get the value in number? It is an Aix box
select sum(bytes)/1024/1024/1024 "gb" from dba_data_files;
gb
----------
97A1451111