oracle read

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
dodda
Premium Member
Premium Member
Posts: 244
Joined: Tue May 29, 2007 11:31 am

oracle read

Post by dodda »

Hello

In oracle stage if we use Read Method=Table and Table=Tablename will be able to generate an automatic sql query so that we dont have to define the columns. Is there a way that i can get all the column names just by specifying the Tablename so that i dont have to define all the columns. Appreciate your help
keshav0307
Premium Member
Premium Member
Posts: 783
Joined: Mon Jan 16, 2006 10:17 pm
Location: Sydney, Australia

Post by keshav0307 »

Import the table metadata, using orachastrate metadata
Post Reply