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: SYSDate, NLS_DATE_FORMAT, and default values

Re: SYSDate, NLS_DATE_FORMAT, and default values

From: Brian Tkatch <SPAMBLOCK.Maxwell_Smart_at_ThePentagon.com>
Date: 2000/05/05
Message-ID: <3912f348.2422328@news.alt.net>#1/1

>create or replace trigger data_logon_trigger
>after logon
>ON DATABASE
>begin
> execute immediate
> 'alter session set nls_date_format = ''yyyymmdd'' ';
>end;

This sounds best. Though it did not seem to work.

Is the command "ON DATABASE" or do I need to specify which database?

Also, does a specific user need to do this?

Brian Received on Fri May 05 2000 - 00:00:00 CDT

Original text of this message

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