RE: How set Date format Globally

2001-07-11 Thread INF/MEKKAOUI

oh yes but if in a client the parameter NLS_DATE_FORMAT is set to another
format , the generic format set in init.ora is not taken. 

Best Regards,
Nabila Mekkaoui
DBA Oracle


-Message d'origine-
De : Kevin Kostyszyn [mailto:[EMAIL PROTECTED]]
Envoyé : mercredi 11 juillet 2001 14:06
À : Multiple recipients of list ORACLE-L
Objet : Re: How set Date format Globally


I believ that you can also set this in the init.ora file, I know that I do:)
KK
- Original Message -
To: "Multiple recipients of list ORACLE-L" <[EMAIL PROTECTED]>
Sent: Wednesday, July 11, 2001 7:40 AM


Hi,
or set NLS_DATE_FORMAT in the registry (32 bits) or oracle.ini (16 bits) in
all clients.

Best Regards,
Nabila Mekkaoui
DBA Oracle


-Message d'origine-
De : Vladimir Begun [mailto:[EMAIL PROTECTED]]
Envoyé : mercredi 11 juillet 2001 09:56
À : Multiple recipients of list ORACLE-L
Objet : Re: How set Date format Globally


On Jul 11, 2001 at 12:35:21AM, Rangachari Sundar wrote:
> Hi,
>
> I have a requirement. Everytime when i make a session to the database i
want the
> Date Format to beas follows
>
> '-mm-dd hh:mi:ss'
>
> The existing default format is 'dd-mon-' and so I tried the following
steps.
>
> ALTER SESSION set NLS_DATE_FORMAT='-mm-dd hh:mi:ss' and put that in
the
> login.sql it worked fine for my every client session.
>
> How can I set it globally so that everytime when I make a session to
database
> from any client It should be '-mm-dd hh:mi:ss'.

Set NLS_DATE_FORMAT in init.ora

Would be cool to use dbms_session.set_nls in your logon trigger
but it does not work correctly. See bug 1574885, if it's published
already. (it was not). Search over metalink for examples.

--
Vladimir Begun   | There's a lesson here.  Generalizations are
http://vbegun.net/   | generally useless unless used.
http://vbegun.net/wap/   |  -- Larry Wall in
[EMAIL PROTECTED]|  <[EMAIL PROTECTED]>
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Vladimir Begun
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: INF/MEKKAOUI
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Kevin Kostyszyn
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: INF/MEKKAOUI
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).



Re: How set Date format Globally

2001-07-11 Thread Kevin Kostyszyn

I believ that you can also set this in the init.ora file, I know that I do:)
KK
- Original Message -
To: "Multiple recipients of list ORACLE-L" <[EMAIL PROTECTED]>
Sent: Wednesday, July 11, 2001 7:40 AM


Hi,
or set NLS_DATE_FORMAT in the registry (32 bits) or oracle.ini (16 bits) in
all clients.

Best Regards,
Nabila Mekkaoui
DBA Oracle


-Message d'origine-
De : Vladimir Begun [mailto:[EMAIL PROTECTED]]
Envoyé : mercredi 11 juillet 2001 09:56
À : Multiple recipients of list ORACLE-L
Objet : Re: How set Date format Globally


On Jul 11, 2001 at 12:35:21AM, Rangachari Sundar wrote:
> Hi,
>
> I have a requirement. Everytime when i make a session to the database i
want the
> Date Format to beas follows
>
> '-mm-dd hh:mi:ss'
>
> The existing default format is 'dd-mon-' and so I tried the following
steps.
>
> ALTER SESSION set NLS_DATE_FORMAT='-mm-dd hh:mi:ss' and put that in
the
> login.sql it worked fine for my every client session.
>
> How can I set it globally so that everytime when I make a session to
database
> from any client It should be '-mm-dd hh:mi:ss'.

Set NLS_DATE_FORMAT in init.ora

