Pages

SQL Query(Oracle) for Basis Admins



Rebuild index online
  alter index "SAPSR3"."RSSTATMANREQMAP~PT" rebuild online;

Check last optimizer statiscs run  select TABLE_NAME, STATUS, LAST_ANALYZED from DBA_TABLES where TABLE_NAME='VBFS';

No comments:

Post a Comment