table function as physical table in Oracle BI EE
问题 how do I import oracle table function as physical table in Oracle BI EE ? Let's say it is select * from scheme.table_function1(adate) What is correct syntaxis for setting it as BI physical table? How do I specify input parameter (adate)? 回答1: Create a new physical table manually in the repository, set the table type to "Select" and include your sql query. Are you using a repository variable as input parameter? Assuming ADATE is a repository string variable, the syntax would be select * from