Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7574783
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T16:31:19+00:00 2026-05-30T16:31:19+00:00

To alter group separator of decimal number in oracle I use ALTER SESSION SET

  • 0

To alter group separator of decimal number in oracle I use

ALTER SESSION SET NLS_NUMERIC_CHARACTERS = '.,';

But ALTER SESSION means that this will for only for current connection. I’ve tried only SET NLS_NUMERIC_CHARACTERS = '.,'; but got no effect and ALTER SYSTEM also didn’t work
So the question is: how to set NLS_NUMERIC_CHARACTERS for every session?

Thanks.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-30T16:31:20+00:00Added an answer on May 30, 2026 at 4:31 pm

    The best approach probably depends on how you’re inserting your data – whether through SQL*Plus insert statements, SQL*Loader, external tables, or something else.

    If you are working in SQL*Plus then you can issue the alter session command automatically on login, for yourself only with a user profile, or with a site profile.

    If you’re doing lots of individual insert statements and are using to_number already, then there’s a third parameter for that which lets you set NLS parameters on a per-command basis. That sounds like a painful way to do ‘insert a lot data’ though, and amending existing statements might not be too much fun as you’d have to also add the format mask, if there isn’t one present.

    Alternatively, you can set NLS parameters in your environment; e.g. you can set an NLS_LANG that has the NLS_NUMERIC_CHARACTERS setting you want. This is probably preferable overall, and will apply if you’re using SQL*Loader to load your data; though I suspect you aren’t, and you could use to_number in the control file anyway.

    Some clients have other ways of setting that; SQL Developer has a Database->NLS section in its preferences, for example.

    Lots more on NLS stuff here.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

ALTER PROCEDURE [dbo].[AmendInsertDuplicateFields] (@ReportID varchar(50)) AS BEGIN DECLARE @NewReportID VARCHAR(50) SET @NewReportID = NEWID()
I'm trying to ALTER a table by adding a new CLOB column (on Oracle
I have a table of results that looks like this: score_id, uid, af_id, level,
I want to find a group that is repeated x times after each other,
I have a stored procedure like this: CREATE PROCEDURE up_action (@id int ,@group varchar(30)=''
I am trying to add default values to a group of columns, but I
I use NSFetchedResultController and CoreData to manage my UITableView, but I have a problem.
I have a group of anchor tags that I want to have comma separated.
I'm working on a web-based project that users will access after having been authenticated
I'm trying to find the most recent record of a group after doing a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.