How to change NLS parameters in SQL Developer?

I think that Oracle National Language Support is quite confusing. How can I easily change NLS parameters for SQL Developer (for all connections) to match exactly those that my database is using?

Hello,
SELECT 5/8 x FROM dual;F9 -> 0.625
Change decimal separator in preferences
F9 -> 0,625
It is different when I execute a query/script with F5, then I always get 0.625
SELECT * FROM nls_session_parameters
WHERE parameter = 'NLS_NUMERIC_CHARACTERS';
PARAMETER                      VALUE
NLS_NUMERIC_CHARACTERS         .,
SELECT 5/8 x FROM dual;
         X
     0.625
Change settings
SELECT * FROM nls_session_parameters
WHERE parameter = 'NLS_NUMERIC_CHARACTERS';
PARAMETER                      VALUE
NLS_NUMERIC_CHARACTERS         ,.
SELECT 5/8 x FROM dual;
         X
     0.625Even changing the settings with ALTER SESSION makes no difference
ALTER SESSION SET NLS_NUMERIC_CHARACTERS = ',.';
SELECT * FROM nls_session_parameters
WHERE parameter = 'NLS_NUMERIC_CHARACTERS';
PARAMETER                      VALUE
NLS_NUMERIC_CHARACTERS         ,.
SELECT 5/8 x FROM dual;
         X
     0.625
