$conn = XXXXX::Database::Conn->new('live'); #its the wrapper build around the actual DBI module to facilitate the ease of fetching the data. $conn->addConnection(DBI->connect('dbi:Oracle:SNP.world','snp','snp', {RaiseError =>1 , AutoCommit=>0}),'snp');