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: Find the table's name that using sequences

Re: Find the table's name that using sequences

From: Rachel Carmichael <wisernet100_at_yahoo.com>
Date: Wed, 16 Jul 2003 11:35:32 -0700 (PDT)
Message-Id: <25937.338108@fatcity.com>


no table "uses" a sequence. And there is no reason (other than sanity checks) to have one sequence per table.

SQL code will use the sequence, usually to retrieve a value from the sequence to then insert into or update a column in a table.


Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month! http://sbc.yahoo.com Received on Wed Jul 16 2003 - 13:35:32 CDT

Original text of this message

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