Tuesday, July 10, 2012

ODI KM Templates Create Backup Table query


Create Backup Table

This task creates and populates the backup table.
Command on Target


Create table <%=odiRef.getTable("L","TARG_NAME","A")%>_BCK 
as
 
select <%=odiRef.getTargetColList("", "[COL_NAME]", ",", "")%>from <%=odiRef.getTable("L","TARG_NAME","A")%>

No comments:

Post a Comment