I would like to access the Metadata in code, more specifically, I would like to access the comments of the columns in the Table Schemas (so I can push those comments into oracle like
Take a look at rhall's article, you are able to get the metadata properties in the job with Dynamic schema functionality, refer to the example code on tJavaFlex component mentioned in the article.