Re: script to drop/create schema indexes
- From: "Prem Khanna J" <premjhere@xxxxxxxxx>
- To: "goran bogdanovic" <goran00@xxxxxxxxx>
- Date: Fri, 27 Jul 2007 19:53:13 +0530
Yes Goran .
SQL> select dbms_metadata.get_ddl ('INDEX',<username>) from user_indexes ;
This will give me all the DDLs. I have it already . I am looking for a
complete shell/SQL
script which can do the do the drop/create in parallel (spin off several
processes) ,
handle errors if any .One like that.
That would save lot of time for me. I should have told this in my original
post.
If someone has that already & can share it with me , it would be great .
~jp~
On 7/27/07, goran bogdanovic <goran00@xxxxxxxxx> wrote:
>
> you may use dbms_metadata package to get ddl for indexes in question...
- References:
- Re: script to drop/create schema indexes
- From: goran bogdanovic
Other related posts:
- » script to drop/create schema indexes
- » Re: script to drop/create schema indexes
- » Re: script to drop/create schema indexes
- » Re: script to drop/create schema indexes
- Re: script to drop/create schema indexes
- From: goran bogdanovic