ALTER SESSION SET NLS_NUMERIC_CHARACTERS = '.,';
SELECT * FROM nls_session_parameters
WHERE parameter = 'NLS_NUMERIC_CHARACTERS';
PARAMETER                      VALUE
NLS_NUMERIC_CHARACTERS         .,
SELECT 5/8 x FROM dual;
         X
     0.625It seems the script output does not care about my settings :-(
Regards
Marcus

Similar Messages

  • How to change NLS parameters in Oracle XE?

    Hi
    I have to change some parameters in database using Oracle XE server but I don't know how to do it. I must change these parameters:
    NLS_CHARACTERSET
    NLS_NCHAR_CHARACTERSET
    How to do it?
    Thanks for help.

    Thanks, but I'm newbie and I have to ask you about more details :)
    What do you mean when you saying: init file (or spfile)? Where can I find these files?
    Registry entry (NLS_LANG) is correct, but when I'm using web based administration application I can see more NLS settings. Unfortunately I can't change them :(
    Using XE version I can't (I'm not sure about that) create another instance, there is only one instance created by installer. Is it possible to change NLS settings in this case?

  • How to show georaster RDTs in SQL developer 1.5 ?

    Hi all,
    I wonder how to properly set the latest SQL Developer (1.5 EA3) to show georaster RDTs in the connection / objects pane (left hand side pane) ?
    My SQL Developer 1.5 EA3 does not show any RDT. While previous versions in my machine (version 1.2.1 and 1.1.3) have no problems in showing RDTs.
    My platforms are :
    * OS : MS Windows Vista Ultimate
    * Oracle Database 11g Release 1 (11.1.0.6.0) Enterprise/Standard Edition for Microsoft Windows 32-bit
    * JDK 1.6.0_06
    Please advise,
    =Damon

    This is just a bug.I have logged bug #7025395
    Sue

  • How to Add Access Platform in SQL Developer 3.2.20.09

    Though it was default in previous versions but I think it is not in this version. I have downloaded the latest copy of SQL Developer 3.2.20.09 from your site. While trying to migrate data from Access to Oracle using Migration Wizard (Tools>Migration>Migrate option) I am not getting any Access data in source database window. There are nothing under Available Source Platforms. Kindly let me know how to bring Access Platform in SQL Developer 3.2.20.09.

    Hi,
    Have you checked all the steps in the SQL*Developer documentation ?
    Review the relevant sections of -
    Oracle® SQL Developer User's Guide Release 3.2
    2.2.4.3 Before Migrating From Microsoft Access
    2.2.4.3.1 Creating Microsoft Access XML Files
    2.2.8.1.3 Creating Data Files From MySQL
    2.3 SQL Developer User Interface for Migration
    2.3.1 Migration Submenu
    Are you able to create a connection to an Access mdb file using the 'Connections' options ?
    See -
    5.21 Create/Edit/Select Database Connection
    and the information under -
    Access tab
    If you can make a connection to the Access mdb file then you should be able to make the migration also by followingthe steps detailed in the documentation.
    Regards,
    Mike

  • How To version a Schema in SQL Developer?

    How To version a Schema in SQL Developer? Is there any open source tool for windows? I used a trial version of Source Control for Oracle by Red Gate. But i am looking for a free tool or way around? Like we do versioning in Jdeveloper?Any help in this regard would be much appreciated.

    SQL Developer supports e.g. Subversion out of the box.
    Open Sql Developer Help and search for "Versioning"
    Using Versioning
    SQL Developer provides integrated support for the Subversion and Git versioning and source control systems, and you can add support for other such systems as extensions by clicking Help, then Check for Updates. Available extensions include CVS (Concurrent Versions System) and Perforce.
    This is the part about support for versioning. The next step would be how you organize your workflow so every source is available in your repository.
    Maybe an online tutorial can help you: Using Source Code Control in Oracle SQL Developer 3.0
    Regards
    Marcus

  • HOW TO OPEN MULTIPLE TABLES IN SQL DEVELOPER SIMULTANEOUSLY

    hello i m new to sqldeveloper so plz dnt laugh if m asking silly question
    HOW TO OPEN MULTIPLE TABLES IN SQL DEVELOPER SIMULTANEOUSLY

    Use the 'pin' on your table editor
    http://www.thatjeffsmith.com/archive/2011/11/sql-developer-quick-tip-pin-query-result-sets-and-plans/
    Then open your 2nd table. If you want to see both at the same time, right-click on the table editor tab and select 'New Editor Tab Group'
    Not a silly question, but no need to shout :)

  • How to change the parameters(rot x,y,z &dictance) to get Kinect Fusion Explore Multi Static Cameras sample work?

    Recently,I start to pay attention to  the  function 'Kinect Fusion Explore Multi Static Cameras sample' In SDK 1.8.
    Here ,I use two kinects ,but I have no idea how to change the parameters(x,y,z &dictance) in the red rectangle to make it work successfully.
    By the way,I hava calibrated the two kinects' camera and get the related perameters.

    sorry,I can't add the image to my question...~~~~(>_<)~~~~

  • ThSysInfo - How to change the parameters???

    Hi all,
    is it possible to change the parameters which are available with this system call...
    We have changed the hostname in our system... but with this system call we always get the old hostname... Do we have to refresh a buffer or is it not possible to change these values...
    CALL 'ThSysInfo'
          ID 'OPCODE'   FIELD OPCODE_MSGSERVER
          ID 'MSOPCODE' FIELD MS_GET_HWID
          ID 'HW_ID'    FIELD HWID
          ID 'ERRMSG'   FIELD ERRMSG.
    Any ideas?
    regards

    pllz help me what is the solution for these
    ThSysInfo - How to change the parameters???
    CALL 'ThSysInfo'
          ID 'OPCODE'        FIELD OPCODE_GET_VIRT_HOSTDATA
          ID 'PROTOCOL'      FIELD PROTOCOL
          ID 'VIRT_IDX'      FIELD VIRT_IDX
          ID 'HOST'          FIELD HOSTNAME
          ID 'PORT'          FIELD PORT.
    i want to change the hostname as by default through system it is taking some hostname but i want to change that hostname can u plzz guide me how to change that hostname as i am using these FM in my webdynpro method
    pllzz hel me as soon as

  • How to change connections parameters?

    Hi,
    How to change connections parameters
    For Local BC4J JClient Application with a Simple executable JAR File?.
    The name of de Server in Production is not equal to the name of de Server Test.
    URL (production) is= jdbc:oracle:thin:@OtherServer:1521:OtherBase
    URL (test) is= jdbc:oracle:thin:@MyServer:1521:MyBase
    Without generate a new jar.
    In other terms, how to deployment de executable simple jar for distribution with configurable connection parameters.
    Thanks.

    Hi,
    How to change connections parameters
    For Local BC4J JClient Application with a Simple executable JAR File?.
    The name of de Server in Production is not equal to the name of de Server Test.
    URL (production) is= jdbc:oracle:thin:@OtherServer:1521:OtherBase
    URL (test) is= jdbc:oracle:thin:@MyServer:1521:MyBase
    Without generate a new jar.
    In other terms, how to deployment de executable simple jar for distribution with configurable connection parameters.
    Thanks.

  • How to change Rendering Extension in sql server Reporting Services based on User Permissions

    Hi,
    I want to provide SQL server reporting services rendering extension based on user Access.
    For Example
    User1 can have options of Rendering to EXCEL and PDF
    User2 can have a option of CSV
    i read one article which is useful for report basis rendering extension changes. but i want to give user basis rendering options.
    http://www.mssqltips.com/sqlservertip/3569/how-to-change-rendering-extensions-in-sql-server-reporting-services/?utm_source=dailynewsletter&utm_medium=email&utm_content=headline&utm_campaign=20150406
    Thanks in advance.
    GVRSPK VENI

    You can use a data driven subscription for that
    Maintain a table with rendering extension information for various users ie their AD user login. Then setup a data driven subscription based on table values
    You will be creating a dataset with query for retrieving userid as well as rendering extensions and then just set the value as Get value from database for  render Format and To properties 
    For more details refer
    http://beyondrelational.com/modules/2/blogs/101/posts/13460/ssrs-60-steps-to-implement-a-data-driven-subscription.aspx
    Please Mark This As Answer if it solved your issue
    Please Vote This As Helpful if it helps to solve your issue
    Visakh
    My Wiki User Page
    My MSDN Page
    My Personal Blog
    My Facebook Page

  • How to execute sqlplus command like 'show parameters '  in SQL Developer?

    Hi guys,
    here's another problem i just ran into, is it possible to run sqlplus cmd like 'show parameters ' in this tool? anyone can help? thanks in advance.

    thanks.
    and i just looked into the user guide and found that several sqlplus commands were unsupported in SQL Developer, including 'show '. i don't know why but anyway i get the answer, i can go back to use sqlplus itself.

  • Change Password in Oracle SQL Developer

    We have a trigger/stored procedure that is run whenever a password is changed to verify it follows the company's password policy. This requires a combination of letters, numbers, and symbols.
    alter user SOMEUSER identified by "TIE4CAT8#";
    It fails in SQL Developer, but it works in sqlplus.
    How do I change my Oracle password that is complex in SQL Developer?

    As the guys have indicated, this does work in sqldev, but we do not enforce anything on the user wrt password policies. These are handled in the database.
    Are you saying, your code does not run thru sqldev? ie you're doing something like this
    BEGIN
    change_password('old password', 'new password', 'new password');
    END;

  • How to display utf8 characters in sql developer

    Is there a setting I need to change in sql developer in order to display utf8 characters?
    I am seeing weird characters when displaying chinise/arabic characters in sql developer. I can display the same data just fine in Putty ( I changed the following setting in putty before I was able to display utf8 characters ok: Windows->Translation and selected UTF8) .
    Thanks,
    SK

    *1. OS version and oracle version*
    Windows XP Professional/Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bit Production
    *2. NLS settings for the database*
    AL32UTF8
    *3. Output from sqlplus showing the UTF8 characters*
    \什么是统码
    ANSI
    \什么是统码
    يونی‌کُد چيست؟.utf8
    *4. Same output from SQLDeveloper*
    \什么是统码     ANSI
    \什么是统码     ÙŠÙˆÙ†ÛŒâ€ŒÚ©ÙØ¯ چيست؟.utf8
    Thanks,
    Salem

  • How to see dbms_output on oracle sql developer

    ned immediate help
    how to see dbms_output on oracle sql developer

    Hi,
    In sql developer u have a tab named DBMS Output in your result sheet. In that the first Icon is Enable DBMS Output. turn it on (After on it will give the message set serveroutput on in the sheet) and then run your code.
    In the code u have to use the dbms_output.put_line package.after running the code u have to see the result in DBMS Output tab.
    Regards,
    NTR

  • How to get these settings in sql developer

    as per this link, when I selected my rows in sql developer am not getting any of the options shown in the screen shot of the link,
    my sql developer is Version 3.2.20.09 windows 64 bit, to use this options do I need to do any settings?
    http://www.thatjeffsmith.com/archive/2013/02/how-to-copy-only-column-headers-from-query-results-in-oracle-sql-developer?
    when I highlight and right click am getting only
    a) Save Grid as report
    b) Single record view
    c) count rows
    d) FInd/highlight
    e) Export

    Once you have identified the desired column headings by highlighting one or more related data cells in the results grid, position your cursor over any column heading and right-click to get the context menu shown in Jeff Smith's blog.

