Connor and Chris will both be at AI World from October 12 to October 17 , the premier Oracle conference of 2025. If you're in Vegas, please come say Hi or pop into our sessions
Thanks for the question, Morten.
Asked: January 23, 2018 - 7:19 am UTC
Last updated: January 24, 2018 - 12:19 am UTC
Version: 11g XE
Viewed 1000+ times
SQL> create table tx 2 as select rownum x from dual 3 connect by level <= 1000000; Table created. SQL> SQL> select bytes from dba_segments where segment_name = 'TX'; BYTES ---------- 13631488 SQL> SQL> alter table tx add b blob; Table altered. SQL> SQL> select bytes from dba_segments where segment_name = 'TX'; BYTES ---------- 13631488
Need more information on Administration? Check out the Administrators guide for the Oracle Database