NLS_DATE_LANGUAGE & ICX:Date Language

Oracle documents says profile option value for is determined by session language, the NLS_DATE_LANGUAGE is set blank on both DB & Applicaion server.
Current Profile value "ICX:Date Language" is set to "American", I want this changed to "American English". How do I change it?
Any input is highly apreciated.
Thnx

user8260758 wrote:
Oracle documents says profile option value for is determined by session language, the NLS_DATE_LANGUAGE is set blank on both DB & Applicaion server.
Current Profile value "ICX:Date Language" is set to "American", I want this changed to "American English". How do I change it?
Any input is highly apreciated.
ThnxWhat is your application release?
If you are on R12, it is not recommended to use this profile option --      Globalization Guide for Oracle Applications Release 12 [ID 393861.1]
If you are on 11i, please see (Internationalization Update Notes for Oracle E-Business Suite 11i [ID 222663.1]). You can set this profile option at the Site, Application, Responsibility or User level -- Dates Appears in English After Upgrading to 11.5.10 or After Applying ATG-PF.H [ID 305367.1]
Troubleshooting NLS issues with Oracle Applications [ID 1478859.1]
Thanks,
Hussein

Similar Messages

  • Change date language

    Hi guys!
    Using forms 10g , my application has a radio button that gives the user the possibility to select the language (french/english). I would like to change the way date is displayed depending on the user's choice. I use :
    forms_ddl('alter session set nls_date_language=''FRENCH''')
    forms_ddl('alter session set nls_date_language=''AMERICAN''')
    to switch from example: 12-MAI-2007 to 12-MAY-2007. But it does not work. when I tried the alter command in SQL PLUS it works.
    Do you have any idea?
    thank you
    gbardet

    Yes, Kevin you are right., Instead,this note are obsolete Note:112389.1
    Forms NLS settings override the NLS settings of the server.
    Using FORMS_DLL ('ALTER SESSION SET .....'); will change the NLS_... in the
    server not in Client.

  • Configure database for arabic data language support.

    Dear Masters,
    i m creating database in arabic language support. all configuration has been done. but while i m getting error in putty.
    SQL> select # from tab;
    select # from tab
    ERROR at line 1:
    ORA-00911: ??? ??? ????
    SQL> show parameter nls
    NAME TYPE VALUE
    nls_calendar string
    nls_comp string BINARY
    nls_currency string
    nls_date_format string
    nls_date_language string
    nls_dual_currency string
    nls_iso_currency string
    nls_language string ARABIC
    nls_length_semantics string BYTE
    nls_nchar_conv_excp string FALSE
    nls_numeric_characters string
    NAME TYPE VALUE
    nls_sort string
    nls_territory string SAUDI ARABIA
    nls_time_format string
    nls_timestamp_format string
    nls_timestamp_tz_format string
    nls_time_tz_format string
    SQL>
    SQL> SELECT value$ FROM sys.props$ WHERE name = 'NLS_CHARACTERSET' ;
    VALUE$
    AL32UTF8
    but while i m trying to insert data from putty(putty is also configured on UTF8) i m getting ???????? on command prompt.
    even form6i also throwing same ????????
    kindly guide where i m wrong.
    THanks in Advs

    Where your database server is located does not matter, AIX or Windows or other os.
    And AL32UTF8 would mean a Unicode database which means it may be used to store basically any language characters.
    You need to look into client side locale settings, if e.g. windows pcs are setup properly or putty terminal configuration is correct.
    Please download and use Oracle SQL Developer, as it is Unicode "aware" and can be used to verify character data.
    In a Windows console window (cmd prompt), you need to take care of oem code page and matching char set part of NLS_LANG to indicate what's in use.
    c:\>chcp
    Active code page: 850
    c:\>set nls_lang
    nls_lang=.we8pc850
    c:\>sqlplus test
    SQL*Plus: Release 11.2.0.2.0 Production on Mon Sep 24 21:44:35 2012
    Copyright (c) 1982, 2010, Oracle.  All rights reserved.
    Enter password:
    Connected to:
    Oracle Database 11g Express Edition Release 11.2.0.2.0 - Production
    SQL> select unistr('abcåäö\2514\2524\2534') from dual;
    UNISTR('A
    abcåäö└┤┴
    c:\>chcp 1256
    Active code page: 1256
    c:\>set nls_lang=.ar8mswin1256
    c:\>sqlplus test
    SQL*Plus: Release 11.2.0.2.0 Production on Mon Sep 24 21:44:49 2012
    Copyright (c) 1982, 2010, Oracle.  All rights reserved.
    Enter password:
    Connected to:
    Oracle Database 11g Express Edition Release 11.2.0.2.0 - Production
    SQL> select unistr('abcåäö\2514\2524\2534') from dual;
    UNISTR('A
    abc??????The ?'s right above likely means that character replacement has ocurred, since character set in use by client does not define characters stored/retrieved from the database.

  • Date language

    Hi all, this is my "stack":
    Centos 5 + Oracle DB 10gR2 + Apache 2.0 + PHP 5
    I localized oracle db in my language, italian, by setting the environment variables (NLS_LANGUAGE, NLS_DATE_LANGUAGE and so on...) and i can insert the dates in italian without problems (for ex.: 29-GIU-07) but when i use the php oci library to query the db i have to write the dates in english (then, if i query the db using iSQL*Plus i can see the dates in italian) and php shows me the dates in english too. My colleaagues with the same code, but in Windows (which is localized in italian), can use and see the dates in italian. How can i solve the problem?
    Thanks.
    UPDATE: i fixed the problem! The environment variables were set for the user "oracle" but not for the apache user, so i put the env. variables ORACLE_HOME, ORACLE_SID,
    NLS_LANGUAGE, NLS_DATE_LANGUAGE in the .bash_profile of the apache user. I hope this will be helpful for someone else with the same problem.
    Message was edited by:
    GioDa

    If you don't have permission to edit the apache user's bash_profile, you can also add the variables to the apachectl script in format:
    VARIABLE-VALUE
    export VARIABLE
    a couple of mine are:
    NLS_LANG=.AL32UTF8
    export NLS_LANG
    # Make sure the Oracle session sets the TimeZone to BST
    ORA_SDTZ='Europe/London'
    export ORA_SDTZ
    make sure that you kill apache and then start again, not just a restart. If apachectl stop doesnt work to kill it, you may need something similar to
    killall -9 -w httpd
    Signal 9 will kill the apache process dead, use with care in production servers, see
    http://www.kingcomputerservices.com/unix_101/sending_signals.htm
    for details on the kill signals.

  • Master Data Language problem

    After running our InfoPackage to extract master data text (such as 0item_categ text) using the default settings for a full extraction. We notice that the double byte characters are displayed as # symbols. We verified the R/3 and our BW/BI systems do have the correct language and Unicode support installed. Also our clients have the correct settings to display the Asian character sets. We checked the rsa3 on the R/3 side and see the correct characters but not on the BW/BI side. One thing we noticed is that any of the master data that is getting loaded to a PSA first works fine (such as 0matl_group) - it displays the correct characters but if the infoObject is a direct update (the ALE inbox and infoObject checked) it displays the # symbol just for the Asian character sets all other languages are displaying correctly - (there are 11 languages setup).
    Any help in understanding or troubleshooting this would be appreciated
    Thanks in advance

    Sandeep,
    Go to transaction RZ10. Select the instance profile.
    Click on languages.
    There check if JA is installed (there would be a check against JA if its installed)
    Cheers
    Prakash

  • Date Language in format fmDay, fmDD fmMonth, YYYY

    Hello Apex People!
    I'h showing a date column in a report.
    How can I let the browser language decide, which language is used with
    format fmDay, fmDD fmMonth, YYYY, so that for example a "german browser user" would see something like Sonntag, 12.11.2006, but an englisch user would see Sunday, 12.11.2006?
    Thank you
    Johann

    You just need to alter the app in Globalisation to use Browser defined language. We have done this and it works a treat.

  • Removing Application data - languages

    Hi all, 
    am I likely to make any problems for myself by uninstalling foreign languages from my 8900?
    When clicking on Applications via the DTM, loads of languages are presented that I just don't need.  
    Can I go ahead & uncheck them?
    Many thanks in advance

    Yes, I did. I left only one language that I wanted (Spanish) - apart from English of course.

  • Date Formats in Oracle Applications Forms and Oracle Self Service

    Can someone tell me what determines the Date format that appears on Oracle Applications Forms and Oracle Self Service ?
    *1.* In Oracle HRMS,all dates i see on the Forms are of the Format "MM/DD/YYYY" but my NLS Parameters are not in this format .I'm giving the results for the NLS parameters below.I thought the date formats are determined by the NLS format.Is there something else that determines the date format appearing on Oracle Applications Forms ?
    NLS_DATABASE_PARAMETERS
    NLS_DATE_FORMAT     :DD-MON-RR
    NLS_DATE_LANGUAGE     :AMERICAN
    NLS_LANGUAGE     :AMERICAN
    NLS_TERRITORY     :AMERICA
    NLS_INSTANCE_PARAMETERS
    NLS_DATE_FORMAT     :DD-MON-RR
    NLS_DATE_LANGUAGE     :
    NLS_LANGUAGE     :american
    NLS_TERRITORY     :america
    NLS_SESSION_PARAMETERS
    NLS_DATE_FORMAT     :DD-MON-RR
    NLS_DATE_LANGUAGE     :
    NLS_LANGUAGE     :american
    NLS_TERRITORY     :america
    *2* What about the profile option : ICX_DATE_FORMAT_MASK ? Does it determine the Date Format for Self Service alone or does it impact the date format appearing on Oracle Applications Forms and the actual database also ?
    *3* If I use a to_date function in ,say, a pl/sql function that i code for some custom requirements,what will be the output of the date format ? Does it take the format given in NLS paramaters or is it determined by anything else?
    Thanks in advance...

    Hi,
    Thanks for your reply ,but I'm still confused ..
    Here are the profile options I'm seeing for one of my instance :
    ICX: Date format mask - 12/31/1999
    ICX: Date language - American English
    ICX: Language - American English
    ICX: NLS Sort - BINARY
    ICX: Territory - United States
    ICX: Numeric characters - NULL
    NLS parameters are given in my original email.
    In Self Service applications(OAF) ,the date format is appearing in "mm/dd/yyyy" format but when i login to Forms based applications ,I see the date format as "dd-mon-yyyy".What determines this date format ?
    How can i make the date format to always return one format everywhere ,be it Self Service (OAF) or Oracle Forms ?
    I'm getting date format related errors for my code because of default date formats changing intermittently when i log into Self Service.I want to know if there is anyway to prevent this from happening?
    Thanks in advance.

  • Multi Language Support Setup

    Hi Gurus,
    We have currently upgraded from 11i to R12.1.2 and we have decided to USE MLS & NLS(Multi Language Support) for the very 1st time.We have 4 Languages (American,Spanish,French,Portuguese) so when we query for data in tl tables(apterms_tl,ra_terms_tl,fnd_responsibility_tl) we get four records for a single term_id because we are using 4 languages so we need to keep a language join. What I am doing is
    Select * from ap_terms_tl where agent_id = 5 and language = USERENV('LANG'); which returns only one row with US as the language. Here is a sceneario where I am struck I want to see data in a different language like Spanish or french or Portuguese so how can i achieve that. what i am trying to do is
    ALTER SESSION SET NLS_LANGUAGE = 'BRAZILIAN PORTUGUESE'; and then querying for
    Select * from ap_terms_tl where agent_id = 5 and language = USERENV('LANG'); i get data in Portuguese. How can we achieve this from user level perspective. like when we register a Canadian USER and he wants to see American and vice -verse.
    here are the profile options for NLS & MLS
    PROFILE_NAME USER_NAME
    ICX_DATE_FORMAT_MASK ICX: Date format mask
    ICX_DATE_LANGUAGE ICX: Date language
    ICX_LANGUAGE ICX: Language
    ICX_NLS_SORT ICX: NLS Sort
    ICX_NUMERIC_CHARACTERS ICX: Numeric characters
    ICX_TERRITORY ICX: Territory
    I tried setting up these profile Options but didn't work. I am struck Here(like where to set these profile options to make the MLS work).Let me explain the sceneriao
    Here is what we are trying to achieve When a user from Canada login into Oracle Applications and runs a request set or a concurrent Program he has to see the output in Canadian Language Responsibility this should be done dynamically(changing the Language). You have give me a scenario like changing the preferences and setting the session languages can we dot it dynamically like as soon as the user logs in from Canada his session Language should be set to Canada Language.
    I am just waiting for some help from the gurus.
    Help would be highly appreciated.
    Thanks & Regards
    Krishna
    Edited by: user12156300 on Mar 11, 2010 9:29 AM

    Hi Hussien,
    I able to see the languages in the tables and when i alter the session and I able to see the data in that particular Language.Even i log-in into oracle applications and click on Preferences and change the session Language Other than US i can see the screens in a different Language.Is there anything we can't do dynamically instead of user signing into Oracle Applications and change his session Language.
    Like when the user logs-in from Canada then he can automatically see his country language.
    Thanks & Regards
    Krishna.

  • Some error while applying nls patch,need some help

    i run my ebs R12.1.1 on linux X64 in vmware.
    i have already installed it.i can login it too.
    now i am applying patch 4440000.drv,as i am a chinese....forgive my limit english - -!
    i have get some help from other threads when i first get this virtual machine,but this time is a little bad.... I hope I can get some directly..
    after very very 3days hard work,I am standing at the end of the patch,but,it just still have some errors:
    All workers have quit.
    Dropping FND_INSTALL_PROCESSES table...
    FND_INSTALL_PROCESSES table dropped.
    Dropping AD_DEFERRED_JOBS table...
    AD_DEFERRED_JOBS table dropped.
    The following Oracle Forms objects did not generate successfully:
    ap forms/ZHS APXPAWKB.fmx
    ap forms/ZHS APXINWKB.fmx
    ap forms/ZHS APXWCARD.fmx
    ar forms/ZHS ARXTWMAI.fmx
    ar forms/ZHS ARXTWLIN.fmx
    bom forms/ZHS BOMFDRSO.fmx
    ce forms/ZHS CEXCABMR.fmx
    cs forms/ZHS CSXSEDBT.fmx
    cs forms/ZHS CSXSRISR.fmx
    fnd forms/ZHS FNDSCAUS.fmx
    ghr forms/ZHS GHRWS52A.fmx
    ghr forms/ZHS GHRWS52L.fmx
    ghr forms/ZHS GHRWSMSL.fmx
    ghr forms/ZHS GHRWSMTI.fmx
    gl forms/ZHS GLXJEENT.fmx
    gme forms/ZHS GMECBTCH.fmx
    gme forms/ZHS GMETTMTX.fmx
    gms forms/ZHS GMSAWEAW.fmx
    hxt forms/ZHS HXTAEI00.fmx
    iex forms/ZHS IEXWRIOF.fmx
    inv forms/ZHS INVGMSTP.fmx
    inv forms/ZHS INVIDITM.fmx
    inv forms/ZHS INVSDOIO.fmx
    inv forms/ZHS INVSDOSI.fmx
    inv forms/ZHS INVTTGPM.fmx
    ja forms/ZHS JAINRGFT.fmx
    jmf forms/ZHS JMFGTWKB.fmx
    msc forms/ZHS MSCITMNT.fmx
    oke forms/ZHS OKEDTSFM.fmx
    okl forms/ZHS OKLCSACT.fmx
    okl forms/ZHS OKLCSHDR.fmx
    okl forms/ZHS OKLCSSRC.fmx
    okl forms/ZHS OKLCSTRX.fmx
    okl forms/ZHS OKLCSVSC.fmx
    ota forms/ZHS OTACMLAN.fmx
    ota forms/ZHS OTARSERB.fmx
    pa forms/ZHS PAXINEVT.fmx
    pa forms/ZHS PAXINRVW.fmx
    pa forms/ZHS PAXPREPR.fmx
    pay forms/ZHS PAYAUTAX.fmx
    pay forms/ZHS PAYAUTRM.fmx
    pay forms/ZHS PAYJPSOE.fmx
    pay forms/ZHS PAYKRSEP.fmx
    pay forms/ZHS PAYKRYER.fmx
    pay forms/ZHS PAYKRYEA.fmx
    pay forms/ZHS PAYUSEET.fmx
    per forms/ZHS PERFIOBJ.fmx
    per forms/ZHS PERIEOBJ.fmx
    per forms/ZHS PERWSCEI.fmx
    per forms/ZHS PERWSEMA.fmx
    per forms/ZHS PERWSEPI.fmx
    per forms/ZHS PERWSHRG.fmx
    per forms/ZHS PERWSPED.fmx
    per forms/ZHS PERWSQHM.fmx
    po forms/ZHS POXDOCEC.fmx
    po forms/ZHS POXSCASL.fmx
    psp forms/ZHS PSPLSODL.fmx
    psp forms/ZHS PSPSCLEA.fmx
    wsh forms/ZHS WSHFRREL.fmx
    zx forms/ZHS ZXTRLLINEDISTUI.fmx
    zx forms/ZHS ZXTRXSIM.fmx
    An error occurred while generating Oracle Forms files.
    Continue as if it were successful [No] : no
    I tryed to restart adpatch.sh and continue the patch --- it helps me one time in the past 3days---i got this:
    Generating forms...
    Connecting to APPLSYS......Connected successfully.
    Creating the AD_UTIL_PARAMS table...
    Table AD_UTIL_PARAMS already exists, so dropping the table and recreating it.
    DROP TABLE AD_UTIL_PARAMS
    CREATE TABLE ad_util_params( worker_id number not null,
    utility_name varchar2(100) not null, task
    varchar2(30) not null, status varchar2(100) not null,
    arguments varchar2(2000) not null, rowid1
    varchar2(2000), utility_status number not null, symbolic_arguments
    varchar2(2560) not null)
    Creating FND_INSTALL_PROCESSES table...
    Running adtasktim.sql ..
    Connected.
    PL/SQL procedure successfully completed.
    Commit complete.
    Already created fnd_install_processes table
    Already created FND_INSTALL_PROCESSES_U1 index.
    Connecting to APPS......Connected successfully.
    Connecting to APPLSYS......Connected successfully.
    Already created AD_DEFERRED_JOBS table
    Already created AD_DEFERRED_JOBS_U1 index.
    Connecting to APPS......Connected successfully.
    Writing dependencies of jobs to run to appldep.txt file...
    There are now 61 jobs remaining (current phase=A1002):
    0 running, 61 ready to run and 0 waiting.
    Reading completed jobs from restart file (if any).
    AutoPatch error:
    Unable to find job when restarting.
    At line number 12 in the main restart file, the job with:
    product = ak username = AK
    filename = AKDFLOWB.fmx phase = 1002 ign = 0 arguments = formgen /u2/VIS/visappl/apps/apps_st/appl/admin/PROD/out/pchfsucf.txt /u2/VIS/visappl/apps/apps_st/appl/admin/PROD/out/pchferrf.txt
    has to run after some jobs that are not listed earlier in the file,
    or it is a duplicate of another line,
    or the job is invalid in some other way.
    AutoPatch error:
    adfrjp(): Error running jobs in workers
    An error occurred while generating Oracle Forms files.
    Continue as if it were successful [No] : No
    Connecting to APPLSYS......Connected successfully.
    Freeing fixes hash table
    Freeing entities hash table
    You should check the file
    /u2/VIS/visappl/apps/apps_st/appl/admin/PROD/log/adpatch.log
    for errors.
    the messages above are copy from end of adpatch.log which is 10M size---there are over 17000 files in the document of "log" now.
    i search the BAIDU,it seems that i can fix it by adadmin.sh?is that ture?i don't feel it right....
    OR
    can some guaide me get it through these error?some tips on metal-link will be fine too,i get an id from my friend.
    thanks,foliage
    Edited by: user6898421 on 2011-12-9 上午10:46

    hi,hussein,how r u?
    I restart the vm-machine and then disable maintain model,the start the DB and APP.
    I can choose chinese to login and i did it.
    maybe the i need "Translation Synchronization Patches " .The left part is english and the right part is chinese.
    i believe that there must had some forms bad,it just not read now.
    I get the infomation about my EBS,here there are:
    Oracle Applications
    Copyright (c) 2004 Oracle Corporation,
    Redwood Shores, California.
    版权所有。
    登录
    地点 : http://paleonode1.sh.paleotek.com:8002(SID:PROD)
    应用 : 系统管理
    责任 : System Administrator
    安全组 : 标准
    用户名 : SYSADMIN
    数据库服务器
    RDBMS : 11.1.0.7.0
    Oracle Applications : 12.1.1
    设备 : paleonode1.sh.paleotek.com
    用户 : APPS
    Oracle SID : PROD
    系统日期 : 11-12-2011 15:15:41
    数据库服务器 PID : 11111
    会话 SID : 283
    SERIAL# : 250
    AUDSID : 15358913
    数据库 CPU 使用(以秒表示) : 1.54
    表单服务器
    Oracle Forms 版本 : 10.1.2.3.0
    Oracle Application Object Library : 12.0.0
    设备 : PALEONODE1.SH.PALEOTEK.COM
    表单用户 CPU(秒) : 0.403938
    表单系统 CPU(秒) : 1.084835
    表单处理标识 : 11086
    表单服务器环境变量
    AU_TOP : /u2/VIS/visappl/apps/apps_st/appl/au/12.0.0
    FDBDMCHK : [未设置]
    FDFGCXDBG : [未设置]
    FDSQLCHK : [未设置]
    FDUDEBUG : [未设置]
    FNDNAM : APPS
    FND_TOP : /u2/VIS/visappl/apps/apps_st/appl/fnd/12.0.0
    FORMS_APPSLIBS : APPCORE FNDSQF APPDAYPK APPFLDR GLCORE HR_GEN HR_SPEC ARXCOVER
    FORMS_CATCHTERM : 1
    FORMS_DATETIME_LOCAL_TZ : GMT
    FORMS_DATETIME_SERVER_TZ : America/Chicago
    FORMS_DISABLED_NOT_REQD : 1
    FORMS_ERROR_DATETIME_FORMAT : [未设置]
    FORMS_ERROR_DATE_FORMAT : [未设置]
    FORMS_FORCE_MENU_MNEMONICS : 0
    FORMS_LOV_INITIAL : 5000
    FORMS_LOV_MINIMUM : 1000
    FORMS_LOV_WEIGHT : 16
    FORMS_MMAP : [未设置]
    FORMS_NONBLOCKING_SLEEP : 100
    FORMS_NONNAVIGABLE_NOT_REQD : 0
    FORMS_OUTPUT_DATETIME_FORMAT : [未设置]
    FORMS_OUTPUT_DATE_FORMAT : [未设置]
    FORMS_PATH : /u2/VIS/visappl/apps/apps_st/appl/au/12.0.0/resource:/u2/VIS/visappl/apps/apps_st/appl/au/12.0.0/resource/stub
    FORMS_RECORD_GROUP_MAX : [未设置]
    FORMS_REDIRECT_DATA_PROPS : 1
    FORMS_REINIT_EMPTY_BLOCKS : 1
    FORMS_REJECT_GO_DISABLED_ITEM : 0
    FORMS_RESOURCE : [未设置]
    FORMS_TIMEOUT : 5
    FORMS_TRACE_CONFIG_FILE : /u2/VIS/visappl/inst/apps/PROD_paleonode1/ora/10.1.2/forms/server/ftrace.cfg
    FORMS_TRACE_DIR : /u2/VIS/visappl/inst/apps/PROD_paleonode1/logs/ora/10.1.2/forms
    FORMS_TZFILE : timezlrg.dat
    FORMS_UNALTERABLE_NOT_REQD : 1
    FORMS_USE_CBO : [未设置]
    FORMS_USER_CALENDAR : [未设置]
    FORMS_USER_DATE_FORMAT : DD-MON-RRRR
    FORMS_USER_DATETIME_FORMAT : DD-MON-RRRR HH24:MI:SS
    FORMS_USEREXITS : fndfmxit.so
    NLS_DATE_FORMAT : DD-MON-RR
    NLS_DATE_LANGUAGE : NUMERIC DATE LANGUAGE
    NLS_LANG : SIMPLIFIED CHINESE_AMERICA.AL32UTF8
    NLS_NUMERIC_CHARACTERS : .,
    ORA_NLS10 : /u2/VIS/visappl/apps/tech_st/10.1.2/nls/data/9idata
    ORA_NLS_CHARSET_CONVERSION : [未设置]
    ORACLE_CONFIG_HOME : /u2/VIS/visappl/inst/apps/PROD_paleonode1/ora/10.1.3
    ORACLE_HOME : /u2/VIS/visappl/apps/tech_st/10.1.2
    ORACLE_PATH : [未设置]
    TNS_ADMIN : /u2/VIS/visappl/inst/apps/PROD_paleonode1/ora/10.1.2/network/admin
    TWO_TASK : PROD
    当前表单
    表单应用 : 应用对象程序库
    表单名 : FNDSCSGN
    表单路径 : UNKNOWN
    表单版本 : 12.0.14
    最后修改的表单 : $Date: 2006/11/03 07:43 $
    Scheme Display Profiles
    Java Look and Feel : ORACLE
    Java Color Scheme : SWAN
    Color Scheme Indicator : SWAN
    Indicator Colors : Y
    表单
    APPSTAND : 12.0.6
    FNDSCSGN : 12.0.14
    表单菜单
    FNDMENU : 12.0.2
    表单 PL/SQL
    APPCORE : 12.0.29.12010000.4
    CUSTOM : 12.0.0
    FNDSQF : 12.0.3
    GHR : 12.0.46.12010000.5
    GLOBE : 12.0.76.12010000.6
    GMS : 12.0.51.12010000.6
    IGILUTIL2 : 12.0.32
    IGILUTIL : 12.0.3
    OPM : 12.0.7.12010000.2
    PQH_GEN : 12.0.7
    PSA : 12.0.17
    PSAC : 12.0.5
    PSB : 12.0.2
    VERT1 : 12.0.0
    VERT2 : 12.0.0
    VERT3 : 12.0.0
    VERT4 : 12.0.0
    VERT5 : 12.0.0
    VERT : 12.0.0
    i still believe that my ebs is r12.1.1 and the patch 4440000.DRV make some part of my ebs back to 12.0.0.
    should i apply the new patch--6678700.drv to make it update to 12.1.1?
    thanks you always answer me,hussein.^ ^.
    there is no answer or reply in chinese forum....T T

  • What is my nls_language ?

    Hi all,
    These 3 selects below give me differents things! I'd like to know what is the language used in my database ?
    select * from nls_database_parameters where parameter in ('NLS_LANGUAGE','NLS_TERRITORY','NLS_CHARACTERSET');
    PARAMETER VALUE
    NLS_LANGUAGE AMERICAN
    NLS_TERRITORY AMERICA
    NLS_CHARACTERSET US7ASCII
    select * from v$nls_parameters where PARAMETER like '%LANGU%';
    PARAMETER
    VALUE
    NLS_LANGUAGE
    FRENCH
    NLS_DATE_LANGUAGE
    FRENCH
    SELECT * FROM DATABASE_PROPERTIES WHERE PROPERTY_NAME LIKE '%LANG%';
    PROPERTY_NAME
    PROPERTY_VALUE
    DESCRIPTION
    NLS_LANGUAGE
    AMERICAN
    Language
    NLS_DATE_LANGUAGE
    AMERICAN
    Date language
    Thanks a lot!

    to work in French languageWhat did you mean by "work in french" ?
    Is this the output like below :
    SQL> select * from toto;
    select * from toto
    ERREUR à la ligne 1 :
    ORA-00942: Table ou vue inexistante
    SQL> What is your OS ?
    For Windows, run regedit, go to \\HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\HOME0 (or you HOME)
    Then edit NLS_LANG parameter, and type :
    FRENCH_FRANCE.xxxx
    For Unix, more simple :
    export NLS_LANG=FRENCH_FRANCE.xxxx
    Just replace xxxx by your character set.
    Nicolas.

  • Enhancement International Prferences ---Date, Time, Language etc

    Pre tiger, international settings allowed one to have English dates etc set despite region/language settings.
    Tiger 'simplified' these settings by assuming that if you located your computer in (eg) Spain (which you need to for the correct time) all dates spoke Spanish. Also currency was assumed to be the Euro. Those people moving down to Spain from the UK -with Sterling based keyboards have a real inconvenience.
    In short, could the Region - Date Language - Times - Numbers - Currency be separated without non-changeable assumptions

    This is not the proper venue for bug reports or enhancement requests. Instead go to the Feedback Page.

  • Converting date in french format

    Hi All,
    Hi All,
    Please let me know if you have any idea
    I am converting the date to French /infact multi lang
    select to_char(sysdate,'Fmddth Month, yyyy','NLS_DATE_LANGUAGE =FRENCH') from dual
    so this is giving me "8th Septembre, 2011"
    but what i want is "8er Septembre, 2011" instead of "th" i need "er"
    Thanks & Regards,
    Dhana

    from http://download.oracle.com/docs/cd/B19306_01/server.102/b14225/ch3globenv.htm
    Example 3-12 NLS_DATE_LANGUAGE=FRENCH, Month and Day NamesAs an example of how to use NLS_DATE_LANGUAGE, set the date language to French:
    ALTER SESSION SET NLS_DATE_LANGUAGE = FRENCH;
    Enter a SELECT statement:
    SELECT TO_CHAR(SYSDATE, 'Day:Dd Month yyyy') FROM DUAL;
    You should see output similar to the following:
    TO_CHAR(SYSDATE,'DAY:DDMONTHYYYY')
    Vendredi:07 Décembre 2001
    When numbers are spelled in words using the TO_CHAR function, the English spelling is always used. For example, enter the following SELECT statement:
    SQL> SELECT TO_CHAR(TO_DATE('12-Oct.-2001'),'Day: ddspth Month') FROM DUAL;
    You should see output similar to the following:
    TO_CHAR(TO_DATE('12-OCT.-2001'),'DAY:DDSPTHMONTH')
    Vendredi: twelfth Octobre

  • NLS_DATE_LANGUAGE

    Hi
    My NLS_LANG = RUSSIAN_CIS.CL8MSWIN1251
    So when I take forms the default NLS_DATE_LANGUAGE is russian. So the month in (DD-MON-YYYY) format appears as Russian. I want the month to come in English. I tried
    FORMS_DDL(' ALTER SESSION SET NLS_DATE_LANGUAGE=''AMERICAN'' ');
    :TXT_DATE := trunc(sysdate);
    (TXT_DATE datatype: I tried DATE and CHAR - Oracle forms 9i)
    But still the month is displayed in Russian.
    Any solutions?
    Thanks & Regards
    Sajan

    Thanks Achim
    But I solved be prolem as follows:
    Instead of making NLS_LANG = RUSSIAN_CIS.CL8MSWIN1251 in the OS registry do that in the *.env file of your forms application.
    So if u need enlish date give the NLS_LANG as russina in the env file and not in the registry. works fine provided the DB date language is english(AMERICAN)
    Regards
    Sajan

  • Previous Saturday's date

    I need to write a function that will return the previous Saturday's date from a date passed into the function.
    On a similar note I need to be able to get Friday's date of 4 weeks from a specific date passed into the function.
    Thank you in advance for answering this post and any help will be appreciated.
    Thanks
    Adam

    "APCs solution has the drawback that you need to provide the weekday in the date language of your session"
    An easy workaround if you don't know the date language for the session:
    last Saturday
    SQL> SELECT NEXT_DAY(sysdate-7, TO_CHAR(TO_DATE('03-jan-1970','dd-mon-yyyy', 'nls_date_language = ENGLISH'), 'DAY'))
      2  FROM dual;
    NEXT_DAY(
    22-APR-06Friday 4 weeks off:
    SQL> SELECT NEXT_DAY(sysdate+28, TO_CHAR(TO_DATE('02-jan-1970','dd-mon-yyyy', 'nls_date_language = ENGLISH'), 'DAY'))
      2  FROM dual;
    NEXT_DAY(
    26-MAY-06Just pick a date you know is the correct day of the week.
    SQL> ALTER SESSION SET nls_date_language = 'FRENCH';
    Session altered.
    SQL> SELECT NEXT_DAY(sysdate-7, TO_CHAR(TO_DATE('03-jan-1970','dd-mon-yyyy', 'nls_date_language = ENGLISH'), 'DAY'))
      2  from dual;
    NEXT_DAY(
    22-AVR-06Voila, language independent.
    The nls_date_language parameter is required in the TO_DATE to avoid
    SELECT TO_DATE('22-apr-2006','dd-mon-yyyy') from dual;
    SELECT TO_DATE('22-apr-2006','dd-mon-yyyy') from dual
    ERROR at line 1:
    ORA-01843: not a valid monthWhen the date language is different.
    TTFN
    John

Maybe you are looking for

  • Content conversion in Reciever File  Adapter

    Hi Frens, Iam doing A FCC in Reciever file adapter. My input structure is DT_structure ->Record   ->Row        Field1        Field2        Field3 I have donr the configuration as Recordset Structure : Record,Row Row.fieldSeparator : , Row.endSeparato

  • Cd stuck in drive.  How do I get it to release it

    I have a cd stuck in my drive how do I get it to release it.

  • Flex builder sucks

    flex builder sucks big time. it take more than 250 mb ram even without any projects loaded and help open. in work mode it takes more than 450 mb. which is riduculus. also its auto complete doesnt work properly. it vanishes most of the time without re

  • /dev/root file system full

    Hello. We can't to login to system by telnet, ftp,rlogin, console, because recieved: <b> messages msgcnt 142 vxfs: mesg 001: vx_nospace - /dev/root file system full (1 block extent) </b> Instance's of Oracle and SAP are working and we are afraid to r

  • Write off for clarification list

    Hi All, Our project need is to write off all the credit items from clarification list,which are unclarified. So is there any standard BAPI or FM to write off this? Thanks in advance. Regards, Abhijeet