Would be cool to use dbms_session.set_nls in your logon trigger
but it does not work correctly. See bug 1574885, if it's published
already. (it was not). Search over metalink for examples.

--
Vladimir Begun   | There's a lesson here.  Generalizations are
http://vbegun.net/   | generally useless unless used.
http://vbegun.net/wap/   |  -- Larry Wall in
[EMAIL PROTECTED]|  <[EMAIL PROTECTED]>
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Vladimir Begun
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: INF/MEKKAOUI
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Kevin Kostyszyn
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).



Re: How set Date format Globally

2001-07-11 Thread A. Bardeen

The NLS_DATE_FORMAT on the client always overrides the
setting in the init.ora setting.  In addition the
NLS_LANG setting has an implied NLS_DATE_FORMAT of
DD-MON-YY for most settings (see note 93924.1 below
for more details) so on Windows clients, where
NLS_LANG is set in the registry by default, you must
either explicitly set NLS_DATE_FORMAT or remove
NLS_LANG (so it defaults to the server's setting).

A few docs that address this:

Note: 77318.1 "Why is my NLS_DATE_FORMAT parameter
setting not taking effect?"

Note: 60134.1 "NLS Frequently Asked Questions"

Note: 93924.1 "Advisory Warning of change to
NLS_DATE_FORMAT Default values"

HTH,

-- Anita

--- Vladimir Begun <[EMAIL PROTECTED]>
wrote:
> On Jul 11, 2001 at 12:35:21AM, Rangachari Sundar
> wrote:
> > Hi,
> > 
> > I have a requirement. Everytime when i make a
> session to the database i want the
> > Date Format to beas follows
> > 
> > '-mm-dd hh:mi:ss'
> > 
> > The existing default format is 'dd-mon-' and
> so I tried the following steps.
> > 
> > ALTER SESSION set NLS_DATE_FORMAT='-mm-dd
> hh:mi:ss' and put that in the
> > login.sql it worked fine for my every client
> session.
> > 
> > How can I set it globally so that everytime when I
> make a session to database
> > from any client It should be '-mm-dd
> hh:mi:ss'.
> 
> Set NLS_DATE_FORMAT in init.ora
> 
> Would be cool to use dbms_session.set_nls in your
> logon trigger
> but it does not work correctly. See bug 1574885, if
> it's published
> already. (it was not). Search over metalink for
> examples.
> 
> -- 
> Vladimir Begun   | There's a lesson
> here.  Generalizations are
> http://vbegun.net/   | generally useless
> unless used.
> http://vbegun.net/wap/   | -- Larry Wall
> in
> [EMAIL PROTECTED]|
> <[EMAIL PROTECTED]>
> -- 
> Please see the official ORACLE-L FAQ:
> http://www.orafaq.com
> -- 
> Author: Vladimir Begun
>   INET: [EMAIL PROTECTED]
> 
> Fat City Network Services-- (858) 538-5051  FAX:
> (858) 538-5051
> San Diego, California-- Public Internet
> access / Mailing Lists
>

> To REMOVE yourself from this mailing list, send an
> E-Mail message
> to: [EMAIL PROTECTED] (note EXACT spelling of
> 'ListGuru') and in
> the message BODY, include a line containing: UNSUB
> ORACLE-L
> (or the name of mailing list you want to be removed
> from).  You may
> also send the HELP command for other information
> (like subscribing).


__
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: A. Bardeen
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).



RE: How set Date format Globally

2001-07-11 Thread Srinivas Vedantam

Hi,
   Put that statement in GLOGIN.sql and see.
Rgds
Vra Srinivas.


