Hi,
I want tu create procedure in ODI 12c like Truncate_Table.
I have Datastore: OR.SRC_450 ---> in database I have table OR.SRC_450
Next I want create universal procedure in ODI to truncate table something like: TRUNCATE TABLE <getObjectName> and next create package for example for this table: SRC_450--------> TruncateTable
How can I do this? How write procedure in ODI that it take table name from datastore in package?