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

Home -> Community -> Usenet -> c.d.o.server -> Re: disable a sequences

Re: disable a sequences

From: <bdbafh_at_gmail.com>
Date: 25 Feb 2005 10:38:47 -0800
Message-ID: <1109356727.034491.42510@z14g2000cwz.googlegroups.com>


there was a post on the oracle-l list last week about a sequence being exhausted. one poster thought that perhaps it was taking a vacation.

it could be a namespace issue (private or public synonym). it could be a security issue (a grant of select on the sequence to the app user role or user account)
it could be that the sequence was created with a maxvalue that had been reached, with a nocycle clause.
it could be (as others have posted) that the trigger became invalid due to a broken dependency.
all of these answers can be found in the data dictionary and also perhaps as error messages to the calling application.

-bdabfh Received on Fri Feb 25 2005 - 12:38:47 CST

Original text of this message

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