SQL\XML
Hi there,
We just upgraded from Oracle 9i to 11g database and noticed that an inconsistency when we use the SQL\XML to query a date field when no date format mask is used.
In 9i, the complete string of date+time is returned in the xml data we generated, however in 11g, only the date portion is returned, the time portion is not.
Is there any way to workaround this to get the time portion without changing my code to specify a particular date format?
Thanks!
Wilson
0