[mapserver-users] lighttpd, TNS:could not resolve...

Sebastian E. Ovide sebastian.ovide at gmail.com
Tue Oct 5 09:07:08 EDT 2010


Bingo !.... yes, that worked...

resuming:

replaced TNS connection string

CONNECTION "OCI:GEO_US_DATA/GEO_US_DATA at MFUATDB:CA_WILDFIRE"

with EZConnect  syntax

CONNECTION "OCI:GEO_US_DATA/GEO_US_DATA at 192.168.60.70/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 <michael.smith at usace.army.mil
> 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/pass at hostname/service_name”
>
> Mike
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/mapserver-users/attachments/20101005/d853fd3e/attachment-0001.html


More information about the mapserver-users mailing list