Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.3K Intelligent Advisor
- 63 Insurance
- 536.4K On-Premises Infrastructure
- 138.3K Analytics Software
- 38.6K Application Development Software
- 5.8K Cloud Platform
- 109.5K Database Software
- 17.5K Enterprise Manager
- 8.8K Hardware
- 71.1K Infrastructure Software
- 105.3K Integration
- 41.6K Security Software
Multiple values in a variable

561241
Member Posts: 187
I wish to store the records of employee table which has multiple columns and multiple records in it. How can I do that with ODI variable ?
EmpNo EmpName Design
1 E1 Software Engineer
2 E2 Software Engineer
3 E3 Senior Software Engineer
Edited by: user558238 on Oct 16, 2008 3:03 AM
EmpNo EmpName Design
1 E1 Software Engineer
2 E2 Software Engineer
3 E3 Senior Software Engineer
Edited by: user558238 on Oct 16, 2008 3:03 AM
Tagged:
Answers
-
ODI variable has a refresh option to put a query in it.
BUT
why would you need that? why not to store records in a table? -
Hi,
You can use a ODI refresh variable, but some limitations in that refreshing query.
Refreshing query should return an single row as well as single field (If you need all the fields of a record means you must append the all the fields into a single field.Then only that variable will works.
Thanks,
Madha -
Hi,
I think that the Shamil's idea is the best. You can create table in the Sunopsis Engine technology. It's like a database built into the ODI. For now there are some system tables which ODI needs, but you can create some tables for your own.
Also if you want to store more complicated structures you write a class in Jython language and use it as you wish. I recommend Jython, cause it's really powerful tool in ODI as you can add any Java class you like.
Good luck. -
If I am using Oracle database (all my source , staging and targets are on Oracle), can I use the Sunopsis Engine technology ?
-
This discussion has been closed.