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: Altering session

Re: Altering session

From: Michel Cadot <micadot_at_netcourrier.com>
Date: Mon, 16 Jul 2001 14:23:18 +0200
Message-ID: <9iumbn$i9o$1@s1.read.news.oleane.net>

"Alain Kreienbuhl" <alain.kreienbuhl_at_fisystem.com> a écrit dans le message news: 3B52BD16.D6412B8C_at_fisystem.com...
> Hello,
>
> After issuing the following command :
>
> alter session set nls_date_format = 'YYYY-MM-DD HH24:MI:SS';
>
> How can I check the session content ? I'd like to do something like a "
> select * from session".
> In which schema do Session belong to ?
>
> Thanks for your help.
>
> Alain.
>

You can see your current nls parameters in the v$nls_parameters, for instance:
select value from v$nls_paramaters where parameter='NLS_DATE_FORMAT';

You cannot see theses values for the other sessions.

--
Hope this helps
Michel
Received on Mon Jul 16 2001 - 07:23:18 CDT

Original text of this message

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