Code:that script wont work set pagesize 0 set linesize 132 set trimspool on set feedback off spool temp.sql select 'alter table ' || table_name || ' move tablespace your_target_tablespace_name ;' from user_tables; spool off @temp.sql
|
Results 1 to 10 of 10
Threaded View
|
Click Here to Expand Forum to Full Width |