database - Setting Oracle Type Conversion off -
database - Setting Oracle Type Conversion off -
we have big code base of operations , in code there many type conversions updating number fields quotes '1' updating varchar2 fields numbers without quotes etc.
is there flag turn feature off testing track our code , prepare operations forces db type conversion.
generally, no.
assuming using @ to the lowest degree 10g, can enable compile-time warnings. generate warnings type conversions potentially create potential performance issues. of course, assumes type conversions in question happening in pl/sql not in random sql statements beingness executed sql*plus or client application.
database oracle type-conversion
Comments
Post a Comment