Re: Reset sequence at midnight

2004-01-15 Thread Jonathan Lewis
Note in-line Regards Jonathan Lewis http://www.jlcomp.demon.co.uk The educated person is not the person who can answer the questions, but the person who can question the answers -- T. Schick Jr Next public appearance2: March 2004 Hotsos Symposium - Keynote March 2004 Charlotte NC -

Re: Reset sequence at midnight

2004-01-15 Thread Jared . Still
by: [EMAIL PROTECTED] 01/14/2004 11:34 PM Please respond to ORACLE-L To:Multiple recipients of list ORACLE-L [EMAIL PROTECTED] cc: Subject:Re: Reset sequence at midnight Note in-line Regards Jonathan Lewis http://www.jlcomp.demon.co.uk The educated person

Reset sequence at midnight

2004-01-14 Thread Oracle
Hi, I have a sequence which i want to reset to 0 at midnight everyday. What is the best way to do this? Db version - 9.2.0.1.0 Thanks Imran -- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: Oracle INET: [EMAIL PROTECTED] Fat City Network Services-- 858-538-5051

Re: Reset sequence at midnight

2004-01-14 Thread Mladen Gogala
To use program which will supply numbers, possibly as an external routine, and not use an oracle sequence as it wasn't designed for that purpose. On 01/14/2004 12:04:26 PM, Oracle wrote: Hi, I have a sequence which i want to reset to 0 at midnight everyday. What is the best way to do this?

Re: Reset sequence at midnight

2004-01-14 Thread Rachel Carmichael
drop sequence create sequence but why do you want to do that? --- Oracle [EMAIL PROTECTED] wrote: Hi, I have a sequence which i want to reset to 0 at midnight everyday. What is the best way to do this? Db version - 9.2.0.1.0 Thanks Imran -- Please see the official ORACLE-L FAQ:

Re: Reset sequence at midnight

2004-01-14 Thread Jared . Still
: Subject:Reset sequence at midnight Hi, I have a sequence which i want to reset to 0 at midnight everyday. What is the best way to do this? Db version - 9.2.0.1.0 Thanks Imran -- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: Oracle INET: [EMAIL PROTECTED