Database access using Perl DBI and SQL Architecture The Perl scripts use DBI, which in turn uses the appropriateDatabase Driver(e.g.DBD::OracleforOracle,DBD::PgforPostgreSQLandDBD::SQLiteto accessSQLite). Those drivers are compiled together with the C client libraries of the respective database...