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!

Trouble with dateTime if data has Timezone information

749782Jun 14 2011 — edited Jun 24 2011
I have a problem with inserting a document in a XMLType column. I get the following error message:
ORA-01830: date format picture ends before converting entire input string
I did some searching and the problem is the element which is a dateTime with Timezone information. If the entry
oraxdb:SQLType="TIMESTAMP WITH TIME ZONE"
is added everything is correct.

The problem is that we dont want to edit the XSD because it was standardized. Is there another way to get around this error ( e.g. parameter or column definition, ... ) ?

Greeting
Alex

--------------------------------------------------------------------------------
Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
PL/SQL Release 11.2.0.1.0 - Production
CORE 11.2.0.1.0 Production
TNS for IBM/AIX RISC System/6000: Version 11.2.0.1.0 - Production
NLSRTL Version 11.2.0.1.0 - Production
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 22 2011
Added on Jun 14 2011
7 comments
434 views