ODI Substitution Methods for Journalizing Knowledge Modules
In addition to the methods from in the "Global Methods" list, the following methods can be used specifically in Journalizing Knowledge Modules (JKM):
- etJrnFilter() Method
- getJrnInfo() Method
- getSubscriberList() Method
- getTable() Method
- getColList() Method
<%=odiRef.getJrnFilter()%>
getJrnInfo() Method
The table being journalized is <%=odiRef.getJrnInfo("FULL_TABLE_NAME")%>
getSubscriberList() Method
Here is list of Subscribers: <%=odiRef.getSubscriberList("\nBegin List\n", "- [SUBSCRIBER]", "\n", "\nEnd of List\n")%>
getTable() Method
getColList() Method
If the CUSTOMER table contains the columns (CUST_ID, CUST_NAME, AGE) and we want to generate the following code:
create table CUSTOMER (CUST_ID numeric(10) null,
CUST_NAME varchar(50) null, AGE numeric(3) null)
The following code is sufficient:
create table CUSTOMER
<%=odiRef.getColList("(", "[COL_NAME] [SOURCE_CRE_DT] null", ", ", ")", "")% >
Hi, I really loved reading this article. By this article i have learnt many things about ODI topic, please keep me updating if there is any update.
ReplyDeleteODI Online Training
ODI Classroom Training
ODI Training
ODI Training in Hyderabad
Oracle Data Integrator Training