Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Rollback segs
and that is exactly what I want - thanks everybody, a great help as =
always=20
> Lee Robertson
> Acxiom
> Tel: 0191 525 7344
> Fax: 0191 525 7007
> Email: lerobe_at_acxiom.co.uk
>=20
-----Original Message-----
From: Winnie_Liu_at_infonet.com [mailto:Winnie_Liu_at_infonet.com]
Sent: 21 November 2000 22:21
To: Multiple recipients of list ORACLE-L
Subject: RE: Rollback segs
Yes, it would not work if there is any explicit or implicit commit, including all DLL statment.
It will only work for long running DML statement (with no commit in the middle).
Thank Alex for making this point clear.
Winnie :D
Alex Hillman <alex_hillman_at_physia.com>@fatcity.com on 11/21/2000 =
01:38:16
PM
Please respond to ORACLE-L_at_fatcity.com
Sent by: root_at_fatcity.com
To: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com> cc:
It will not work if user has a script need to be executsd with explicit =
or
implicit commit (like DDL).
Alex Hillman
-----Original Message-----
Sent: Tuesday, November 21, 2000 3:56 PM
To: Multiple recipients of list ORACLE-L
No, there is no guarantee that a rollback segment can be delicated to a specific user only.
Even the set transaction thing cannot forbid other user from using that rollback segment.
But there is a trick that you can use to get what you want.
Right before you issue that set transaction thing, bring the rollback segment online, then after that user put in the statement. Take the rollback segment offline.
Notice that the rollback segment is on the OFFLINE PENDING status. It =
will
only go offline after the active transaction is done. But at the mean =
time,
no new transaction will grip this rollback segment.
Winnie
lerobe - Lee Robertson <LEROBE_at_acxiom.co.uk>@fatcity.com on 11/21/2000 08:55:54 AM
Please respond to ORACLE-L_at_fatcity.com
Sent by:=A0 root_at_fatcity.com
To:=A0=A0 Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com> cc:
All,
Is there any method of tieing an individual user to a rollback segment =
to
the exception of all others. I know about the set transaction thing but
what
I want is to avoid other users on the db using the one created for a
specific task.
Regards
Lee Robertson
Acxiom
Tel:=A0=A0=A0 0191 525 7344
Fax:=A0=A0=A0 0191 525 7007
Email: lerobe_at_acxiom.co.uk
The information contained in this communication is confidential, is intended only for the use of the recipient named above, and may be legally privileged. If the reader of this message is not the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please re-send this communication to the sender and delete the original message or any copy of it from your computer system.
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: lerobe - Lee Robertson =A0 INET: LEROBE_at_acxiom.co.uk Fat City Network Services=A0=A0=A0 -- (858) 538-5051=A0 FAX: (858) = 538-5051 San Diego, California=A0=A0=A0=A0=A0=A0=A0 -- 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).=A0 You may also send the HELP command for other information (like subscribing). -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: =A0 INET: Winnie_Liu_at_infonet.com Fat City Network Services=A0=A0=A0 -- (858) 538-5051=A0 FAX: (858) = 538-5051 San Diego, California=A0=A0=A0=A0=A0=A0=A0 -- 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).=A0 You may also send the HELP command for other information (like subscribing). --=20 Please see the official ORACLE-L FAQ: http://www.orafaq.com --=20 Author:=20 INET: Winnie_Liu_at_infonet.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-LReceived on Wed Nov 22 2000 - 02:52:46 CST