Search notes:

Loading Switzerland's GTFS Data into an Oracle Database

OpenData-CH-GTFS is a Github repository that contains the necessary scripts to load Open data platform mobility Switzerland GTFS data into an Oracle database.

run.sh

run.sh is a shell script that
Note: the following variables are currently hard coded and need to be modified in run.sh:

post-process.sql

Because SQL*Loader disables foreign key and check constraints and leaves some indexes in an unusable state, the post-process.sql script enables and rebuilds these objects.
TODO: There is a reenable option in SQL*Loader to automatically reenable foreign key constraints.

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/developm...', 1759562109, '216.73.216.149', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/Data/open/Switzerland/GTFS/Oracle(53): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78