|
-
Hi Slimdave,
I was just breaking my head in the next step (after what I had posted) but just got stuck on that. Your reply is helpfull to a great extent in solving the problem.
Could you point out the mistake/edit what I have given below if I have proceeded in the correct way:
select
'select
'alter index' ||index_name|| 'move tablespace P1ECP1_LT96K_X ;'
from dba_indexes where table_name='''||table_name||''';'
from dba_indexes where tablespace_name='P1ECP1_LT96K_D'
;
Thanks and Regards,
K.Diwakar
Last edited by diwakar; 09-25-2003 at 12:00 PM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|