What is the default NLS-DATE for 9 and 10

and where is it in the documentation???

> Yes, it's DD-MON-RR,
Unless you are in Estonia (DD.MM.YYYY), Germany (DD-MM-RR) or Japan (RR-MM-DD), according to the examples in the Globalization Guide orafad linked to.
The default NLS_DATE_FORMAT depends on NLS_TERRITORY, which depends on the value of environment variable NLS_LANG, if set:
C:\>sqlplus william/####
SQL*Plus: Release 10.2.0.1.0 - Production on Mon Nov 13 18:39:43 2006
Copyright (c) 1982, 2005, Oracle.  All rights reserved.
Connected to:
Oracle Database 10g Express Edition Release 10.2.0.1.0 - Production
SQL> SELECT SYSDATE FROM dual;
SYSDATE
13-NOV-06
SQL> select * from v$nls_parameters;
PARAMETER                      VALUE
NLS_LANGUAGE                   ENGLISH
NLS_TERRITORY                  UNITED KINGDOM
NLS_CURRENCY                   ú
NLS_ISO_CURRENCY               UNITED KINGDOM
NLS_NUMERIC_CHARACTERS         .,
NLS_CALENDAR                   GREGORIAN
NLS_DATE_FORMAT                DD-MON-RR
NLS_DATE_LANGUAGE              ENGLISH
NLS_CHARACTERSET               WE8MSWIN1252
NLS_SORT                       BINARY
NLS_TIME_FORMAT                HH24.MI.SSXFF
NLS_TIMESTAMP_FORMAT           DD-MON-RR HH24.MI.SSXFF
NLS_TIME_TZ_FORMAT             HH24.MI.SSXFF TZR
NLS_TIMESTAMP_TZ_FORMAT        DD-MON-RR HH24.MI.SSXFF TZR
NLS_DUAL_CURRENCY              Ç
NLS_NCHAR_CHARACTERSET         AL16UTF16
NLS_COMP                       BINARY
NLS_LENGTH_SEMANTICS           BYTE
NLS_NCHAR_CONV_EXCP            FALSE
19 rows selected.
SQL> exit
Disconnected from Oracle Database 10g Express Edition Release 10.2.0.1.0 - Production
C:\>set NLS_LANG
Environment variable NLS_LANG not defined
C:\>set NLS_LANG=ESTONIAN
C:\>sqlplus william/####
SQL*Plus: Release 10.2.0.1.0 - Production on E Nov 13 18:31:05 2006
Copyright (c) 1982, 2005, Oracle.  All rights reserved.
Connected to:
Oracle Database 10g Express Edition Release 10.2.0.1.0 - Production
SQL> SELECT SYSDATE FROM dual;
SYSDATE
13.11.2006
SQL> select * from v$nls_parameters;
PARAMETER                      VALUE
NLS_LANGUAGE                   ESTONIAN
NLS_TERRITORY                  ESTONIA
NLS_CURRENCY                   kr
NLS_ISO_CURRENCY               ESTONIA
NLS_NUMERIC_CHARACTERS         ,
NLS_CALENDAR                   GREGORIAN
NLS_DATE_FORMAT                DD.MM.RRRR
NLS_DATE_LANGUAGE              ESTONIAN
NLS_CHARACTERSET               WE8MSWIN1252
NLS_SORT                       ESTONIAN
NLS_TIME_FORMAT                HH24:MI:SSXFF
NLS_TIMESTAMP_FORMAT           DD.MM.RRRR HH24:MI:SSXFF
NLS_TIME_TZ_FORMAT             HH24:MI:SSXFF TZR
NLS_TIMESTAMP_TZ_FORMAT        DD.MM.RRRR HH24:MI:SSXFF TZR
NLS_DUAL_CURRENCY              kr
NLS_NCHAR_CHARACTERSET         AL16UTF16
NLS_COMP                       BINARY
NLS_LENGTH_SEMANTICS           BYTE
NLS_NCHAR_CONV_EXCP            FALSE
19 rows selected.

