Page 1 of 1

Casting in Oracle Enterprise

Posted: Tue Oct 24, 2006 3:17 pm
by kld05
Is it possible to cast directly in the sql of an oracle enterprise stage? I keep getting the error "the modify operator has a binding for the non-existent output field" The field I'm trying to cast is an Oracle function with metadata of varchar2(4000) but the function only returns two characters.

What is the best way to handle this?