|
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.
|
Title: Message
- [castor-dev] Does someone have an example of using Oracle ... Phillip Tricoli
- Re: [castor-dev] Does someone have an example of usin... Eric Hunt
- Re: [castor-dev] Does someone have an example of ... Phillip Tricoli
