Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Is there a way to create NOLOG Sequences?
Hannah,
Increase the cache value. The only time a sequence change get's recorded in the redo logs is when it goes to grab another set of values. If you look at the sys.seq$ table, that's only updated when you run out of cache values, and oracle needs to grab another one.
Nick
-----Original Message-----
Sent: Tuesday, August 13, 2002 8:30 AM
To: Multiple recipients of list ORACLE-L
Hi,
Having an issue where some code is constantly hitting a sequence (yes, I know... this will be fixed also)..... But in the meanwhile, is there a way to NOT log sequences to the redo log....
Thanks,
Hannah
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Nick Wagner
INET: Nick.Wagner_at_quest.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 Tue Aug 13 2002 - 14:49:44 CDT