Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: script to drop/create schema indexes
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_at_gmail.com> wrote:
>
> you may use dbms_metadata package to get ddl for indexes in question...
-- http://www.freelists.org/webpage/oracle-lReceived on Fri Jul 27 2007 - 09:23:13 CDT
![]() |
![]() |