Tuesday, 14 July 2015

how to rebuild the index?

alter index  <index_name>  rebuild;

alter index  <index_name>  rebuild online;

ex: Alter index  j_index  rebuild;

ex: Alter index  j_index  rebuild  online;

No comments:

Post a Comment

How to schedule PO workflow schedule process

create or replace PACKAGE APPS.XXXX_PO_WF_SCHEDULING_PKG IS    --|==========================================================================...