Use this as settab for creating scripts

rem Name:    alttab.sql
rem Purpose: Use this as settab for creating scripts
rem Usage:   @alttab
rem Subject: sqlplus
rem Attrib:  sql
rem Descr:
rem Notes:   Put comments here
rem SeeAlso: @forobjs

@setup1
set heading off

spool alttab.tmp

select
'alter table '||owner||'.'||table_name||&&cr
||'&&2;'
from &&ora._tables
where owner like &&o1
and table_name like &&n1
order by owner,table_name
;

spool off
set feedback on
@doit
@settab.tmp
@setdefs

Have a Oracle Question
Do you have an Oracle Question?

Oracle Books
Oracle Certification, Database Administration, SQL, Application, Programming Reference Books

Oracle Application
Oracle Application Hints and Tips

Oracle Home
Oracle Database, SQL, Application, Programming Tips

All the site contents are Copyright © www.erpgreat.com and the content authors. All rights reserved.
All product names are trademarks of their respective companies.
The site www.erpgreat.com is not affiliated with or endorsed by any company listed at this site.
Every effort is made to ensure the content integrity.  Information used on this site is at your own risk.
 The content on this site may not be reproduced or redistributed without the express written permission of
www.erpgreat.com or the content authors.