Skip to Main Content

Programming Languages & Frameworks

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Installing node-oracledb on Microsoft Windows

Christopher Jones-OracleOct 19 2015 — edited Mar 7 2018

Installing node-oracledb on Microsoft Windows

Bill Christo

In this article Bill Christo (@"bchr02") leads you step-by-step though the process of installing node-oracledb on Microsoft Windows. Bill is an experienced corporate solutions provider and full-stack developer. He has been using the node-oracledb driver since it was released. He has contributed to it, and has guided many users through the process of installation on Windows.

Note: This article is for node-oracledb v1 and is outdated. Node-oracledb v2 has pre-built binaries and installation is much simpler. See https://oracle.github.io/node-oracledb/INSTALL.html

I. Introduction

Node.js has revolutionized the web development industry by facilitating the use of the JavaScript programming language for server-side development. This also brings with it JavaScript’s non-blocking architecture, which permits commands to be executed in parallel in a single thread, allowing for the construction of highly concurrent applications. Before Node.js, developers were forced to use other languages such as PHP or ASP on the server-side, in addition to using JavaScript on the client-side. Having the ability for a more unified API opens the doors for increased efficiency and the potential of code sharing between the client and server.

Many companies have realized how advantageous Node.js is and so they are doing what they can to support it. One of the most recent companies to do this is Oracle Corp. with their release of node-oracledb, an Oracle database driver for Node.js. Node-oracledb is an open source project being actively maintained by Oracle on GitHub at the following URL: https://github.com/oracle/node-oracledb

In this article, we will cover what is needed to get node-oracledb installed and working on Microsoft Windows. This article is geared to those who have an Oracle database in their environment and those who are familiar with using Node.js and the npm package manager. If you are not yet familiar with them you should first familiarize yourself before proceeding. There are many websites to help you get started. One such website is nodeschool.io.

II. Before You Begin

Before you begin the installation, there are several factors to consider. First, you need to know the bitness of your Windows Operating System. Is it 32-bit or 64-bit? If 32-bit, you must use 32-bit software throughout the rest of the process. If 64-bit, you have the option of either. What’s important is that you remain consistent with the same bitness for all the software that is required. Mismatched usage of 32-bit and 64-bit software won’t work and instead would give ambiguous error messages during node-oracledb’s compilation.

In this article we will be using Visual Studio Community 2013 and Oracle Instant Client 12c, however, if you plan to use another version of either package, you need to verify that they are compatible with one another. For example, you cannot use Visual Studio 2008 with Oracle Database Client 12c because Oracle Database Client 12c does not contain the necessary files to compile with that version of Visual Studio. You would instead have to use Oracle Instant Client 11g. But, how would you know that? You would know that by reading the Client Quick Installation Guide for that version of Oracle, which clearly specify the supported compilers.

As an example, if we pull up the Oracle Instant Client 12.1 Quick Installation Guide for x64 Windows, under Section 3 we can see that version 2013 of Visual Studio is compatible.

1.jpg

By the way, you shouldn’t have any issues using a newer Oracle client from the Oracle database you are connecting to so long as it’s not too much older. For example, connecting to a 10gR2 database from a 12c client has never caused any issues for me. If you have a valid Oracle Support ID you can see Metalink Note 207303.1 for more information on backwards compatibility.

III. Install the Prerequisites

a. Visual Studio 2013 Community Edition

Before we can install node-oracledb we will need to install the prerequisites. We will start by installing Visual Studio 2013 Community Edition. At the time of this article, this can be downloaded from the Downloads section of the Visual Studio website here: https://www.visualstudio.com/downloads.

  1. Once at the site, scroll down until you see “Visual Studio 2013” and once found, click on it. This will bring you to the following page:
    2.jpg

  2. Next, you will want to click on “Download” to download the Visual Studio Community 2013 with Update 5 web installer.

  3. Once downloaded, run it.

  4. At the first screen of the installation, you have the option to change the install location. Click Next.

  5. At the next screen, you will need to agree to the licensing terms.

  6. At the optional features screen, you can safely uncheck each of them because none of them are necessary to proceed. Finally, click “Install”.

3.jpg

7. The installation time usually takes at least 20 minutes but can easily take much longer depending on your download speeds and what dependencies it finds that it needs to install for your specific system. Once the installation finishes you can just click the “x” on the top right to close it.

4.jpg

b. Python 2.7

