Skip to Main Content

Analytics Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

FDMEE Jython script for Dropping the index on a table.

2806073Mar 24 2016 — edited May 25 2016

Hi all,

Due to performance issues in our data loads ,We observed that  dropping and recreating the index for the table in the database improved our data load performance significantly.Original time -2 hrs ,after recreating the index -loads ran in 3 mins.It activity is take care by the DBA on demand .we are trying to execute the  same using befimport jython script.Please help us by providing a sample code for dropping the index

DROP INDEX [TDATAMAP_T_U1] ON [dbo].[TDATAMAP_T], DROP INDEX [TDATASEG_T_U1] ON [dbo].[TDATASEG_T]

We were going through the manual for executing the DML,the following parameter needs to be called  int executeDML(String query,Object[] parameters)-Correct us if we are wrong

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 22 2016
Added on Mar 24 2016
6 comments
1,828 views