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, Devinder Singh.
Asked: February 07, 2018 - 3:27 pm UTC
Last updated: February 08, 2018 - 11:10 am UTC
Version: 11.2.0.4
Viewed 1000+ times
create table t as select level x, 'stuff' y from dual connect by level <= 1000; select count(*) from user_tab_partitions where table_name = 'T'; COUNT(*) 0 alter table t modify partition by hash (x) partitions 2 online ; select count(*) from user_tab_partitions where table_name = 'T'; COUNT(*) 2
Need more information on Administration? Check out the Administrators guide for the Oracle Database