Re: problem with oracle sequences

2002-04-11 Thread Jenda Krynicky
From: [EMAIL PROTECTED] > Hi all, this is a difficult one to explain!! > > i have a perl script that is inserting entries into an oracle database > table. so far so good!! the difficulty i have is that the table has a > sequence against a unique id column (number) that can increment itself > usi

problem with oracle sequences

2002-04-11 Thread stephen . redding
Hi all, this is a difficult one to explain!! i have a perl script that is inserting entries into an oracle database table. so far so good!! the difficulty i have is that the table has a sequence against a unique id column (number) that can increment itself using seq.nextval. when i test the scri