add batch remove batch split batch comment selection show hidden batches hide batch highlight batch
db<>fiddle
donate feedback about
By using db<>fiddle, you agree to license everything you submit by Creative Commons CC0.


dbms_output:

      <myReq xmlns="http://xxx/xx/x" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
        xsi:schemaLocation="http://xxx/xx/x file:/C:/Users/User1/Documents/test.xsd">
         <signature>HelloWorld</signature>
         <status>End</status>
         <mydate>2005-03-29T13:24:36.000</mydate>
      </myReq >
  
ORA-01830: date format picture ends before converting entire input string
ORA-06512: at line 13
ORA-06512: at line 13
ORA-06512: at line 40
ORA-01830: date format picture ends before converting entire input string
TO_TIMESTAMP('2005-03-29T13:24:36.000','YYYY-MM-DD"T"HH24:MI:SS.FF3')
29-MAR-05 13.24.36.000000000
1 rows affected

dbms_output:

      <myReq xmlns="http://xxx/xx/x" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
        xsi:schemaLocation="http://xxx/xx/x file:/C:/Users/User1/Documents/test.xsd">
         <signature>HelloWorld</signature>
         <status>End</status>
         <mydate>2005-03-29T13:24:36.000</mydate>
      </myReq >
  
HelloWorld, End, 29-MAR-05 13.24.36.000000
1 rows affected

dbms_output:

      <myReq xmlns="http://xxx/xx/x" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
        xsi:schemaLocation="http://xxx/xx/x file:/C:/Users/User1/Documents/test.xsd">
         <signature>HelloWorld</signature>
         <status>End</status>
         <mydate>2005-03-29T13:24:36.000</mydate>
      </myReq >
  
HelloWorld, End, 2005-03-29T13:24:36.000