As in:

SELECT 'ALTER TABLE '||owner||'.'||table_name||' ...
from dba_tables where owner=''
and table_name in ('TAB1','TAB2','TAB3'...);