https://github.com/vincentmorneau/oracle-geo-data
https://github.com/vincentmorneau/oracle-geo-data
cities countries database sql states
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vincentmorneau/oracle-geo-data
- Owner: vincentmorneau
- License: mit
- Created: 2017-02-07T15:45:43.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-16T20:24:50.000Z (over 8 years ago)
- Last Synced: 2025-06-11T11:20:44.586Z (4 months ago)
- Topics: cities, countries, database, sql, states
- Language: PLSQL
- Homepage: https://demo.insum.ca/ords/f?p=131
- Size: 2.67 MB
- Stars: 22
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- Changelog: changelog.md
- License: license
Awesome Lists containing this project
README
# Oracle Geo Data
Four tables containing the world's **7 continents**, **252 countries**, **3,916 administrative divisions** and **22,598 cities** in a sql script for Oracle.Demo: https://demo.insum.ca/ords/f?p=131
*Note: An administrative division can be a state, region, province, territory, etc.*
## Install - Standard *(easiest)*
- Execute `compiled/install.sql`.*Note: Our testing environment takes 135 seconds to complete.*
#### Uninstall
- Execute `compiled/uninstall.sql`.## Install - from Source
*Use this method if you wish to understand how to the tables are populated from http://www.geonames.org/.*- Execute `source/install.sql`.
*Note: Our testing environment takes 120 seconds to complete.*
#### Uninstall
- Execute `source/uninstall.sql`.## Update
*Use this if you were using a previous build of Oracle Geo Data and only wish to update your data.*- Execute `source/update.sql`.
*Note: Our testing environment takes 115 seconds to complete.*
## Table Definitions
[See documentation.](docs/tables.md)## Source Data
Special thanks to http://www.geonames.org/## Changelog
[See changelog.](changelog.md)## Sponsors
Thanks to [Insum Solutions](http://insum.ca/) for sponsoring this project.## License
MIT © [Vincent Morneau](http://vmorneau.me)