select table_name, partitioned from user_tables where table_name in ( 'TOYS_HASH', 'TOYS_LIST', 'TOYS_RANGE', 'TOYS_PART_IOT' ); select table_name, partition_name from user_tab_partitions;