# $Id: config,v 1.4 2003/05/17 16:21:24 oradb Exp $

# login info for the database etc.

my $h_conf = {
	'datasrc' => 'dbi:Oracle:sid=RFI;host=localhost;port=1521', 
	'user'		=> 'oradb',
	'pass'		=> 'oradb',
	'logfile'	=> './oradb.log',
	'comms'	  => './oradb.com',
	'table'	  => 'RFI_Oracle_Debug',
	'params'  => { AutoCommit => 1, RaiseError => 1 },
};

