Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Using a Sequence for a Default Value

RE: Using a Sequence for a Default Value

From: kkennedy <kkennedy_at_firstpoint.com>
Date: Wed, 10 Jul 2002 09:03:35 -0800
Message-ID: <F001.00493BC7.20020710090335@fatcity.com>


Correct. You can't use a sequence value as a default. What we have done here is to build before insert triggers that, when the column is null, selects the sequence into the column from dual.

Note, this is one of those places where I haven't found a good alternative to select from dual.

Kevin Kennedy
First Point Energy Corporation

-----Original Message-----
Sent: Wednesday, July 10, 2002 8:23 AM
To: Multiple recipients of list ORACLE-L

OK, I RTFM and am probably just missing it. Is there an easy may to define a default as a NextVal? When I try, I'm getting an ORA-984. Does this have to be done with a pre-insert trigger or something?

TIA, John P Weatherman
Database Administrator
Replacements Ltd.
--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: John Weatherman
  INET: john.weatherman_at_replacements.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).
--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: kkennedy
  INET: kkennedy_at_firstpoint.com
Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Wed Jul 10 2002 - 12:03:35 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US