oracle11g - ODI Sql Spool with GetOption of Query Separator -
hello . need run select using separator fields make sql spool when use static character ;
so do: select < % = odiref.getcollist ( " " , " [ expression ] ',' || ' , ' || " , " " , " " ) % > < % = snpref.getfrom ( ) % > if try replace ' || ' , ' || " odiref.getoption not working .
some of have had similar problem ?
try this:
select <%=odiref.getcollist("", "[expression]", **"||'" + odiref.getuserexit("option_name") + "'||"**, "", "")%> <%=snpref.getfrom()%>
Comments
Post a Comment