Hi,

Most probably the message you see is telling it all: your Mapserver version 
does not support Oracle. If you work with Windows the MS4W comes with Oracle 
support but it must be activated first by following the instructions which come 
with the delivery. I would also suggest reading at least the documents 
http://mapserver.org/input/vector/oracle.html
and http://mapserver.org/installation/oracle.html


-Jukka Rahkonen-


venkat wrote:
 
Dear All,

   I would like to connect Mapserver with Oracle 10g Spatial .,when i try to
connect using Oracle spatial I am getting error  "Oracle Spatial is not
supported".


Please let me know...Where I am doing wrong.I am waiting for your great
response.



Here is my mapfile code.

LAYER
    NAME "India National Highways"
    TYPE Line

    CONNECTIONTYPE oraclespatial
    CONNECTION "GIS/gis123"
    DATA "the_geom FROM INDIANATIONALHIGHWAYS USING SRID 24047"
   # LABELITEM "nh_no_"
    Status OFF
    DUMP TRUE

       CLASS
        NAME 'NATIONAL HIGHWAYS'

   STYLE
                COLOR  249 139 42
            End


   End # end of the class
  END # end of the Layer


Thanks and Regards,

Venkat



_______________________________________________
mapserver-users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/mapserver-users

Reply via email to