you can give the sequence a name if you wish.  Look at the database.dtd
for the appropriate element.  But it is not required.  If you specify
idMethod="sequence", torque will make up a good name (appending _SEQ to
the table name).  And it will add sequence creation to the sql it
generates.  The torque objects will use this sequence behind the
scenes.  You should have no reason to care what the name is.

john mcnally

Ian Huynh wrote:
> 
> What should the sequence name be? It's not documented anywhere.
> And would I need to modify any sql scripts?
> 
> Thanks
> 
> -----Original Message-----
> From: John McNally [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, October 18, 2001 1:39 PM
> To: [EMAIL PROTECTED]
> Subject: Re: Using Oracle Sequence in SchedulerService???
> 
> yes
> 
> Ian Huynh wrote:
> >
> > I am using Turbine with Oracle, is it possible to use
> > the Oracle sequence instead of the built-in Turbine ID-Broker
> sequence?
> >
> > Thanks
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to