|
|
solaris platform.
oracle support's feedback:
Unfortunately there is no other way - just changing application code...
I think there is a misunderstanding here!
The TO_TIMESTAMP_TZ function has NOT changed in 10g - 9i documentation is the same as 10g documentation:
"
TO_TIMESTAMP_TZ converts char of CHAR, VARCHAR2, NCHAR, or NVARCHAR2 datatype to a val
ue of TIMESTAMP WITH TIME ZONE datatype.
--------------------------------------------------------------------------------
Note:
This function does not convert character strings to TIMESTAMP WITH LOCAL TIME ZONE. To do this, use a CAST fun
ction, as shown in CAST.
"
We all know that we may benefit from implicit conversions, BUT, there may be a side effect of sub-optimal plans...
Anyway, such upgrades from 9i to 10g should be carefully planned and extensive testing on test
env should be done before moving production... |
|