> -----Original Message-----
> From: Loo, Peter # PHX [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, May 02, 2006 2:15 PM
> To: DBI users
> Subject: DBI->data_sources('Oracle')
>
> Hi All,
>
> Will someone please tell me where this module is getting the
> information from? One of my severs that I am trying to connect to is
> NOT listed in the output of:
>
> @databases = $dbh->data_sources('Oracle');
>
> Thanks.
>
> Peter
This will tell you for sure:
export DBI_TRACE=1
perl -MDBI -le 'print foreach DBI->data_sources("Oracle")'
Philip