[Catalyst] ok against sqlite. Not working	against	Oracle81.Sequence problem.
    David Rio Deiros 
    drio at console.net
       
    Mon Mar  6 23:38:51 CET 2006
    
    
  
On Mon, Mar 06, 2006 at 02:21:53PM -0800, David Rio Deiros wrote:
> On Mon, Mar 06, 2006 at 02:06:01PM -0800, David Rio Deiros wrote:
> > That made it work. 
> 
> I have a very weird problem now.
It is fixed now. I added this to my main class following Ian's instructions:
our $ora_opt = { RaiseError=>1, AutoCommit=>1 };
__PACKAGE__->connection('dbi:Oracle:oranbc_two','nbcmv','mediav', $ora_opt);
Weird to have to force the autocommit. 
Thanks again!
David
    
    
More information about the Catalyst
mailing list