Im running perl v 5.6.1
DBI 1.21
DBD-Oracle 1.12
With the logging level set to 2, according to the resulting log, I am successfully
updating my tables with the relevant information.
However, when i try to select the updated information, whether from within the script,
sqlplus or even a seperate web interface, I am not getting the updates! It's almost as
if the commit is not working, but i turned the autocommit off and did it again with
manual committing, and this is registered in the logging but still, i cannot select
the information, as it is NOT THERE!
What is happening?
S