Posts

Showing posts with the label truncate tablle metadata query; meta data repository query;

Metadata Repository Query to Search for Truncate Table Option

select task_name, 'Truncate Target Table' ATTR, decode(attr_value,1,'Yes','No') Value from OPB_EXTN_ATTR OEA, REP_ALL_TASKS RAT where OEA.SESSION_ID=rat.TASK_ID and attr_id=9