create table toys_heap ( toy_name varchar2(100) ) organization heap; select table_name, iot_name, iot_type, external, partitioned, temporary, cluster_name from user_tables where table_name = 'TOYS_HEAP';