Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to retrieve oracle table structure at run time

Hi,

 

Can anybody let us know how can we reterive Oracle table structure at run time and use that same structure for tFileinputDelimited component as a schema ?

 

 

Regards,

Vivek 

Labels (2)
3 Replies
fdenis
Master
Master

you can use sys.All_Objects views you may need more rights to access sys tables ask to your oracle admin
Anonymous
Not applicable
Author

Thats fine,how can we use that table structure as tFileInputDelimited schema ?

fdenis
Master
Master

you can use dynamic type who include the structure.
or just use field name (delimited file have not type)