Hi,
What is the error that Mapserver returns? Some ora-* error, ou a
blank page?
About the Apache, the user that runs the apache service has the read
permission in the Oracle home directory? Did you installed the OCI
(Oracle Call Interface) from the Oracle installation?
Best regards.
Fernando Simon
SUBSCRIBE MAPSERVER-USERS Bego D. wrote:
Hello
I´m new with Mapserver.
I have set up an application with locals files without problems but now i want
connect with Oracle Spatial for example with one of my layers.
I follow all the steps in the
http://mapserver.gis.umn.edu/docs/howto/oracle_spatial_howto but it doesnt
work.
The other layers, from MapInfo, are working rigth.
My mapfile is:
LAYER
NAME "CARRETERA"
STATUS ON
TYPE POLYGON
CONNECTIONTYPE oraclespatial
CONNECTION "user/[EMAIL PROTECTED]"
DATA "GEOLOC FROM CARRETERA using SRID 82337"
DUMP TRUE
CLASS
STYLE
OUTLINECOLOR 255 0 0
END
END
END
And C:\ms4w\Apache\conf\httpd.conf
SetEnv ORACLE_SID bbdd
SetEnv TNS_ADMIN "c:/oracle/product/10.2.0/client_1/NETWORK/ADMIN"
SetEnv ORACLE_HOME "c:/oracle/product/10.2.0/client_1"
Thanks in advance