About nls setting

Hi Guys
actually i am inserting a date value in my column
as
insert into data tran_date values(localtimestamp)
so it inserts date according to 12hrs
as my nls setting is
NLS_TIMESTAMP_FORMAT DD-MON-RR HH.MI.SSXFF AM
but i want to insert date as hh24 means 1 pm should be 13 hrs
i do not have the sys rights & i want the format of 24 at system level
so is their any other way out
Regards

Hi,
It all about displaying the data.
You can change the setting at session level to display the format the way you want.
alter session set NLS_TIMESTAMP_FORMAT='DD-MON-RR HH24.MI.SSXFF'You can view the data you have inserted
select to_char(tran_date,'DD-MON-RR HH24.MI.SSXFF') from dataRegards
Anurag Tibrewal.

Similar Messages

  • Problem with internet. When i open System preferences, Network, message drops down: 'your network settings have been changed by another application'. I click OK, but it drops a message again and again, preventing me to do anything about the setting.

    Problem with internet. When i open System preferences, Network, message drops down: 'your network settings have been changed by another application'. I click OK, but it dropps the message again and again, preventing me to do anything about the setting.

    A Fix for "Your network preferences have been changed by another application" Error 
    In the Library/Preferences/SystemConfiguration/ folder delete the following:
    com.apple.airport.preferences.plist
    NetworkInterfaces.plist
    preferences.plist
    com.apple.nat.plist
    You will have to re-configure all your network settings since deleting.
    (10.4.10)
    Use Software Update to update your OS to last version of Tiger.  Install all the other updates that goes along w/it.

  • When the about:config setting for swipe are changed to allow changing tabs with swipe it does not repond and performs the default back and forward in browsing history action on the selected window instead of switching tabs. How do I get it to work?

    In about:config, the values I changed to for the preference name browser.gesture.swipe.left was Browser:PrevTab and for browser.gesture.swipe.right was Browser:NextTab.
    I have the latest synaptics touch pad on my laptop and it supports three touch swipe on windows pcs and on firefox. The about:config setting seem to be specific for MACs and so does not responds to windows changes.

    Hi,
    I suggest you try the steps in this thread for test:
    Disable Suggested Sites does not work.
    http://answers.microsoft.com/en-us/ie/forum/ie9-windows_7/disable-suggested-sites-does-not-work/4ba064b1-1c6e-43f1-939e-2db1d335b2ef
    Regards,
    Vincent Wang
    TechNet Community Support

  • Question about email setting: how  do i change the setting so i need to login to check my email. Currently it automatically come to the inbox without the need to log in. Thanks

    Question about email setting: how  do i change the setting so i need to login to check my email. Currently it automatically come to the inbox without the need to log in.

    You don't. Email comes in either by push or when you invoke the email app. Ther is no password except when you first set up the account. If your iPad is not being used as your personal device and you need to shield emails from other users, then don't use the email app.  Instead, use web mail if available from your provider.

  • I updated Itunes today to the latest version. Windows 7 64bit. None of my drivers work and get an error when itunes starts, about registry setting for reading and writing dvds and cds missing. Anyone else have the same issue. I downloaded itunes again, re

    I updated Itunes today to the latest version. Windows 7 64bit. None of my drivers work and get an error when itunes starts, about registry setting for reading and writing dvds and cds missing. Anyone else have the same issue. I downloaded itunes again, reinstalled still have same issue.

    I'd start with the following document, with one modification. At step 12 after typing GEARAspiWDM press the Enter/Return key once prior to clicking OK. (Pressing Return adds a carriage return in the field and is important.)
    iTunes for Windows: "Registry settings" warning when opening iTunes

  • How can I learn about Row Set Navigator

    I would like to learn about Row Set Navigator and all DataWebBeans classes. Where do I find these informations.

    jdeveloepr has online documentation for all of this
    also review the tutorials ... provided there .

  • Firefox 24 Android what is the about:config setting to display the full URL address again?

    Firefox 24 Android what is the about:config setting to display the full URL address again?
    Example this:
    http://www.thewindowsclub.com/eulalyzer-review-download
    instead of just this:
    EULAlyzer: Free EULA analyzer software for Windows
    In the address bar?

    hello postewar, set ''browser.chrome.titlebarMode'' to 1.

  • What is the different with the NLS setting in installation

    I mean,
    1.when I install the Oracle, set the native LANG to one(call it A), and client access it with the NLS set to another(call it B), what the different between if I install it with B directly? the client can get same result, isn't it?
    2.For I upgrade a Oracle7 to oracle8i, the NLS keep unchanged(ASCII), both the server and the Client(developed with developer2000) runs OK. But I need exchange data with another Oracle8, whose NLS is different(ZHKGB2312,I forget it). when I upgraded the server(change to the same one,zhkgb2312), the original table size changed from 6 to 12, so the client can not run correctly.
    Did anybody meet the same thing? and any advice for me to solve this problem?

    >>when I install the Oracle, set the native LANG to one(call it A),
    You mean your database was created using character set A ?
    >>and client access it with the NLS set to another(call it B)
    You mean your client NLS_LANG character set is B ?
    what the different between if I install it with B directly? the client can get same result, isn't it?
    From reading your 2nd question, I am guessing that you have Chinese data in both of your USA7ASCII and ZHKGB2312 database, and you want to exchange data between them. I am sure that this is working for all your English ASCII data, but not for the Chinese 2 byte data. This is because Oracle handles the character set conversions between the databases (character set conversion occurs only when the 2 character sets are different),the real problem is that you are using the wrong database character set to store your chinese data; US7ASCII can not process Chinese data correctly, they got into your database because you set the client character set to be the same as the database character set, hence you are fooling Oracle that you are feeding in US7ASCII data.
    When you try to exchange data between databases, Oracle does not know how to receive or send these Chinese character from inside an US7ASCII database, it does not know what character set these 8 bit characters are encoded in, US7ASCII should contain 128 characters only.
    Please refer to the Globalization Support FAQ - on the Globalization Support website http://technet.oracle.com/tech/globalization/content.html
    for more information on Database character set and NLS_LANG client character set.

  • NLS setting with class4 JDBC thin driver

    Hi,
    we have a NLS setting for defining the charset which we need for compatibility setting in our system. The problem is that we have a default behaviour with that setting that works well using the SQLPlus command line tool. The JDBC driver seems to ignore the NLS settings.
    Is there a way to tell the driver to read out the DB NLS settings?
    Maybe is there a way to tell the driver by argument the NLS setting?
    It would be best not to have code changes as we do compile the source against multiple databases wich would be a problem for Oracle!
    Thanks!

    Hi,
    we have a NLS setting for defining the charset which we need for compatibility setting in our system. The problem is that we have a default behaviour with that setting that works well using the SQLPlus command line tool. The JDBC driver seems to ignore the NLS settings.
    Is there a way to tell the driver to read out the DB NLS settings?
    Maybe is there a way to tell the driver by argument the NLS setting?
    It would be best not to have code changes as we do compile the source against multiple databases wich would be a problem for Oracle!
    Thanks!

  • What about using `set -e'

    I noticed we usually use || return 1 to break the build function in case or errors.
    It works, but you have to recall to put it almost everywhere.
    I was thinking, what about using `set -e' at the start of the function? *
    So the build() function would fail automatically if any subcommand returns non zero,
    if a command can return nonzero we will add `|| true', but it is much rarer.
    this snipped from one of the PKBUILD protos
    build() {
    cd "$srcdir/***-$pkgver"
    # install module in vendor directories.
    PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1
    make || return 1
    make install DESTDIR="$pkgdir/" || return 1
    would become:
    build() {
    set -e
    cd "$srcdir/***-$pkgver"
    # install module in vendor directories.
    PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
    make
    make install DESTDIR="$pkgdir/"
    *Seek '^ +set \[\+' (no quotes of course) in the bash manual.
    Last edited by ezzetabi (2010-01-29 10:05:33)

    Or wait for the next pacman release where this is done automatically.
    git commit: http://projects.archlinux.org/pacman.gi … d=545eac14

  • NLS-Setting in APEX 3.2.1

    Hi all
    I have installed XE-Universal 10.2 on a XP-Pro.
    I have installed Apex 3.2.1 successfully in the same database.
    in the registry, the value in oracle->key-xe->nls_lang as well as in all other ORACLE is AMERICAN_AMERICA.WE8ISO8859P1.
    The query
    select parameter,value from nls_database_parameters
    where parameter in ('NLS_CHARACTERSET','NLS_LANGUAGE','NLS_TERRITORY');
    shows American_America.AL32UTFS
    In the Explorer-Pages of APEX, it shows "Language: de-ch"
    The windows-regional-settings are German-Switzerland. But even when I change the settings to American-America the APEX still shows
    (bottom left corner) "Language: de-ch".
    Where is apex getting this info from and how to change?
    When I try to import the OEHR-Sample-Application, it first shows "The export file has been imported successfully"
    After some time with the screen showing "Installing application", it aborts with the message
    ORA-20001: GET_BLOCK Error. ORA-20001: Execution of the statement was unsuccessful.
    ORA-01756: Anführungsstrich fehlt bei Zeichenfolge <pre>
    begin execute immediate 'alter session set nls_numeric_characters='''||wwv_flow_api.g_nls_numeric_chars||''''; end; </pre>
    I had the same problem first with the installation of apex 3.2. It turned out that the problem is, that in Switzerland the Numeric
    Group Separator is "'" which seems not to work, therefore i changed nls to GERMAN_GERMANY, where the group separator is ','. This worked fine.
    Any help is very much appreciated.
    Regards
    Urs
    Latest update: the same error applies when trying to install OEHR - sample application in the hosted demo environment
    Edited by: user1131151 on 06.10.2009 02:04

    Urs,
    This has been logged with development as the following bug.
    BUG 9081503 - ORA-20001 & ORA-01756 : WHEN TRYING TO IMPORT APPLICATION WITH DE-CH BROWSER
    Currently there is no fix as it is being worked on. However, the workaround of setting the browser to something else other than DE-CH will be just fine to get the application imported.
    Regards,
    Sunny Patel.

  • Getting NLS setting issues when calling procedure

    Hi,
    Can anybody suggest me what could the problem in the below issue?.
    i am invokeing procedure using DBAdapter. My soa version is 11.1.1.5. When i am calling procedure first time it is working fine. But when i am invoke second time
    it is showing below error. I observed that i am getting error alternativly. So kinldy advice me what could be the issue.
    Error:
    Cause: java.sql.SQLException: ORA-20001: Oracle error -20001: ORA-20001: Oracle error -2074: ORA-02074: cannot SET NLS in a distributed transaction has been detected in fnd_global.set_nls.set_parameter('NLS_LANGUAGE','AMERICAN'). has been detected in fnd_global.set_nls. ORA-06512: at "APPS.APP_EXCEPTION", line 72 ORA-06512: at "APPS.FND_GLOBAL", line 240 ORA-06512: at "APPS.FND_GLOBAL", line 1410 ORA-06512: at "APPS.FND_GLOBAL", line 1655 ORA-06512: at "APPS.FND_GLOBAL", line 2171 ORA-06512: at "APPS.FND_GLOBAL", line 2313 ORA-06512: at "APPS.FND_GLOBAL", line 2251 ORA-06512: at
    Regards,
    Adhi

    Hi:
    Another way to avoid this, is to use an Non-XA Datasource.
    Hope this helps
    best

  • SCOM warning about impersonation setting in sharepoint

    SharePoint 2010 SP1 using Integrated authentication (AD) - we are getting a warning from SCOM saying that
    SharePoint web.config for "impersonation Mode" causes security hole.
    and referencing this kb article
    http://support.microsoft.com/kb/306158 - which is a generic asp.net article - not specific to sharepoint.  The particular web.config that SCOM is complaining about is at path "C:\Program
    Files\Common Files\Microsoft Shared\Web Server
    Extensions\14\TEMPLATE\IDENTITYMODEL\TRUST\web.config" which appears to be used for authentication with "Trusted authentication providers such as adfs" (according to this blog:
    http://sharepoint.muhrman.se/2012/06/14/the-users-are-impatient-help-them-if-you-can/)
    I can't find anything official documentation-wise regarding this particular web.config file - but I'm assuming that that web.config needs to have impersonate="false" set to properly do that authentication method (which we don't use) - but I would
    really like something official that I can point to when I tell our operations guys that I want to leave the setting as-is.
    Can anyone point me to something official on the need for that setting?
    Thanks

    Hi,
    SharePoint utilizes .NET impersonation and NET Impersonation allows an application to run under the context of the client accessing an application.
    By default, the impersonate is set to false in web.config file.
    With the default setting, the ASP.NET thread runs using the process token of the application worker process regardless of which combination of IIS and ASP.NET authentication is used.
    If you need to access the all the resources on the local computer, then you can enable the impersonation to true which will run as the Local System account.
    You can refer to the links below for more details:
    http://www.codeguru.com/csharp/.net/net_general/netframeworkclasses/article.php/c19531/SharePoint-Security-and-NET-Impersonation.htm
    https://msdn.microsoft.com/en-us/library/aa292118(v=vs.71).aspx
    Thanks,
    Victoria
    Forum 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]
    Victoria Xia
    TechNet Community Support

  • Question about Raid set up with (SB600) K9A2 Platinum V 1.0

    I am having trouble setting up my raid.  I am using Windows XP Pro and go through the usual set up procedures using F6 command then installing the drivers etc.  Once I get everything up and running installed on Raid 0 the computer works very well for a few days.  Then later BSOD.  The first was a 0000007b stop error, then I got the system back up again only to have it a few days then another BSOD 00000024 stop error.  This time I was not able to bring it back.  I thought my problem was linked to a RAM issue as I was using OCZ PC2 6400 DDR2 OCZ2G8008GQ (2X2GB).  The reason I thought this was when I went to the motherboard site for approved ram, this ram was not there, then on OCZ site it was also not tested, then I went to newegg and used thier motherboard ram compatability screener and it did not show up either.  So I bought the Giel ram and am now trying to set it back up again though I could not get it back still.  So I finally just reformatted the drives (using another computer and a hard drive enclosure)and am getting ready to reinstall everything.  I want to make sure I am using the right SB600 drivers for my application.  I should be selecting AHCI X86 or x64.  This does pertain to the operating system (I am using Win XP 32 Bit) or the processor (I am using the Kuma Athlon X2 7750 2.7Ghz)
    I believe I should be selecting the x86 drivers when installing windows.  Am I right?  I just want to make sure I do not screw anything up so as to bring on the horrible BSODs again.  I realize this could be some driver issue as well that could have caused this.  I did everything I could to make sure it was not the hard drives.
    The last question I have is:  In order to ensure proper operation of the dual channel ram, (I have read the book, still confused a bit), I must install the ram with one stick in the first slot nearest the CPU and the other in the first slot of the opposite color?  In this case Green/Orange slots.
    Mainboard: MSI K9A2 Platinum 790FX
    CPU: Athlon X2 Kuma 7750 AM2+ 2.7Ghz Processor
    CPU-Cooler: Factory Supplied
    RAM: 4GB (2X2GB) G Skill F2-8500CL5D-4GBPI DDR2-1066 Dual Channel
    GPU: AMD790FX
    VIDEO: PowerColor HD4830 512MB GDDR3
    HDD: 2 Velociraptor 150 10000 rpm drives WD1500HLFS
    DVD: ASUS DRW-22B1LT SATA Drive
    Floppy: YES
    Power Supply: CORSAIR CMPSU-650TX 650W ATX12V / EPS12V SLI Ready CrossFire Ready
    OS: Windows XP Pro SP1 (Updated to SP3)

    I was just trying to obtain the fastest load times/install times.  When the machine was first running it was very quick with no cpu temps running beyond 34C, no abnormal performance.  This is my wifes computer though.  Things began to go astray after she updated through windows update to SP3.  I am now using a slipstreamed CD with SP3 already on it.  She said she was clicking on the internet explorer "E" icon and it just shut off.  THen when it rebooted (it was still set that way in windows recovery) it started loading windows then BSOD 0000007b error.  I fixed it by finally getting into windows recovery and running fixboot, then fixmbr, then chkdsk /r /f.  It started working fine again.  Then later maybe two days later it happend again this time wihtout the restarting.  She was working on something else this time and it shutdown again.  This time when it tried ot reload windows I was getting the ntfs.sys issue with a 00000024 stop error.  I could not do the same magic with windows recovery any longer.  When I tried it indicated it repaired the boot, the mbr, but when I tried to run the chkdsk, it gave me disk read errors, such as "this disk has unrecoverable errors".  I used Western Digital test programs on the drives by removing them and installing them into an enclosure and taking them to a good computer.  One drive I could see in windows and it reflected 140G/B, the other would pick up but not in my computer.  It also showed the drive as having the entire quantity as the RAID together had of 298G/B versus the real size of the drive 150G/B.  I just figured that was the drive that was set up as LD 1 in the RAID setup (prior to windows) and possible was the drive with he boot sector on it???  I could get another drive and include it into the array, but then just figure I will have to worry about 3 drives versus 2.  She keeps improtant backup stuff on an external drive.  I will tone down the ram to 800.  Should I set the latency in Bios though to the 5-5-5-15?  or just leave everything at auto like I hade done before?  Though this ram is new and was not in the computer when this happened.  I had replaced the other OCZ Gold stuff and put in the G Skill stuff I have now.  I had previously stated Giel, but it is G Skill, sorry about that.  I may just do what you say, guess sleep on it and decide whether to just install the drives with OS/Programs on one and data on the other. 

  • About patche set in oracle

    i want to know the oracle release number format installed in my system i get 10.2.0.1.0 using the product_component_version
    here, the last digit indicates the patch set.
    i didnt understand what is meant by patch set?even not able to differentiate all the sections?
    so just i want to know what each digit specifies and what is meant by the patch set?
    what is the relationship with the platform to this patch set?

    Patch Set is the The fourth digit, component specific release number of 11.2.0.3. Oracle Support adds new features to the Patch Set.
    Patch Set Update is the fifth number 11.2.0.2.3; Every 3 months or so, Oracle Support release a Patch Set Update (PSU) to fix Patch Set bugs and does not add any new features to the PSU.
    Now, you may ask what about the other 3 digits; the first, the second and the third?
    The first digit is the major version, in our case 11g. The second digit is the release number, in our case it is release 2 also called (11g release 2 or shortly 11gR2) with major upgrades and major new features. The third digit is Oracle application specific number, always equal to 0 for database software.
    http://www.oracle-class.com/?p=2401

Maybe you are looking for