Changes between Initial Version and Version 1 of Ticket #3277


Ignore:
Timestamp:
Dec 14, 2009, 7:52:38 AM (14 years ago)
Author:
warmerdam
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3277

    • Property Cc warmerdam added
    • Property Keywords georaster added
    • Property Owner changed from warmerdam to ilucena
  • Ticket #3277 – Description

    initial v1  
     1{{{
    12D:>gdal_translate  -of georaster G:\img\test.img georaster:user/password@dbname,city_images,image -a_nodata 256 -co "DESCRIPTION=(image_id NUMBER, filename VARCHAR2(200), image MDSYS.SDO_GEORASTER,FOOTPRINT MDSYS.SDO_GEOMETRY,OBJECTID NUMBER(38),SE_ANNO_CAD_DATA BLOB)" -co "INSERT=VALUES( 5,'part4_10.img',SDO_GEOR.INIT('city_images_rdt',5),null,5,null)" -co "BLOCKXSIZE=256" -co "BLOCKYSIZE=256" -co "COMPRESS=NONE" -co "BLOCKBSIZE=1" -co "INTERLEAVE=BSQ"                                                                  Input file size is 11238, 10548                                                 0...10...20...30...40...50...60...70...80...90...100 - done.                    Ouput dataset: (georaster:sde,sde,ORCL,CITY_IMAGES_RDT,5) on SDE.CITY_IMAGES,IMAGE                                                                ERROR 1: ORA-31011: XML Parsing failed                                           
    23ORA-19202: XML processing                                                             
     
    67ORA-06512: 在 "SYS.XMLTYPE", line 310                                           
    78ORA-06512: 在 line 8                                       
     9}}}