I'm trying to select from dba_segments in order to calculate the size of the database presently. However, one of the ##### . . . how can I format that in sqlplus in order to be able to see the numbers?
Printable View
I'm trying to select from dba_segments in order to calculate the size of the database presently. However, one of the ##### . . . how can I format that in sqlplus in order to be able to see the numbers?
COLUMN col_name FORMAt 9999999999999
(or however many digits you need).