in reply to Re^4: Oracle Insert with DBI
in thread Oracle Insert with DBI
Are you absolutely sure you are not in a transaction? Even if you use AutoCommit in the connect call somewhere else can use begin_work to disable autocommit in a block say. You could perhaps try DBIx::Log4perl which only logs DBI method calls which would make your tracing smaller but hopefully sufficient to see whether the row should have been inserted. It should be trivial to add to your code as only the connect call will need to change.
|
|---|