hi,

  a co-worker here solved the mistery of oracle + sessions using embperl.
  apparently, somehow Store::Oracle was not setting autocommit to true 
  and not committing its insert's.  so each time the store was used, any
  sql commands would be rolled back while still returning a success 
  response to the caller.

  i think the reason oracle sessions worked for me from the command line
  is due to a difference in the calling environment.  the command line
  script uses Session::Oracle to drive Store::Oracle.  in embed perl, 
  HTML::Session calls Store::Oracle.  my guess is that a key value pair
  passed by Session:Oracle to Store::Oracle sets autocommit to true.

thanks, eitan


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to