$ sqlt -f DBI-SQLite --db-user "" --db-password "" --dsn dbi:SQLite:temp.sqlite -t SQLite -- -- Created by SQL::Translator::Producer::SQLite -- Created on Thu Oct 2 16:00:34 2014 -- BEGIN TRANSACTION; -- -- Table: "trains" -- CREATE TABLE "trains" ( "A" text NOT NULL, "B" text NOT NULL, "C" real NOT NULL, "D" text NOT NULL, "E" text NOT NULL, "F" real NOT NULL, "G" real NOT NULL ); COMMIT; $ sqlt -f DBI-SQLite --db-user "" --db-password "" --dsn dbi:SQLite:dbidbd.anydata.tsv.temp.sqlite -t Oracle -- -- Created by SQL::Translator::Producer::Oracle -- Created on Thu Oct 2 16:02:17 2014 -- -- -- Table: trains --; CREATE TABLE "trains" ( "A" clob NOT NULL, "B" clob NOT NULL, "C" real NOT NULL, "D" clob NOT NULL, "E" clob NOT NULL, "F" real NOT NULL, "G" real NOT NULL ); /