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