Next, we need to install Python from the Python.org website’s Python 2.7 Download page.

  Here is a direct link: [**https://www.python.org/downloads/release/python-2710/**](https://www.python.org/downloads/release/python-2710/)
  1. Once at the page, you will want to either download the file named “Windows x86-64 MSI installer” or “Windows x86 MSI installer” depending on whether you are doing a 32-bit or 64-bit installation. The file marked x86-64 is for 64-bit installations. Once you have downloaded the file run it. On the first screen of the installation you will be asked whether you want to install for for all users or not. You can leave this set to the default and click “Next”.

5.jpg

  1. On the second screen you will be asked for the destination directory. You can leave this set to the default and click “Next”.

6.jpg

  1. On the third screen of the installation you will be asked to customize the installation. At this screen it’s important that you scroll down to where it says “Add python.exe to Path” and select to include it with the installation. Then click “Next”. Once the installation finishes click “Finish”.

7.jpg

c. Node.js

The next prerequisite to install is a compatible version of Node.js. Be sure to check node-oracle’s README.md for a currently supported version. In this article I will be using version 0.12.7, which is available from one of the following two links.

For 32-bit: https://nodejs.org/dist/v0.12.7/node-v0.12.7-x86.msi

For 64-bit: https://nodejs.org/dist/v0.12.7/x64/node-v0.12.7-x64.msi

  1. Once the msi installer is downloaded run it.

  2. At the first screen of the installation, click “Next”.

8.jpg

  1. Accept the licensing agreement and click “Next”.
    9.jpg

  2. Choose the installation directory or leave at the default location, then click “Next”

10.jpg

  1. At the Custom Setup page, be sure that “Add to Path” is selected, then click “Next”. And then at the “Ready to install” page click “Install”.

11.jpg

d. Oracle Instant Client Downloads

Next, we will download the necessary Oracle Client files from the following URL: http://www.oracle.com/technetwork/database/features/instant-client/index-097480.html

  1. Once at the Oracle Instant Client Downloads page, for 64-bit installations click “Instant Client for Microsoft Windows (x64)” or for 32-bit choose “Instant Client for Microsoft Windows (32-bit)”.
    12.jpg

  2. At the top of the next page you will first need to accept the license agreement. Then click to download each of the following two files:

  • Instant Client Package – Basic
  • Instant Client Package – SDK

You will need a free Oracle Account to download the above two files. (If you don’t have one, create one and then go back to download.)

  1. Once the two zip files are downloaded, we need to extract them. Right click on the first zip file and choose “Extract All” then click “Extract”. Do the same for the second zip file. Once both are extracted, create a new folder named “Oracle” on the root directory. Then within that folder, create another folder named “instantclient”. Now we need to copy the contents of each of the extracted folder’s sub folder into this new folder. After you do this, c:\Oracle\instantclient should look something like this:

13.jpg

IV. Set Environment Variables

The last steps we will need to do before we can install node-oracledb is to add the dynamic link libraries (DLLs), the ones we copied to c:\Oracle\instantclient, to the PATH environment variable and make sure they appear first. You should always make sure they appear first in the event you have another Oracle folder already in PATH, from perhaps an old install. The DLLs that node-oracledb finds first are the ones that it uses. Also we need to add the OCI_LIB_DIR and OCI_INC_DIR environment variables. These are only required during the installation of node-oracledb so that it can compile.

  1. Open the System window by ONE of the following two methods:
  • Using your mouse, click on the “Start Menu” then right click “Computer” and choose “Properties”.

  • On your keyboard press Win + Pause/Break

  1. Click on “Advanced system settings” which is located on the left side of the window. This will bring up the System Properties dialog box.

  2. Click on the Environment Variables button.

4. Once at the Environment Variables window, you will want to search the System Variables list (located on the bottom half of the window) for Path. Once found click on it and then click “Edit”.

  1. Add “C:\Oracle\instantclient;” to the beginning of the Variable value field (as shown below).

14.jpg

  1. Click “OK” to save.

  2. Next, under the System variable sections, click “New”.

  3. Add “OCI_LIB_DIR” as the variable name.

  4. Add “C:\Oracle\instantclient\sdk\lib\msvc” as the variable value.

15.jpg

  1. Click “OK” to save.

  2. Next, under the System variable sections, click “New”

  3. Add “OCI_INC_DIR” as the variable name.

  4. Add “C:\Oracle\instantclient\sdk\include” as the variable value.

16.jpg

  1. Click “OK” to save.

  2. Click “OK” on the following two windows to finish saving and closing the dialog boxes.

V. Install node-oracledb

Now we are finally ready to install the module.

  1. Create a folder where your node app will reside.
  2. Open a new command prompt and navigate to this folder. (Make sure that you don’t use an existing command prompt that was open before you set and updated the environment variables because they won’t be available to it.)
  3. Type: npm install oracledb

TIP: If you are sitting behind a firewall you may need to configure npm to route your requests through a proxy using the following command:

npm config set https-proxy http://www.example.com:80/

If successful, your results should look similar to the below:

17.jpg

VI. Test

To test that oracledb is working, copy the below code in a new file named app.js, which you are to save within the node app directory created in the last section.

// app.js

var oracledb = require('oracledb');

oracledb.getConnection({

 user: **"hr"**,

 password: "welcome",

 connectString: "localhost/xe"

}, function(err, connection) {

 if (err) {

      console.error(err.message);

      return;

 }

 connection.execute( "SELECT department\_id, department\_name FROM departments WHERE department\_id = 180",

 \[\],

 function(err, result) {

      if (err) {

           console.error(err.message);

           doRelease(connection);

           return;

      }

      console.log(result.metaData);

      console.log(result.rows);

      doRelease(connection);

 });

});

function doRelease(connection) {

 connection.release(

      function(err) {

           if (err) {console.error(err.message);}

      }

 );

}

Now modify the user, password, connectString, and query to match your environment. However, if you have unlocked and set the password for the HR sample account... for example:

ALTER USER HR ACCOUNT UNLOCK IDENTIFIED BY welcome;

...and would like to test using the Oracle supplied sample database, then you only need to change the password and possibly the connectString (if your database resides on another computer).

After having saved the above code to a file named app.js within the node app directory created in the last section, we can run it.

  1. open a command prompt and navigate to app directory
  2. type node app.js

If successful, you should now have the results of the query displayed in your command prompt as JSON. If you have used the HR sample database you results should look like this:

18.jpg

VII. Copying Binaries Between Windows Machines

Now that we installed and tested node-oracledb, you might find it useful to know that you could copy the install to another computer. This saves you the trouble of needing to install Visual Studios and Python on the destination computer.

Instructions

  1. Both computers must have the same version and architecture of Node.js.

  2. Both computers must have the same version and architecture of the Oracle Client Libraries (Instant Client Package – Basic). The same instructions from Section III. d. can be used. The SDK (Instant Client Package – SDK) is not needed but it wouldn’t hurt to have it in the event you later decided to install a build environment.

  3. The Oracle Client Libraries must be in the destination computer's PATH environment variable. The same instructions as in Section IV. can be used.

  4. On the source computer after node-oracle has been built, copy the node_modules\oracledb directory to the destination computer's node_module directory.

  5. If you used Oracle Client 11.2 then the Visual Studio 2005 restributable is required. For Oracle Client 12.1, use the Visual Studio 2010 redistributable. Also, be sure to use the same architecture as the Oracle Client Libraries that you have installed.

It should be mentioned that while copying the installation may be useful for quickly setting up a development computer, I do not recommend it for a production deployment. The reason is because using this method does not allow the destination computer to upgrade node-oracledb when newer versions come out. Additionally, upgrading to a newer version of Node.js could break the node-oracledb installation. For security reasons, production deployments should try to have the most up to date Node.js installed.

VIII. Conclusion

In this article I have shown you how to install node-oracledb for Node.js on Microsoft Windows. Within Node.js, using only JavaScript, we have set up an environment that can connect and interface with an Oracle database. I have also shown you how easy it is to copy and use the binaries on another computer. From here, with npm (node package manager) you could install another module, such as Express (https://www.npmjs.com/package/express) or LoopBack (https://github.com/strongloop/loopback/), and build single page applications, websites or HTTP API’s. The possibilities are endless!

About the Author

Bill Christo (@"bchr02") is an experienced corporate solutions provider and full-stack developer. For over a decade he has worked as the IT Manager for several small aerospace based businesses in South Florida. Bill is passionate in creating technological efficiencies that allows companies to become more successful through the use of better processes and tools. He is also passionate about Information Security. Bill holds a Bachelor of Science in Information Technology from Western Governors University. He also holds the following Certifications: Microsoft Certified Systems Administrator, CompTIA Linux+, CompTIA Security+, CompTIA Project+, Sun Certified Java Associate, CIW JavaScript Specialist, CIW Web Design Specialist, and CIW Professional. https://www.linkedin.com/in/billchristo or https://twitter.com/bchr02

Comments

[Deleted User]
Answer

Hi Sergio,

Your update quite clearly shows the problem:

ORA-13365: Layer SRID does not match geometry SRID

Which means that the SRID in the geometries is not the same as in the user_sdo_geom_metadata. There's no need to check all_sdo_geom_metadata as well, they are both views on the same table (but user only shows the sdo metadata for the user, all shows all metadata your user has access to).

So: easy fix, update your user_sdo_geom_metadata entry with the proper srid.

BTW: what is your database version? These days it is not necessary anymore to put mdsys. in front of everything. Oh, and because you are comparing points and polygons, I'd simply use the anyinteract operator: sdo_anyinteract(geom1, geom2)='TRUE' is sufficient for what you need.

Lastly: when dealing with spatial indexes, it is also a good idea to check user_sdo_index_metadata and user_sdo_index_info, they contain specific spatial index information. And if you want to find sdo_geometry columns without a spatial index:

select table_name, 

      column_name

from user_tab_cols 

where data_type='SDO_GEOMETRY' and 

      table_name || '.' || column_name not in 

      (

        select table_name || '.' || column_name 

        from user_sdo_index_info 

      );

Marked as Answer by Sergio Palma Hidalgo · Sep 27 2020
Sergio Palma Hidalgo

Thank you for your time and for answer Stefan!

What is your database version?

- Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bi

First only table B had its SRID (32719), in table USER_SDO_GEOM_METADATA. But table A has a null in SRID in USER_SDO_GEOM_METADATA.

So I updated the SRID to table A, same than table B in USER_SDO_GEOM_METADATA.

Now both tables A and B has SRID 32719 in USER_SDO_GEOM_METADATA.

But wow, when I'm creating spatial index of A.. it explode :

CREATE INDEX A_IDX ON A (GEOMETRY)

INDEXTYPE IS MDSYS.SPATIAL_INDEX;

ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine

ORA-13249: internal error in Spatial index: [mdidxrbd]

ORA-13249: Error in Spatial index: index build failed

ORA-13249: Error in spatial index: [mdrcrtxfergm]

ORA-13249: Error in spatial index: [mdpridxtxfergm]

ORA-13200: Internal error [ROWID:AAB64sAAEAAAGvsAAA] in spatial indexing

ORA-13206: Internal error [] while creating the spatial index

ORA-13365: Layer SRID does not match geometry SRID

ORA-06512: in "MDSYS.SDO_INDEX_METHOD_10I", line 10

But the command create a 'partial' spatial index, with wrong data...

Thank you for all the tips you wrote (all are welcome), I'm new in Oracle spatial. Thank you!

(Sorry my english is not good!)

Edited: Sergio Palma Hidalgo.

[Deleted User]

Hi Sergio,

Since Oracle is still giving you the same error, table A must have some other SRID in the sdo_geometry than what is now in user_sdo_geom_metadata.

You can check to see what it is with something like this:

select distinct a.geometry.sdo_srid

from a;

Note that, depending on how many rows you have in your table, this query might take a while.

Once the srid of the geometry and the table are exactly the same, drop the old index, and try to create a new one.

Note that version 10.2 is rather old and not supported anymore (and in 10 you still need to put mdsys. in front of everything, so ignore that comment of me earlier), so I would strongly advise to upgrade.

Regards,

Stefan

Hi, Sergio!

Just to reiterate what Stefan said above, Oracle Spatial v10.x is not only NOT supported but it is ANCIENT!

I highly recommend upgrading to *at least* v12.2 and also note that v18.x has just become available.

FYI

Rick

Hi Stefan!

Thank you for your answer.

Here we go, I ran the Script you told me:

  1. select distinct a.geometry.sdo_srid 
  2. from a;

...Boom! The a.geometry.sdo_srid attribute had a Null.

Now table B, with the same Script it had SRID 32719.

So, updated "a.geometry.sdo_srid" attribute with the value in "b.geometry.sdo_srid", It means both tables with the same SRID 32719.

Looking for how to do that, I found this script:

UPDATE A T 
SET T.GEOMETRY.SDO_SRID = 32719
WHERE T.GEOMETRY IS NOT NULL

But first:

1.- the Spatial index of table A (in order to run the update) must be deleted.

2.- I successfully ran the update!

3.- Recreate the spatial index for Table A.

4.- I ran the query (with fix you told me):

SELECT

    A.MANZENT, A.GEOMETRY, B.GEOMETRY 

FROM

    A, B 

WHERE

    SDO_ANYINTERACT(A.GEOMETRY, B.GEOMETRY) = 'TRUE'

;

But nothing happens, it can be running for a lot of time without response.

Finally:

It should be noted that, the data in Geometry attribute in both tables has a different format:

Table A, data in attribute Geometry:

MDSYS.SDO_GEOMETRY(3002, 32719, NULL,

MDSYS.SDO_ELEM_INFO_ARRAY(1, 2, 1),

MDSYS.SDO_ORDINATE_ARRAY(351059.668003312, 6283365.86125775, 0, 350989.900040253, 6283352.35005758, 0, 350945.450026879, 6283344.01994977, 0, 350942.789988843, 6283344.05999729, 0, 350941.519995767, 6283344.33999171, 0, 350939.949994132, 6283345.17999723, 0, 350938.640010838, 6283346.53002549, 0, 350937.800033809, 6283348.69002867, 0, 350932.586269235, 6283379.08172448, 0, 351052.837823787, 6283402.34153528, 0, 351059.668003312, 6283365.86125775, 0, 351059.668003312, 6283365.86125775, 0) --> Geometry

)

Table B, attribute Geometry:

MDSYS.SDO_GEOMETRY(2001, 32719,

MDSYS.SDO_POINT_TYPE(352761.049, 6287740.01, NULL), NULL, NULL) --> Points

Now, It seems to be that spatial index problems are gone (thnks so much).

Let's come back to the original question (I know, I know; it's another price...):

- I need to look for points (x,y) from geometry attribute from table B, inside geometry attribute (polygons) from table A. The issue: both tables have different data inside geometry field

I found this example for SDO_ANYINTERACT:

SELECT c.mkt_id, c.name

  FROM cola_markets c

  WHERE SDO_ANYINTERACT(c.shape,

  SDO_GEOMETRY(2003, NULL, NULL,

  SDO_ELEM_INFO_ARRAY(1,1003,3),

  SDO_ORDINATE_ARRAY(4,6, 8,8))

  ) = 'TRUE';

I don't know how to cross two tables (B in A) with this syntax (with both data attributes data differents). I don't see how to do that!

Regards,

Sergio.

Sergio Palma Hidalgo

Hi Rick,

I understand that the version is obsolete, but the version is imposed by the company. They work with that version. For now as a freelancer, I must work with that version.

Regards,

Sergio.

[Deleted User]

Hi Sergio,

First of all: I think it would be wise for you to read the Spatial documentation. I've found the link to the 10 docs again: https://docs.oracle.com/cd/B19306_01/appdev.102/b14255/toc.htm

All of the concepts etc are explained pretty well in there (and you can always ask here if something isn't clear).

It should be noted that, the data in Geometry attribute in both tables has a different format:

When you read the docs, you'll see that that is actually as it should be. Point geometries are stored differently from lines and polygons.

But nothing happens, it can be running for a lot of time without response.

No response at all? Do you have any means of looking at the data visually, in a map? There may not be any overlap between the geometries in the two tables. How many rows do you have in table A and in Table B? You could try sdo_filter first, that will give you at least a rough idea. Or add an extra where-clause, limiting yourself to one or two polygons and see how everything works.

I don't know how to cross two tables (B in A) with this syntax (with both data attributes data differents). I don't see how to do that!

The same way as I told you. Oracle knows how to deal with the fact that points are stored differently from polygons, you don't need to worry about that. I would strongly recommend you read the documentation from the beginning, because that should make things a lot clearer for you. I just noticed that in the documentation that I linked above a lot of the links don't work anymore, so here is the 11 documentation: https://docs.oracle.com/cd/E11882_01/appdev.112/e11830/toc.htm

Try something like this, to limit the number of polygons that Oracle considers:

select a.manzent,

       a.geometry,

       b.geometry

from a,

     b

where sdo_anyinteract(a.geometry, b.geometry) = 'true' and

      a.manzent = <something>;

And see if that returns anything. Then, if you specifically need the x and y of the points, you can get them like this: b.geometry.SDO_POINT.X and b.geometry.SDO_POINT.Y (and also Z, if you have them).

HTH,

Stefan

[Deleted User]

user11202270 wrote:

Hi Rick,

I understand that the version is obsolete, but the version is imposed by the company. They work with that version. For now as a freelancer, I must work with that version.

Regards,

Sergio.

Ah. No choice there then I'm afraid. I'd still recommend to them that they upgrade if I were you, but that it is also their decision of course. Then you have stated your concerns, but leave the choice to them, and they can never claim you never said anything if things go wrong.

Hopefully they are bit more modern in other aspects of your work

Regards,

Stefan

_jum

There are some pitfalls in the Stefan's query:

    select a.manzent,  

           a.geometry,  

           b.geometry  

    from a,     b  

    where sdo_anyinteract(a.geometry, b.geometry) = 'true' and 

          a.manzent = <something>;     

- you should not filter the first (indexed) table a, because ORACLE could decide not to use the spatial index on this table
- filter only the second table b
- 'TRUE' must be written in capitals

- you could try to add an INDEX-hint to force ORACLE to use your spatial index (index A_IDX on on table a with required alias atab)

    select /*+ INDEX (atab A_IDX) */

           atab.manzent,  

           atab.geometry,  

           b.geometry  

    from a atab,  

         b  

    where sdo_anyinteract(atab.geometry, b.geometry) = 'TRUE' and 

          b.ID_GIS = <something>; 

Sergio Palma Hidalgo

Hi Stefan.

First of all: I think it would be wise for you to read the Spatial documentation. I've found the link to the 10 docs again: https://docs.oracle.com/cd/B19306_01/appdev.102/b14255/toc.htm

All of the concepts etc are explained pretty well in there (and you can always ask here if something isn't clear).

Thank you, and yes I'm aware about that, actually I'm already reading the reference, after that I'm going to take the Oracle Spatial: Essentials course in Oracle University (Link here). It looks like a good start to an amateur in Oracle Spatial!

Besides that, I have the Getting Started with Oracle Spatial by Tim Armitage* guide. And Oracle Spatial Developer's Guide 11g Release 2** document as well

* http://download.oracle.com/otndocs/products/spatial/pdf/au_melbourne06_start.pdf

** http://docs.oracle.com/cd/E11882_01/appdev.112/e11830/toc.htm

No response at all?

Nop, it get freeze. I mean the Oracle application (Oracle SQL Developer v 12.2.0.183) after a while anyway.

Do you have any means of looking at the data visually, in a map?

Yes, the data it's visualized in Autodesk Mapguide 6.5 (I know, I know it's a really old Autodesk version).

There may not be any overlap between the geometries in the two tables

Maybe not, the query is looking for if there is any overlap between dots inside the polygons. But the Query has no why to get freeze.  For sure I'm doing something wrong or I need to do something else.

How many rows do you have in table A and in Table B?

Table A: 9986 rows

Table B: 304873 rows

...mmm maybe I should wait more time, wait to the query to work. Wait for the response and result, be good or wrong..

You could try sdo_filter first, that will give you at least a rough idea. Or add an extra where-clause, limiting yourself to one or two polygons and see how everything works

It didn't work either

...Do you  know something?  Let me tell you:

The company project manager came to my desk and told me...

- "mmm you know Sergio, we've checked the errors you reported... And we found out that we create in the wrong way the Schema where you are working... It's Spatial, but it is not good set uped... Of course we're are already working on that, but it's going to take as a while".

That's why nothing what I was doing worked!

- "...But meanwhile you can keep going. doing this and that..."

So... After they fixed the errors, everything ran perfectly.

I was pretty sure that we wasn't wrong... Something wasn't good.

Again: I'm going to take the Oracle Spatial: Essentials course in Oracle University

I keep loving what I do for living.

I'm a really happy engineer again (until the next error... hahahaha)

Sorry for the bad english! I'm working on that too!

Thank you Stefan.

Regard,

Sergio.

[Deleted User]

Hi Sergio,

I was just about to reply that you have a serious problemw ith your database, because 40.000 rows is a very small dataset. That simple query should have returned instantly, but apparently your project manager found out himself

Good luck with your study, I still think geoinformation/GIS/Spatial is the coolest stuff to work on (even after 25 years in the field). And I also still think that Oracle has the best and most elegant way of storing and querying spatial data, so Oracle's a good place to start!

user11202270 wrote:

I'm a really happy engineer again (until the next error... hahahaha)

No, you're just waiting for the next error, because that is when it gets interesting and challenging

Regards,

Stefan

1 - 11

Post Details

Added on Oct 19 2015
22 comments
73,266 views