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
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