> --
> From: Rangachari Sundar[SMTP:[EMAIL PROTECTED]]
> Reply To: [EMAIL PROTECTED]
> Sent: Wednesday, July 11, 2001 2:05 PM
> To:   Multiple recipients of list ORACLE-L
> Subject:  How set Date format Globally
> 
> Hi,
> 
> I have a requirement. Everytime when i make a session to the database i
> want the
> Date Format to beas follows
> 
> '-mm-dd hh:mi:ss'
> 
> The existing default format is 'dd-mon-' and so I tried the following
> steps.
> 
> ALTER SESSION set NLS_DATE_FORMAT='-mm-dd hh:mi:ss' and put that in
> the
> login.sql it worked fine for my every client session.
> 
> How can I set it globally so that everytime when I make a session to
> database
> from any client It should be '-mm-dd hh:mi:ss'.
> 
> Regards
> Sundar
> 
> 
> 
> 
> -- 
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> -- 
> Author: Rangachari Sundar
>   INET: [EMAIL PROTECTED]
> 
> Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
> San Diego, California-- Public Internet access / Mailing Lists
> 
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from).  You may
> also send the HELP command for other information (like subscribing).
> 
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Srinivas  Vedantam
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).



RE: How set Date format Globally

2001-07-11 Thread INF/MEKKAOUI

Hi, 
or set NLS_DATE_FORMAT in the registry (32 bits) or oracle.ini (16 bits) in
all clients.

Best Regards,
Nabila Mekkaoui
DBA Oracle


-Message d'origine-
De : Vladimir Begun [mailto:[EMAIL PROTECTED]]
Envoyé : mercredi 11 juillet 2001 09:56
À : Multiple recipients of list ORACLE-L
Objet : Re: How set Date format Globally


On Jul 11, 2001 at 12:35:21AM, Rangachari Sundar wrote:
> Hi,
> 
> I have a requirement. Everytime when i make a session to the database i
want the
> Date Format to beas follows
> 
> '-mm-dd hh:mi:ss'
> 
> The existing default format is 'dd-mon-' and so I tried the following
steps.
> 
> ALTER SESSION set NLS_DATE_FORMAT='-mm-dd hh:mi:ss' and put that in
the
> login.sql it worked fine for my every client session.
> 
> How can I set it globally so that everytime when I make a session to
database
> from any client It should be '-mm-dd hh:mi:ss'.

Set NLS_DATE_FORMAT in init.ora

Would be cool to use dbms_session.set_nls in your logon trigger
but it does not work correctly. See bug 1574885, if it's published
already. (it was not). Search over metalink for examples.

-- 
Vladimir Begun   | There's a lesson here.  Generalizations are
http://vbegun.net/   | generally useless unless used.
http://vbegun.net/wap/   |   -- Larry Wall in
[EMAIL PROTECTED]|   <[EMAIL PROTECTED]>
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Vladimir Begun
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: INF/MEKKAOUI
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).



Re: How set Date format Globally

2001-07-11 Thread Vladimir Begun

On Jul 11, 2001 at 12:35:21AM, Rangachari Sundar wrote:
> Hi,
> 
> I have a requirement. Everytime when i make a session to the database i want the
> Date Format to beas follows
> 
> '-mm-dd hh:mi:ss'
> 
> The existing default format is 'dd-mon-' and so I tried the following steps.
> 
> ALTER SESSION set NLS_DATE_FORMAT='-mm-dd hh:mi:ss' and put that in the
> login.sql it worked fine for my every client session.
> 
> How can I set it globally so that everytime when I make a session to database
> from any client It should be '-mm-dd hh:mi:ss'.

Set NLS_DATE_FORMAT in init.ora

Would be cool to use dbms_session.set_nls in your logon trigger
but it does not work correctly. See bug 1574885, if it's published
already. (it was not). Search over metalink for examples.

-- 
Vladimir Begun   | There's a lesson here.  Generalizations are
http://vbegun.net/   | generally useless unless used.
http://vbegun.net/wap/   |   -- Larry Wall in
[EMAIL PROTECTED]|   <[EMAIL PROTECTED]>
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Vladimir Begun
  INET: [EMAIL PROTECTED]

Fat City Network Services-- (858) 538-5051  FAX: (858) 538-5051
San Diego, California-- Public Internet access / Mailing Lists

To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).