http://qs321.pair.com?node_id=643970


in reply to DBD::ORACLE - empty strings in result while there supposed to be values

Looks like you're connecting to Rdb rather than Oracle. I wouldn't have thought that was supported by DBI.

BTW, you don't need

use DBD::Oracle;
as DBI handles this itself.

rdfield