Title: Message

Eric,

       Thanks we got passed that on, look at the newer post, we have no idea.

                                                                 Phillip

 

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

 

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