No, not like that. I'm missing a join criteria in you example. Your options are joining via SAS implicit pass through , risking that both tables would download to SAS. If your Oracle table is relative small try to copy it to a TD volatile table so that the join will performed completely in TD. Or perhaps there is a possibility to connect directly to Oracle from TD?
... View more