Similar Messages

  • What is the default key command for the COMMAND key?I seem to have changed it somehow along the way and now when I push the command key it hides all windows or shows desk top I need to correct this as soon as possible-.any ideas?

    What is the default key command for THE COMMAND (apple) key? I seem to have changed it somehow along the way and now when I push the command key (only) it hides all open windows and shows the desk top and when I push it again it shows all windows again...I need to return to default A.S.A.P. just this one key...Any ideas? Thanks in advance...

    Go to
     > System Preferences > Keyboard
    Click on the 'Keyboard' tab and hit the 'modifier keys...' button. You can see and change the defaults there.
    As I'm not sure if all the labels are the same in Lion, he's a screenshot from Snow Leopard. It should be similar enough:

  • What is the expected release date for Adobe Media Server 5.0 and Adobe Access 4.0 ?

    What is the expected release date for Adobe Media Server 5.0 and Adobe Access 4.0 ?

    you should be on the same subnet as the server in order to receive multicast.

  • What is the default payroll frequency for Pay Scale Structure ?

    Hi,
    What is the default payroll frequency for Pay Scale Structure? How is it attached to Pay Scale Structure?
    Saurabh Garg

    Hi
    The default frequency for any payroll run is 'monthly', which is subjected to manipulation according to ones requirements
    Regards
    Sudhir.

  • What is the planed release date for 10g for Windows?

    Hi,
    10g fo HP and Sparc is already out, but windows not yet. Is it known what is the planed release date for Oracle 10g for Windows?
    TIA,
    Tamas Szecsy

    On the other hand it's just somewhat funny for me, that it looks as if marketing woudl decide which platform is released first. Some times it is Linux, some times it is Solaris and then again it is Windows. You simply can never know.

  • HT1222 Hi, what is the support end date for Quicktime 7.7.3?

    Hi, what is the support end date for Quicktime 7.7.3?

    Hi
    <b>Have you tried reading the details of the PO Releaser using the BAPIs ?</b>
    BAPI_PO_GETRELINFO
    BAPI_PO_GETITEMSREL
    BAPI_PO_GETITEMSREL            List Purchase Orders for Release (Approval): New as of 4.0A     
    BAPI_PO_GETRELINFO             Display Detailed Release (Approval) Information on Purchase Order
    BAPI_PO_RELEASE                Release Purchase Orders            
    BAPI_PO_RESET_RELEASE          Cancel Release of Purchase Orders  
    <u>Related link -></u>
    Re: How to fetch data from back end for PO?
    Hope this will help.
    Do let me know.
    Regards
    - Atul

  • What is the default ip address for the Time Capsule and Airport Extreme?

    What is the default ip address for the Time Capsule and Airport Extreme?

    Open Airport Utility to find out the real IP address of the network connection. DHCP addresses are assigned by the router in the range chosen in Airport Utility.

  • What is the default timeout value for the SPQuery object?

    What is the default timeout value for the SharePoint SPQuery object? I've tried searching online but can't find anything with the actual timeout value.
    Someone suggested it might use the timeout property in the database? Anyone know if that's how it works?

    Hi,
    Do you want to avoid timeout when you query list items?
    If so, we can use the following C# code to set timeout.
    HttpContext.Current.Server.ScriptTimeout = 600; // 10 minutes
    More information is here:
    http://200oksolutions.blogspot.com/2013/03/sharepoint-2010-set-timeout-only-to.html
    The SPQuery object doesn’t provide any property to set timeout. We can also set timeout in web.config, or SQL Connections or IIS.
    Thanks,
    Dennis Guo
    TechNet Community Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Dennis Guo
    TechNet Community Support

  • What is the default icon size for macbook pro 13 inch?

    I have the 13 inch macbook pro, its not the retina. What is the default icon size for it? I accidently changed it on the show view options.

    The default size is not related to the Mac Model, it's related to the OS X version. For Snow Leopard it's 48x48 pixels.
    For Lion and Mountain Lion it's 64x64.
    You can choose the size that is right for you. I typically use either 32x32 or 36x36. Some prefer larger some prefer smaller. It's up to you.
    I've always found the default sizes to be too big for my taste.

  • What is the default exception aggregation for the NCKF IO STOCK

    Hi all of you,
    What is the default exception aggregation for the Non Cumulative Key Figure info object Stock?
    When I am selecting Maximum, or minimum or Avereage (all values) its not selecting any of these values but only Average (weighted with the number of days) is getting selected.
    Please explain.
    Thank you.
    TR.

    Hi Vinod,
    Thank you for your reply.
    I had selected Last value as exception aggregation and activated it. But again when I double click on the IO STock, in the aggregation tab besides exception aggregation I find the option Average (Weighted with the number of days).
    Is it getting selected by default when I check the radio button Ncum. value with in- and out-flow?
    Please explain.
    Thank you.
    TR.

  • What is the default restrictions passcode for iPad mini?

    Can anybody tell me what is the default restrictions passcode for iPad mini MD528LL ?
    I have never set one and don't know why it's there.
    I am on the 5th try now.. and don't want to lock it down if the 6th try is incorrect....
    Thanks,

    Thanks Chris.
    I did not use Exchange account .....
    or is there a way to reset the numbers of passcode tries? I am now on the 5th try, if I can roll it back to 0, I can give it few more tries and see if I can hit the lottery...

  • What's the best approach/program for finding and eliminating duplicate photos on my hard drive?

    What's the best approach/program for finding and eliminating duplicate photos on my hard drive? I have a "somewhat" older version of iPhoto (5.0.4), and it doesn't seem to offer anything like that except during the importing phase of syncing my phone...

    I wonder, is there room to transfer them to your phone, & then back to filter them?

  • What is the relevence of MD04 for SD and what r the things we hav to look

    what is the relevence of MD04 for SD and what r the things we hav to look

    Hi Venkata,
    MD04 will show a collection of the incoming and outgoing stock changes.
    And for SD, it will display the content in table VBBE and VBBS (single requirement and total requirement).
    The content was updated when the schedule line category is configured as relevant for requirement transfer.
    And I often use MD04 together with CO09 to estimate/check a ATP checking result.
    Hope this could do help!
    Hongyan

  • What is the apple complain number for pakistan and also tell me the e.mail for complain...thanx

    What is the apple complain number for pakistan and also tell me the e.mail for complain...thanx

    Looks like India is the closest choice for Pakistan. The Apple contact numbers for India are here -
    http://www.apple.com/in/contact/
    The array of listings for other countries can be got via links on this page (select the country, and on the new page scroll down and click the "Contact Us" link in the lower right of the page) -
    http://www.apple.com/choose-your-country/

  • What is the difference between data base objects and runtime objects

    What is the difference between data base objects and runtime objects

    Hi raja,
    data base objects means u can have the presence of these objects in the database.So the tables,searchhelps,structures,lockobjects comes under these ones.
    Runtime objects are created and destroyed after the program ends, any changes we make to them are temporary only.
    regards,
    nagaraj
    Message was edited by: nagaraj kumar nishtala

Maybe you are looking for

  • HP Laserjet P1102 does not print following Office 2013 installation

    Hi The computer was upgraded to Office 2013 last week.  Since then the HP Laserjet P1102 printer doesn't work.  It appears that whatever drivers are installed onto the computer are then over-ridden by the printer's own drivers, which creates multiple

  • WINDOW HELp

    hey guys! Im making a photo gallery and have a photo's page and When they chose an album I need my gallery flash thing to open in a small window not full size. How can I make it open in new window and a small window? thank you

  • Error -20023 internal software error

    Hola a todos. Soy un nuevo usuario del labview y mientras intento aprender algo me he topado con un error que no entiendo a la salida de un filtro: Software error ocurred in no asociated comand id on axis control error -20023 internal software error

  • Photos in camera roll do not download to photo stream

    photos in camera roll do not always download to photo stream on iphone?

  • Processing Variable in Filter

    Hi, I have an Aggregat with a Filter F1. This Filter has also a Variable. For this selected data I have a planing function in BEx Analyzer. Unfortunately i have no idea how i can pass a value for the variable in order to restrict my aggregat by the f