Scenario: We are reading an Oracle table using Oracle enterprise stage and putting data into a dataset.
Challenge: What would happen if the column names of that table contains characters which are not supported by DataStage? Would this job fail or Run? If fail then why? If run then what would be the output?
Answer for "Food for Thought" Episode 1 is as follows:
ReplyDeleteThe job will run successfully but DataStage will replace the non matching characters by double underscores "__".