Ivan,

I've never tried OS authentication.

Mike

--
Michael Smith
Remote Sensing/GIS Center
US Army Corps of Engineers

From: Ivan Lucena <[email protected]<mailto:[email protected]>>
Date: Wednesday, October 14, 2015 at 9:44 AM
To: Michael Smith 
<[email protected]<mailto:[email protected]>>, Jukka 
Rahkonen 
<[email protected]<mailto:[email protected]>>,
 "[email protected]<mailto:[email protected]>" 
<[email protected]<mailto:[email protected]>>
Subject: RE: [gdal-dev] [EXTERNAL] Re: How connect to a remote oracle with 
spatial

Mike,

I think I also implemented OS authentication for both driver, OCI and 
GeoRaster. Have you used that?

Regards,

Ivan

> From: [email protected]<mailto:[email protected]>
> To: 
> [email protected]<mailto:[email protected]>;
>  [email protected]<mailto:[email protected]>
> Date: Wed, 14 Oct 2015 13:01:56 +0000
> Subject: Re: [gdal-dev] [EXTERNAL] Re: How connect to a remote oracle with 
> spatial
>
> Note that you can also use what Oracle calls the ezconnect syntax which is
> user/pass@host:port/service_name. Then no TNS is needed. Also note that
> port only needs to be specified if its not 1521.
>
> Mike
>
> --
> Michael Smith
>
> Remote Sensing/GIS Center
> US Army Corps of Engineers
>
>
>
> On 10/14/15, 3:56 AM, "gdal-dev on behalf of Jukka Rahkonen"
> <[email protected]<mailto:[email protected]> on 
> behalf of
> [email protected]<mailto:[email protected]>>
>  wrote:
>
> >Andrea Peri <aperi2007 <at> gmail.com> writes:
> >
> >>
> >> Hi,
> >> I'm trying to test using gdal the access to an oracle dbms.
> >>
> >> To do this I use the ogrinfo and try this sintax but without success.
> >>
> >> ogrinfo OCI:username:password <at> "(DESCRIPTION = (ADDRESS_LIST =
> >>(ADDRESS
> >> = (PROTOCOL = TCP)(HOST = <IP server dbms>)(PORT = <listener
> >> port>)))(CONNECT_DATA = (SID =<the sid of dbms>))):<schema>.<table>"
> >>
> >> The server return
> >>
> >> ERROR 1: ORA-01005: null password given; logon denied
> >> in <unnamed>
> >>
> >
> >Don'n you have a record for your connection in the tnsnames.ora
> >BlockedBlockedBlockedhttp://orafaq.com/wiki/Tnsnames.oraBlockedBlocked? If 
> >you have,
> >use @SERVICE_NAME with ogrinfo
> >
> >Read also carefully the manual page
> >BlockedBlockedBlockedhttp://www.gdal.org/drv_oci.htmlBlockedBlocked
> >You wrote OCI:username:password but it should be
> >OCI:username/password@database_instance:table,table
> >
> >As documented "ogrinfo OCI:username/password@database_instance" is enough
> >but at least in our environment it can take several minutes to read the
> >metadata from Oracle if table list is not given for limiting the search.
> >
> >-Jukka Rahkonen-
> >
> >
> >_______________________________________________
> >gdal-dev mailing list
> >[email protected]<mailto:[email protected]>
> >BlockedBlockedBlockedhttp://lists.osgeo.org/mailman/listinfo/gdal-devBlockedBlocked
>
> _______________________________________________
> gdal-dev mailing list
> [email protected]<mailto:[email protected]>
> Blockedhttp://lists.osgeo.org/mailman/listinfo/gdal-devBlocked
_______________________________________________
gdal-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to