Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

XML dateTime type with timezone info.

286414Apr 12 2003 — edited Apr 17 2003
Has anyone have problem FTPing xml that conforms to a xml schema with dateTime type?

This is the format of standard XML dateTime type:

"2003-12-17T09:30:47-05:00"

I used the Oracle timestamp datatype, but oracle rejected the dateTime of XML with the error message

"ORA-01830: date format picture ends before converting entire input string."

I have altered the database to use timezone information:

// For eastern time zone.
alter DATABASE SET time_zone = 'Etc/GMT-5';

and use the native oracle datatype

"TIMESTAMP WITH TIME ZONE"

but still doesn't work. I also changed the XML time data to "2003-12-17 09:30:47-05:00", still no good.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 15 2003
Added on Apr 12 2003
8 comments
1,288 views