RE: Retrieving data from Oracle by Markiewicz, Andrew- June 1, 2005 One additional thing I noticed.The fetchrow_hashref currently returns a different reference each time it isexecuted. So looping through and pushing the references in a list worksfine for now. But from the perldoc DBI: "Currently, a new hash reference is returned for each row. This will change in the future to return the same hash ref each time, so don&39;t rely on the current behaviour."Your code relies on the fact that the references are different...http://www.nntp.perl.org/group/perl.dbi.oracle-oci/2005/06/msg162.html |