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

Home -> Community -> Usenet -> c.d.o.tools -> Re: ALTER SESSION in a system event trigger?

Re: ALTER SESSION in a system event trigger?

From: Daniel A. Morgan <Daniel.Morgan_at_attws.com>
Date: Fri, 22 Jun 2001 08:10:59 -0700
Message-ID: <3B336003.51B4E843@attws.com>

Rosy wrote:

> I'm trying to do a 'ALTER SESSION SET NLS_DATE_LANGUAGE=.....' in an 'AFTER
> LOGON ON DATABASE' system event trigger . Gets error PLS-00103 from the
> parser ('..found ALTER but expected one of the following:....').
> Is this operation illegal in triggers on system events?
>
> Any help would be appreciated.
>
> Rolf

You likely need to do this as Native Dynamic SQL.

Daniel A. Morgan Received on Fri Jun 22 2001 - 10:10:59 CDT

Original text of this message

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