for this script utl_file is no longer being used. The problem is that some SQL is over 2499 characters in length, and it may be stored as one line in the data dictionary SQLPlus cannot execute lines ...
import ( "context" "fmt" "io" _ "github.com/mattn/go-sqlite3" _ "github.com/whosonfirst/go-whosonfirst-iterate-sql/v2" "github.com/whosonfirst/go-whosonfirst-iterate ...