http://www.perlmonks.org?node_id=983683


in reply to Re: DBD::ORacle: Not able to insert into Database
in thread DBD::ORacle: Not able to insert into Database

Roboticus, I have cleaned up my code as you suggested. but my problem is still there. the records are not going into the database. It gets stuck at inserting the 1st record and then I have to kill the script with CTRL+C. the debug output I have mentioned in my original post also does not proceed beyond that point. Thanks for your time.
  • Comment on Re^2: DBD::ORacle: Not able to insert into Database

Replies are listed 'Best First'.
Re^3: DBD::ORacle: Not able to insert into Database
by mje (Curate) on Jul 25, 2012 at 16:25 UTC

    Can we see the cleaned up version?

    What happens if you hit ctrl/d instead of ctrl/c?