Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Rollback seg for big job
prasad.
In order to insure that your job is the only one using it or as closely as possible,
keep the RBS in the "offline" mode until you need it. Then make the RBS "online",
issue your job, and make the RBS "offline". The job will continue to use the RBS and
other jobs will see that it is "offline" and not be allowed to use it.
ROR mª¿ªm
>>> prasadm_g_at_yahoo.com 07/27/01 07:16AM >>>
Hi dba's
can anybody clarify my doubt reg. RBS.
i need to run a very big job in night times.
so , i have to create a very bigh rollback segment purely intended for that job.
so i will set at sql
set trnx use rollback seg..
my doubt is whether this rollback segment stores the rollback of my job or will it allow any other rollback of the database (that is not part of my job)
prasad.
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: prasad maganti INET: prasadm_g_at_yahoo.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: Ron Rogers INET: RROGERS_at_galottery.org 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 Fri Jul 27 2001 - 07:11:19 CDT