Defragmentation of S_SRM_REQUEST table
Hello Experts,
We are facing a performance issue on production environment due to the size of S_SRM_REQUEST table. When we checked the the actual data on this table occupies 430MB. However the total space occupied by this table is 170GB. This is causing major performance problem for our application. So we want to defragment this table to free the space.
We are using the below approach.
1. Rename S_SRM_REQUEST to S_SRM_REQUEST_BKP
2. Copy S_SRM_REQUEST_BKP and name it as S_SRM_REQUEST
3. Drop the indexes on S_SRM_REQUEST_BKP
4. Apply/DDL S_SRM_REQUEST table from siebel tools.