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: Slow export - OPTIMIZER_GOAL=FIRST_ROWS

Re: Slow export - OPTIMIZER_GOAL=FIRST_ROWS

From: Stephan Bressler <stephan.bressler_at_siemens.com>
Date: Tue, 17 Dec 2002 13:21:28 +0100
Message-ID: <atn4q9$lai$1@news.mch.sbs.de>

> which will activate for this account the trigger :
> CREATE OR REPLACE TRIGGER LOGINTRIGGER AFTER LOGON ON "EXPORTUSER"
> BEGIN EXECUTE IMMEDIATE 'ALTER SESSION SET OPTIMIZER_GOAL=CHOOSE';
>
> How do I implement this if the exports are executed from the OEM and
> the jobs are runned by the SYSTEM acount which is set in the Preferred
> Credentials.

replace exportuser by system and recreate the trigger

Stephan Received on Tue Dec 17 2002 - 06:21:28 CST

Original text of this message

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