Re: [gdal-dev] [EXTERNAL] oci and oracle express 11

2014-04-10 Thread Jürgen E . Fischer
Hi Martin, On Thu, 10. Apr 2014 at 23:33:00 +0200, Martin Landa wrote: > C:\OSGeo4W_oci>ogrinfo -ro OCI:user/passwd@127.0.0.1:1251/xe -sql "select > count(*) from emp" > OGR: Auto register C:\OSGeo4W_oci\\bin\gdalplugins\ogr_OCI.dll using > RegisterOGR > OCI. > OCI: Userid=landa, Password=strato

Re: [gdal-dev] [EXTERNAL] oci and oracle express 11

2014-04-10 Thread Ivan Lucena
> Date: Thu, 10 Apr 2014 23:37:01 +0200 > From: landa.mar...@gmail.com > To: mate...@loskot.net > CC: gdal-dev@lists.osgeo.org; michael.sm...@erdc.dren.mil > Subject: Re: [gdal-dev] [EXTERNAL] oci and oracle express 11 > > 2014-04-10 12:30 GMT+02:00 Mateusz Łoskot : > > > Also, check you are us

Re: [gdal-dev] [EXTERNAL] oci and oracle express 11

2014-04-10 Thread Martin Landa
2014-04-10 12:30 GMT+02:00 Mateusz Łoskot : > Also, check you are using the same type of binaries (32 or 64 bit) of > GDAL/OGR and InstantClient. AFAIR, they don't mix. it remembers me, the PC runs on MS Windows Server 2008 64 bit. I downloaded Oracle 11 g Express from [1]. They claims that 64bit

Re: [gdal-dev] [EXTERNAL] oci and oracle express 11

2014-04-10 Thread Martin Landa
Hi, 2014-04-10 21:47 GMT+02:00 Mateusz Łoskot : > On 10 April 2014 21:39, Martin Landa wrote: >> C:\oraclexe\app\oracle\product\11.2.0\server\hs\admin\tnsnames.ora >> >> The file contains: >> >> XE = >> (DESCRIPTION= >> (ADDRESS=(PROTOCOL=tcp)(HOST=localhost)(PORT=1521)) > > Try changing t

Re: [gdal-dev] Reminder: GDAL 1.11.0RC1 planned to be packaged tomorrow evening

2014-04-10 Thread Even Rouault
Le jeudi 10 avril 2014 21:26:27, Martin Landa a écrit : > from trunk? (I don't see release branch from 1.11). Yes, 1.11 branch will be create from trunk after issuing RC1. > In this case I would ask you for few days (two/three) postpone. I am > slowly finishing the initial support for GML-based C

Re: [gdal-dev] [EXTERNAL] oci and oracle express 11

2014-04-10 Thread Mateusz Łoskot
On 10 April 2014 21:39, Martin Landa wrote: > C:\oraclexe\app\oracle\product\11.2.0\server\hs\admin\tnsnames.ora > > The file contains: > > XE = > (DESCRIPTION= > (ADDRESS=(PROTOCOL=tcp)(HOST=localhost)(PORT=1521)) Try changing to HOST=127.0.0.1 and restart Oracle Best regards, -- Mateus

Re: [gdal-dev] [EXTERNAL] oci and oracle express 11

2014-04-10 Thread Martin Landa
Hi all, 2014-04-10 12:06 GMT+02:00 Jukka Rahkonen : >> ERROR 1: ORA-12154: TNS:could not resolve the connect identifier specified >> in > > What we have is > - environment set as TNS_ADMIN=path/to/directory > - tnsnames.ora file in the TNS_ADMIN directory > - entry in tnsnames.ora as described

Re: [gdal-dev] Reminder: GDAL 1.11.0RC1 planned to be packaged tomorrow evening

2014-04-10 Thread Martin Landa
Hi Even, 2014-04-10 21:01 GMT+02:00 Even Rouault : > I still intend packaging 1.11.0RC1 tomorrow evening if that's OK (there have > been a few changes since beta1, but we can probably try a RC1 directly). > Please tell if you have something almost ready or if some critical issues > haven't still b

[gdal-dev] Reminder: GDAL 1.11.0RC1 planned to be packaged tomorrow evening

2014-04-10 Thread Even Rouault
Hi, I still intend packaging 1.11.0RC1 tomorrow evening if that's OK (there have been a few changes since beta1, but we can probably try a RC1 directly). Please tell if you have something almost ready or if some critical issues haven't still been fixed and committed. Even -- Geospatial profe

Re: [gdal-dev] ogr2ogr ERROR 6: No translation

2014-04-10 Thread Jason Mathis
Awesome Andre! That will work. So I guess it is possible.  many thanks, jason  On April 10, 2014 at 9:38:00 AM, Andre Joost (andre+jo...@nurfuerspam.de) wrote: Am 10.04.2014 17:13, schrieb Jason Mathis: > Hi All, > > thanks for the responses. > > I believe my extents are: > > (

Re: [gdal-dev] ogr2ogr ERROR 6: No translation

2014-04-10 Thread Andre Joost
Am 10.04.2014 17:13, schrieb Jason Mathis: Hi All, thanks for the responses. I believe my extents are: (-120.00591219477626, -114.03946520116759, 35.00247168585889, 42.00234483532862) This sounds reasonable for Nevada. $ ogr2ogr version is: GDAL 1.10.1, released 2013/08/26 I not sure how

Re: [gdal-dev] ogr2ogr ERROR 6: No translation

2014-04-10 Thread Jason Mathis
Hi All, thanks for the responses.  I believe my extents are: (-120.00591219477626, -114.03946520116759, 35.00247168585889, 42.00234483532862) $ ogr2ogr version is: GDAL 1.10.1, released 2013/08/26 I not sure how to find the proj4 version. Is it this? $ proj --version Rel. 4.8.0, 6 March 2012

Re: [gdal-dev] [EXTERNAL] oci and oracle express 11

2014-04-10 Thread Mateusz Łoskot
On 10 April 2014 11:27, Martin Landa wrote: > Hi, > > 2014-04-10 3:27 GMT+02:00 Smith, Michael ERDC-RDE-CRREL-NH > : >> If /@xe works in sqlplus, you can use that in OGR. Its using >> the same libs to connect. >> >> Try ogrinfo -ro OCI:/@xe > > I already tried that but without success... > > ERROR

Re: [gdal-dev] [EXTERNAL] oci and oracle express 11

2014-04-10 Thread Jukka Rahkonen
Martin Landa gmail.com> writes: > > Hi, > > 2014-04-10 3:27 GMT+02:00 Smith, Michael ERDC-RDE-CRREL-NH > erdc.dren.mil>: > > If / xe works in sqlplus, you can use that in OGR. Its using > > the same libs to connect. > > > > Try ogrinfo -ro OCI:/ xe > > I already tried that but without succe

Re: [gdal-dev] [EXTERNAL] oci and oracle express 11

2014-04-10 Thread Martin Landa
Hi, 2014-04-10 3:27 GMT+02:00 Smith, Michael ERDC-RDE-CRREL-NH : > If /@xe works in sqlplus, you can use that in OGR. Its using > the same libs to connect. > > Try ogrinfo -ro OCI:/@xe I already tried that but without success... ERROR 1: ORA-12154: TNS:could not resolve the connect identifier sp