Is it possible to configure the implicit typing rule in Oracle Server (at least version 10g) ? If not a link to the documentation of the rules and how Oracle parameters impact the rules would be great.
For exemple when executing this query :
SELECT '' AS A FROM DUAL
Oracle will report that column A has VARCHAR(0)
type on Oracle 10g and VARCHAR(32)
on Oracle 9i.
Thanks