Title: Message
Philip
 
Did you create an Oracle sequence in your database called "insequence"?.  The ORA error yo
posted weems to imply it is missing or called something else.  Based on your example it would look
something like this, created in the same user space as the table you are trying to populate.
 
CREATE SEQUENCE INSEQUENCE
START WITH 1
INCREMENT BY 1
CACHE 20
ORDER
 
this is an example..yours may look slightly different
 
Eric

-----Original Message-----
From: Phillip Tricoli [mailto:[EMAIL PROTECTED]]
Sent: Monday, February 03, 2003 12:29 PM
To: [EMAIL PROTECTED]
Subject: [castor-dev] Does someone have an example of using Oracle sequencing? Thanks.

Have not got the oracle sequence working, it comes up with a castor statement of

Values (col.nextval) (can not find column name?

Reply via email to