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

Home -> Community -> Usenet -> c.d.o.misc -> Re: TRIGGER and rollback segment...

Re: TRIGGER and rollback segment...

From: Vitaliy Mogilevskiy <vit100gain_at_earthlink.net>
Date: Wed, 07 Apr 1999 17:02:12 -0700
Message-ID: <370BF204.F1934B77@earthlink.net>


You can use this in the trigger or any plsql block:

EXECUTE dbms_transaction.use_rollback_segment('<RBS_NAME>');

+--------------------------------------------------------------------------+

| Vitaliy Mogilevskiy
| Senior Consultant
| CORE Technology Group, Inc.
| E-mail:    vit100gain_at_earthlink.net
| Web Page:  http://home.earthlink.net/~vit100gain/index.html

|            *** Free DBA Script Library at my Web Page ***
+--------------------------------------------------------------------------+



Patrik Stensdahl wrote:

> Is it possible to assign a trigger to use a specific rollback segment?
>
> The command "SET TRANSACTION USE ROLLBACK SEGMENT RB..."
> isnīt allowed to be used in a trigger.
Received on Wed Apr 07 1999 - 19:02:12 CDT

Original text of this message

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