select 'RENAME "' || TABLE_NAME || '" TO ' || upper(TABLE_NAME) || ';' from all_all_tables where owner='SYSTEM'