select owner,table_name from all_tables where PARTITIONED = 'YES' and not owner in ('SYS','SYSTEM') order by owner, table_name