Data Sources ( cont. )
For example, connecting to an Oracle database
called DEV can be achieved with the DSN:
   dbi:Oracle:DEV
If not already loaded, DBI will automatically
load the desired underlying DBD, in this case
DBD::Oracle
The database name is defined by the underlying
database-specific requirements
DBI: The Neophyte's Guide
28