Bingo !.... yes, that worked... resuming:
replaced TNS connection string CONNECTION "OCI:GEO_US_DATA/geo_us_d...@mfuatdb:CA_WILDFIRE" with EZConnect syntax CONNECTION "OCI:GEO_US_DATA/[email protected]/MFUATDB:CA_WILDFIRE" where the tnsnames.ora is MFUATDB = (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.60.70)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = MFUATDB) ) ) Thanks On Tue, Oct 5, 2010 at 12:48 PM, Michael Smith <[email protected] > wrote: > Sebastian, > > Instead of using TNS, you could try the EZConnect syntax of > @host:port/service_name. That way you bypass even needing a TNS. Also if > your port is 1521, you can just not include it and use > > CONNECTION “user/p...@hostname/service_name” > > Mike > > >
_______________________________________________ mapserver-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapserver-users
