Saltar al contenido principal

GeoDa

Plugins | Setup Oracle Spatial Database Plugin

Plugins | Setup Oracle Spatial Database Plugin


Windows (32-bit)

  1. Download Oracle Instant Client 32-bit for Windows (version ≤11.2.x) from http://www.oracle.com/technetwork/topics/winsoft-085727.html
  2. (Note: You have to register to get Oracle Instant Client)
  3. Version 11.2.0.3.0 (32-bit)
  4. Instant Client Package - Basic: All files required to run OCI, OCCI, and JDBC-OIC applications
  5. instantclient-basic-windows.x86-11.2.0.3.0.zip
  6. Unzip the downloaded ZIP package to your local hard drive. For example: C:\instantclient_11_2
  7. Setup your Windows system environment for Oracle Instant Client
  8. Add the path of Oracle Instant Client to PATH system variable in "System Properties" dialog (see following example)
  9. (Note: you need to add ; before the Oracle Path)
  10. Restart GeoDa program, then you should be able to connect to the Oracle Spatial database by using GeoDa-Oracle-Plugin
Oracle Environment Variables Setup

Windows (64-bit)

  1. Download Oracle Instant Client 64-bit for Windows (version ≤11.2.x) from http://www.oracle.com/technetwork/topics/winx64soft-089540.html
  2. (Note: You have to register to get Oracle Instant Client)
  3. Version 11.2.0.3.0 (64-bit)
  4. Instant Client Package - Basic: All files required to run OCI, OCCI, and JDBC-OIC applications
  5. instantclient-basic-windows.x64-11.2.0.3.0.zip
  6. Unzip the downloaded ZIP package to your local hard drive. For example: C:\instantclient_11_2
  7. Setup your Windows system environment for Oracle Instant Client
  8. Add the path of Oracle Instant Client to PATH system variable in "System Properties" dialog (see following example)
  9. (Note: you need to add ; before the Oracle Path)
  10. Restart the GeoDa program, then you should be able to connect to the Oracle Spatial database by using the GeoDa-Oracle-Plugin
Oracle Environment Variables Setup

Mac OSX ≥10.6 (64-bit)

  1. Download Oracle Instant Client Package - Basic, 64-bit (version ≤11.2.x) from http://www.oracle.com/technetwork/topics/intel-macsoft-096467.html
  2. (Note: You have to register to get Oracle Instant Client)
  3. Version 11.2.0.3.0 (64-bit)
  4. Instant Client Package - Basic: All files required to run OCI, OCCI, and JDBC-OIC applications
  5. instantclient-basic-macosx.x64-11.2.0.3.0.zip
  6. Unzip the downloaded ZIP package to your local hard drive. For example: /Users/yourname/Downloads/instantclient_11_2
  7. Open a new terminal, run the following 2 commands to configure Oracle client for GeoDa
  8. export ORACLE_HOME=/Users/yourname/Downloads/instantclient_11_2
  9. ./install_plugins.sh /path/to/downloaded_GeoDa.app/
  10. The command in the first line stores the Oracle Instant Client location to a variable ORACLE_HOME.
  11. The command in the second line updates the configuration of the Oracle Plugin for GeoDa.
  12. Restart the GeoDa program, then you should be able to connect to the Oracle Spatial database using the GeoDa-Oracle-Plugin

Ubuntu ≥12 (32-bit)

  1. Download Oracle Instant Client 32-bit (version ≤11.2.x) from http://www.oracle.com/technetwork/topics/linuxsoft-082809.html
  2. (Note: You have to register to get Oracle Instant Client)
  3. Version 11.2.0.3.0 (32-bit)
  4. Instant Client Package - Basic: All files required to run OCI, OCCI, and JDBC-OIC applications
  5. instantclient-basic-linux-11.2.0.3.0.zip
  6. Unzip the downloaded ZIP package to your local hard drive. For example: /home/yourname/Downloads/instantclient_11_2
  7. Setup your Ubuntu system environment for Oracle Instant Client
  8. Run the following command in a terminal (Note: remember to replace "yourname" )
  9. echo "export ORACLE_HOME=/home/yourname/Downloads/instantclient_11_2" >> ~/.bashrc
  10. Restart the GeoDa program, then you should be able to connect to the Oracle Spatial database using the GeoDa-Oracle-Plugin

Ubuntu ≥12 (64-bit)

  1. Download Oracle Instant Client 64-bit (version ≤11.2.x) from http://www.oracle.com/technetwork/topics/linuxx86-64soft-092277.html
  2. (Note: You have to register to get Oracle Instant Client)
  3. Version 11.2.0.3.0 (64-bit)
  4. Instant Client Package - Basic: All files required to run OCI, OCCI, and JDBC-OIC applications
  5. instantclient-basic-linux.x64-11.2.0.3.0.zip
  6. Unzip the downloaded ZIP package to your local hard drive. For example: /home/yourname/Downloads/instantclient_11_2
  7. Setup your Ubuntu system environment for Oracle Instant Client
  8. Run the following command in a terminal (Note: remember to replace "yourname" )
  9. echo "export ORACLE_HOME=/home/yourname/Downloads/instantclient_11_2" >> ~/.bashrc
  10. Restart the GeoDa program, then you should be able to connect to the Oracle Spatial database using the GeoDa-Oracle-Plugin