Maybe you are looking for

  • About Flash technology

    Hi all I'm a java game developer and I really like Java but I'm seeing the Macromedia really got to make its client the best for internet media and gaming. I'm thinking of migrating.. but I'd like to know some things. Where can I find reference on in

  • Old mpeg movies to imovie

    I can't load my old mpeg movies into imovie to do editing? My camera defaults to mpeg. I've made the apple conversion and can't figure this out!

  • Can JMF capture audio from sound card?

    I want to know if JMF can capture sound/audio from the sound card. Until now we have been capturing audio from microphone. but is there any possibility of capturing audio from sound card using JMF. The audio captured from the sound card is to be stre

  • [4.0] Production SQL Developer hangs when attempting to expand Java in the Connection Navigator

    Folks, I'm running production SQL Developer on Oracle Linux 5.8 and whenever I click the Java link in the Connections Navigator with a SYS AS SYSDBA connection SQL Developer hangs. Oracle Enterprise Edition 11.2.0.1.0 SQLDeveloper 4.0.0.13.80 Oracle

  • Brconnect error ORA-20000

    hello everyone, i have a SAP CRM 7.0 system with a IDES Database. i just make the post installation steps and try to make the brconnect (brconnect -u -c -f stats -t system_stats) but it always aborted with an error. ORA-20000: Unable to gather system