Sqlplus environment in korian language

Hi
I am facing some issue with the sql plus environment.
When I invoke sqlplus from -->All Programs--> oracle81--->sqlplus the enviroment is comming in korian language in one box and it is comming in english in another box
how to change the environment to korian language????
os-windows 2000
db version--8.1.7.4
Thanks
KK

Hi Forstmann,
Thank you for you help In registry it is showing same entries but in environment we didnt set nls_lang to korian so now setted and waiting to windows team to restart the box. I got this information is one of the doc
Ensure you have exited your current SQL*Plus session.
Open System from Start > Settings > Control Panel.
Click the Advanced tab and select Environment Variables.
Create a new environment variable, NLS_LANG, with a value of Japanese_Japan.JA16SJIS.
You may need to restart Windows for this setting to take effect.
Thanks
KK

Similar Messages

  • Required help in setting sqlplus environment

    Hi,
    I want some hint regarding settigns of sqlplus environment.
    Following is script i run using unix .
    --------------------------------------------------test.sql-----------------
    set serveroutput on
    set feedback off
    DECLARE
    min_id NUMBER:=&1;
    max_id NUMBER :=&2;
    student_id NUMBER := &3;
    BEGIN
    DBMS_OUTPUT.PUT_LINE('some usefull command');
    END;
    EXIT;
    -------------------------------------End test.sql-------------------------------
    I use following command to run this script.
    sqlplus -s user/password@database @test.sql 10001 20000 5 > out.log
    After running this command i get following output in out.log
    old 3: min_id NUMBER:=&1;
    new 3: min_id NUMBER:=10001;
    old 4: max_id NUMBER :=&2;
    new 4: max_id NUMBER :=20000;
    old 5: student_id NUMBER := &3;
    new 5: student_id NUMBER :=5;
    'some usefull command'
    My doubt is is there any way to suppress the junk created by sqlplus.
    How to avoid following statement to be written in output.
    old 3: min_id NUMBER:=&1;
    new 3: min_id NUMBER:=10001;
    old 4: max_id NUMBER :=&2;
    new 4: max_id NUMBER :=20000;
    old 5: student_id NUMBER := &3;
    new 5: student_id NUMBER :=5;
    Thanks
    Rajiv

    I am not sure what the intent of this is, or in what version you intend to utilize it, but this doesn't make any sense: At least as it is written.
    The SQL*Plus environment should be set in glogin.sql and login.sql.
    What you've posted, by way of examples, looks like schoolwork. Perhaps you can clarify if using the proper configuration files does not do what you want.

  • SQLPLUS* environment doubt ...

    when i use SQLPLUS environment ...i always need to set the LINESIZE to 1000 ...so tht my data comes in proper 1 line .... But it only remains for tht particular session ..
    so is there any setting so that i can change ..the DEFAULT linesize of 80 to 1000 for permanent ...

    i know this method ...but this method remains for a particular session on ...
    ..& what i want to do is to make these changes of line size = 1000 permamne t...
    so tht whenever i open my sqlplus environment next time ... i do not need to set the linesize ..again .....

  • Work Environment - Equipment Overview: language issue

    Hello,
    Im having a little issue with the Equipment Overview iview.
    I've the portal in Portuguese language, but the Equipment Overview iview appears in Spanish.
    I want to know how to change the language of this iview.
    Thanks in advance.
    Best regards,
    Hugo

    Hi,
    If your homepage framework is working for German language then check if your setting are properly maintain for Area Group Key SAPDEFAULTESS_ERP2005 in  Portugese.  spanish.
    Solution:Login to system in each language i.e FR, TR, PT
    navigate to SPRO>FA>TM>ESS>Homepage FR> select Header & Area Group Pages>
    Select Define Area Group Pages > Add Entries> Select the SAPDEFAULTESS_ERP2005 Key check weather the Area Group
    Role Text is maintain for FR TR PT if not maintain the translation your problem will be resolved.
    u can set language at various levels.
    com/saphelp_nw04/helpdata/en/49/e607426338da6fe10000000a1550b0/
    frameset.htm
    Please have a look at the Note 947081,
    the hierarchy of what locale a component will be shown in the portal,
    will be :
    1)component- if he have a locale define
    2) portal mandatory locale -( that's what we suggest)
    3)user locale
    4)browser locale
    5)Portal default locale
    6) system locale

  • Right side of tab I see chines or korian language icon comes sometime

    some time I see when I am using firefox web browser, I see automaticaly come some other language symbol on right side of each tab is open. see attached picture. is this virus or browser issue?
    Thanks
    Shailesh

    The McAfee SiteAdvisor extension has been reported to cause issues with text Chinese (CJK) characters appearing on tabs, so you can disable this extension until McAfee releases an update to address this issue.
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    *How to uninstall SiteAdvisor:<br>http://service.mcafee.com/faqdocument.aspx?id=TS100162
    See also these SUMO threads:
    *[[/questions/1034427]]
    *[[/questions/1027393]]

  • File upload and download in solaris for korian and chinese language

    Hi,
    We are working on our code to support chinese and korian languages.
    I am facing problems when i upload or down load any chines or korian files to server.
    Can some body tell me is there any extra settings required in server as well as our code which can support the above.
    Regards,
    Sanjib

    If i do set LC_CTYPE=en_US.ISO859-1 the english contents are getting uploaded properly but chinese and korian are going for a toss. But if i change the same to UTF-8 then files name gets uploaded correctly but the contents goes for a toss.

  • Can i use traditional SqlPlus development environment  in Oracle11GR1 ?

    Hi,
    i have downloaded Oracle 11GR1, but i want to write sql codes in the tradition SqlPlus environment that was in Oracle 9i or 8i (that was having white color background) .So how to get that SqlPlus development environment here ?With the current download and installation SqlDeveloper has been installed and command prompt sqlplus has been provided. But i want to use that white screen sqlplus environment .Please guide how to get that one .
    Thanks.

    First create a shortcut icon on your desktop to sqlplus.exe (in your oracle_home/bin directory).
    Then right click on the icon and select Properties. Change these settings:
    Tab: General
       Put the instance name in the text box
    Tab: Shortcut
       Target: (your oracle_home)\bin\sqlplus.exe userid/password@databasename  --< use with caution
       Start in: (your oracle_home)\bin
       Run: Normal Window
       Change icon to whatever you want
    Tab: Options
       Cursor size: Small
       Command History, Buffer size: 50
                      , Number of buffers: 4
       Display options: Window
       Edit Options: check QuickEdit mode
                     check Insert mode
    Tab: Font
       Size: 8x12
       Font: Raster Fonts
    Tab: Layout
       (Screen Buffer Size is the 'virtual' size of the screen
        Window Size is what you see on the screen
        having a buffer size of 2000 allows sql plus to display
        very wide rows when sql plus LINESIZE is also 2000)
       Screen buffer size: Width: 2000
                           Height: 2000
       Window size: Width: 125
                    Height: 55
       check Let system position window
    Tab: Colors
       I like aqua on black, but whatever
    Tab: Compatibility
       Leave all these uncheckedI like to include my userid and password in the Target setting, but this can be a security risk so use with caution.
    And some of these settings will depend on your monitor size, your eyesight, etc. so adjust to taste.
    Next, edit your glogin.sql file (it's in oracle_home/sqlplus/admin) and add these lines:
    SET serveroutput on
    SET linesize 2000
    SET pagesize 50000
    SET trimspool on
    SET long 50000
    SET tab off
    ALTER SESSION SET NLS_DATE_FORMAT = 'DD-MON-YYYY HH24:MI:SS';You can use any format you like for the date format but make sure it includes the time portion.
    This is also where you will put the COL command to modify the column you mentioned.
    Something like: COL some_column FOR 999999
    I also have this query in my glogin.sql:
    SELECT d.name, s.sid,s.serial#, p.spid
    FROM   v$process p
          ,v$session s
          ,v$database d
    WHERE  p.addr = s.paddr
    AND    s.audsid = userenv('SESSIONID');This info can be handy for certain data dictionary queries (like v$session_longops).
    Next, create a directory somewhere to hold all your SQL Plus helper scripts. Like c:\oraclescripts.
    Create a permanent environment variable called SQLPATH which points to this directory.
    Whenever you run a script from the SQL Plus prompt it will search this directory so you don't have to qualify it every time.
    Now double click the icon and try it out.

  • Job_open language

    Hello,
    i have to submit a program in different language from logon language.
    can i set language in below code flow:
    job_open
    submit ......
    job close
    thank you.

    Hello,
    U can set the like this:
    Basic form 8
    SET LOCALE LANGUAGE lg.
    Additions:
    1. ... COUNTRY c
    2. ... MODIFIER m
    Effect
    Sets the text environment according to the specified language lg.
    The text environment includes the language stored in SY-LANGU, the locale categories LC_CTYPE and LC_COLLATE and the SAP character set.
    You determine the text environment by accessing the SAP text environment table TCP0C with the specified key
    If the country is not specified, it is taken from the table TCP0D. If TCP0D is empty, the setting COUNTRY = SPACE is used to access TCP0C. If the modifier is not specified, the setting MODIFIER = SPACE is used to access TCP0C.
    The text environment affects all operations specific to the character set (such operations include ABAP character processing statements, screen output to the front-end, data transmission between the application server and the front-end, data transmission by RFC, and printing).
    The locale category LC_COLLATE affects the behavior of the SORT ... AS TEXT and CONVERT TEXT statements.
    When an internal session is opened (in other words, when a roll area is opened), the text environment is automatically set to the active user's language as specified in the user master record. Therefore, you usually do not need an explicit SET LOCALE statement.
    You only have to use SET LOCALE if you want to program a special text environment regardless of the active user's language.
    You should take particular care when switching back and forth between different text environments or if you use a text environment which is not compatible with the frontend character set.
    Addition 1
    ... COUNTRY c
    Effect
    If a language spoken in different countries (or, to be more politically precise, in different territories) has different text environments for different countries, you can use the addition COUNTRY c to specify the country for a language.
    Addition 2
    ... MODIFIER m
    Effect
    If a language in a country has different text environments (for example, in Germany, letters with umlauts are treated in different ways - in a dictionary, ä is treated like a, but in a telephone directory, it is treated like 'ae'), you can use the addition MODIFIER m to specify a further modifier for the language and country.
    The values 'BINARY', 'C', 'POSIX' and 'RAW' are not allowed as modifiers because they are reserved for a later development intended to support 'binary' text environments.
    Notes
    The special form SET LOCALE LANGUAGE SPACE (or lg contains SPACE) resets the text environment to the language of the active user as specified in the user master record. In this case, specifying COUNTRY c and/or MODIFIER m has no effect.
    The effect of SET LOCALE is not restricted to the current program, but covers all programs in the current roll area.
    If one of the specified key fields lg, c or m is not a character field, or if one of the key values is longer than the corresponding fields LANGU, COUNTRY or MODIFIER in the SAP text environment table TCP0C, the processing terminates with a runtime error.
    Although entries in the SAP text environment table TCP0C are platform-specific, the platform is treated as an implicit key component. The system then retrieves the value for the key component PLATFORM = p at runtime when accessing the table TCP0C and you do not have to bother about this when programming.
    If the SAP text environment table TCP0C contains no entry for the specified key
    (on the current platform), or the text environment cannot be set according to the values in TCP0C, the processing terminates with a runtime error.
    If the boolean SAP profile parameter abap/set_text_env_at_new_mode is set to 0 (the default is 1), the text environment is not set according to the language of the active user when a new internal session is opened, but according to the language of the application server (which is determined by the SAP profile parameter zcsa/system_language). Resetting the text environment with SET LOCALE LANGUAGE SPACE restores the text environment for the language of the application server.
    If the boolean SAP profile parameter install/collate/active is set to 0 (the default is 1), SET LOCALE has no effect at all; furthermore, the text environment remains unchanged, even when a new internal mode is opened, and the locale category LC_COLLATE is not set at all by the SAP kernel. Accordingly, the SORT ... AS TEXT and CONVERT TEXT statements then also have no effect.
    Regards,
    Vasanth

  • Issue in Column NAMES Printing in SQLPLUS

    Hi All,
    I am connecting to 2 databases through a 10.1.0.4.2 Version of SQLPLUS.
    1st Database runs with - 10.2.0.4 Patchset
    2nd Database runs with - 10.2.0.1.0 Patchset
    From both the Databases we are running a long query with columns using Decode funtions. We are not able to see the column names completely in the 1st DB i.e 10.2.0.4 Patchset. Whereas in 2nd DB - Version 10.2.0.1.0 - Its working properly. I am not sure whether here DB version is the problem.
    This is the query i am firing from both DB's. Here in the 1st column with decode function doesnt prints the column heading in SQLPLUS.
    SELECT DECODE('ENG','ENG',A.PC_DESC,A.PC_DESC_BL)
    FROM PCOM_CODES A, PCOM_CODES_APPL_CODES B
    WHERE CAC_TYPE = 'VEH_CC_TYPE'
    AND A.PC_TYPE = CAC_PC_TYPE_2
    AND A.PC_CODE = B.CAC_PC_CODE_2
    AND ROWNUM < =2
    DECODE('ENG','ENG',A.PC_DESC,A.PC_DESC_BL) - This is the column name which doesnt prints properly in a 10.2.0.4.0 Database.
    Is there any specific User specific or DB specific setting for such issues. We dont want to use any alias column names for specific purpose to be handled with that column name.
    We have already tried out the following.
    1) All SQLPLUS environment variables like SET SERVEROUT ON SIZE etc.
    2) In the same PC where DB is installed.
    3) Checked even if its a Data issue but really not.
    4) We cannot set any alias column for this due to functional restrictions.
    I appreciate a quick response from the forum users on this issue.
    Thanks in advance.

    check this out.
    I still believe it is a formatting issue.
    SQL> select decode(empno,7369,job||hiredate||sal||deptno,deptno) from emp;
    /*Output */
    DECODE(EMP
    30
    20
    30
    20
    10
    /* now*/
    SQL> set line 1200;
    SQL>  select decode(empno,7369,job||hiredate||sal||deptno,deptno) from emp;
    DECODE(EMPNO,7369,JOB||HIREDATE||SAL||DEPTNO,DEPTNO)
    CLERK17-DEC-8080020
    30
    30
    20
    30
    30
    10
    20
    10
    30
    20
    try setting set line 1200 and then running that query.
    Cheers!!!
    Bhushan

  • How to get the current values of LINESIZE and WRAP in SQLplus ?

    How do I get the current values for the SQLplus environment variables
    e.g. LINESIZE, WRAP, PAGESIZE ?
    When I type
    SQL> show parameter LINESIZE
    nothing is displayed.
    Is there a command to show ALL existing current paramter values at once ?

    SQL> show linesize
    linesize 134
    SQL> show wrap
    wrap : regels zullen omgeslagen worden
    SQL> show pagesize
    pagesize 50000And you can issue a "show all" to see all settings at once.
    Regards,
    Rob.

  • Can I find out the record details in the SQLPlus for the no data found

    We can only check the error data details in the Enterprise Manager.
    How can I check the problem record details by using the sqlplus environment? From now, I only know which table through deferror and defcall. Since we want to check and solve the problem by telnet to the system and then using sqlplus only.

    I'm having some difficulty understanding the
    question... Can you rephrase the question?
    What do you mean by "error data details"?
    Are you saying that you currently know how to "check
    the error data details" through OEM and want to learn
    how to do the same thing in SQL*Plus?
    What do you mean by "deferror" and "defcall"?
    What problem, exactly, are you trying to solve?
    Justin
    Distributed Database Consulting, Inc.
    http://www.ddbcinc.com/askDDBC
    Dear Justin,
    First, thanks your reply.
    Yes, you are right. From now, we can solve the replication error by knowing which record has the problem. We check the error detail as follows:
    OEM-->Distributed-->Advanced Replication-->Adminitration-->Error Tab-->Choose the error record, then press the Detail button--> We can check the corresponding Call # details ( Original Val, New Val and Current Val). Once we got these information, we can check both database to solve the problem.
    Let me say my question again.
    When we found the no data found error in the alert_mydb.log. We check the error in the sql statement - "select * from deferror" which can find out the deferred_tran_id. Then we use this deferred_tran_id to find the PACKAGENAME by "select * from defcall where deferred_tran_id in (select deferred_tran_id from deferror)". The PACKAGENAME contains the table name, right? How can I found out the original record cause this no data found error using the sql statement?
    Many thanks.
    Regards,
    Kanas

  • Language problem..while issuing output

    Hi,
    When I click on the print preview buttion while issuing output for a invoice, I get the following error..Invoice is in Japanese
    <b>"Language environment settings for language J cannot be made at this time"</b>
    Any help on this is highly appreciated and rewarded

    if you want to see then change the language into JA in message at VF02 Transaction..
    goto vf02 and give invoice number and hit enter..
    GOTO-HEADER-output
    change the language into JA
    Reward Points if it is helpful
    Thanks
    Seshu

  • IWeb 1.1 comments and language

    After the 1.1 update, which supports comments for the first time, I tried out this new feature today. My iWeb site is totally in Dutch, and up to now this has worked fine: all navigational items and titles are in Dutch, as it ought to be. However, after allowing comments (as prescribed in the help), in a fixed place on the page (can this be changed, independently of a template, BTW?) there appears the item "Add a Comment" and not in Dutch (something like "Reageer"
    or something similar), and this cannot be changed, it seems. Also, after posting a comment (which worked fine) the comment itself is concluded by a date/time stamp, which is also in English, and not in Dutch, as other date/time stamps on the site.
    Is there a way to change this language setting for comments, or is this a bug in iWeb: not adapting the language of the comment environment to the language of the template? Or is it (now) impossible to do this?
    Thanks in advance for any helpful advice.

    Stella
    I don't know if this will solve your problem but
    there is a thread at this location. It discusses
    a language bug in OS Tiger and offers a work around.
    Read those postings and let us know in the thread if
    it helped.
    t isn't relevant, I'm afraid, as all settings are Dutch, and no other language is even in the language menu (none have been added, that is), iWeb is totally in Dutch, as is OS X, and all other apps. So the English that surfaces in the comments is a stand alone effect, and is probably due to what the other replyer posted: the first version is only done in English. I have already informed Apple via the feedback form, and I hope that 1.1.1 resolves this (and will update all older pages with english comments as well).
    Thank to those who have replied

  • Global Implementation - Languages other than English

    We are in the process of implementing COPA reporting through Global BI Box and we plan to have the Language as only in ENGLISH. However, we have other regions like Europe and Autralia, NewZealand, China, South America and etc and they are requesting to have the reporting based on their regional language.
    So, Can you please advise what is the level of effort to achieve this and can anyone explain the high level steps involved in this.
    Really appreciated if anyone could send the step by step procedure / document link for this implementation. Thanks in Advance.
    Christy

    If you're on BI 7 or later, adding languages isn't that difficult. SAP applications come delivered with English and German. Here are the basic steps in identifying other languages (again if BI 7 or later):
    Adding Languages
    1) Go to tcode SMLT.
    2) Click on the Language button.
    3) Select the language desired to be identified to the environment from the Language dropdown.
    4) Select English from the Supplemental Language dropdown. This will provide an English description when/if a logon language description doesn't exist.
    5) Click Save.
    6) Go to to RZ10.
    7) Select the Instance Profile for your Database Central Instance (DBCI) server from the Profile dropdown.
    8) Select the Extended Maintenance radio button for Edit Profile.
    9) Click Change.
    10) Find and highlight the zcsa/installed_languages parameter.
    11) Click on the change Parameter button.
    12) Add the one character code for each language being added (see list below for one character codes), to the end of the list of values (it should have at minimum E and D for English and German). Order doesn't matter.
    13) Click on the Back button.
    14) Pop-up will ask you to Save parameter and you want to click Yes.
    15) Click on the Back button.
    15) Pop-up will ask you to Save profile and you want to click Yes.
    16) Go to menu option Profile > Activate.
    If you have multiple application servers connection to the instance, you must repeat Items 7-16 for each application server connected. A stop/start of the ABAP server may be required for the parameters to take effect.
    One Character Language Codes (Codes are Case-Sensitive)
    Afrikans = a
    Arabic = A
    Bulgarian = W
    Catalan = c
    Simplfied Chinese = 1
    Traditional Chinese = M
    Croatian = 6
    Czech = C
    Danish = K
    Dutch = N
    English = E
    Estonian = 9
    Finnish = U
    French = F
    German = D
    Greek = G
    Hebrew = B
    Hungarian = H
    Icelandic = b
    Indonesian = i
    Italian = I
    Japanese = J
    Korean = 3
    Latvian = Y
    Lithuanian = X
    Malay = 7
    Norwegian = O
    Polish = L
    Portuguese = P
    Reserved (Customer Defined) = Z
    Russian = R
    Romanian = 4
    Serbian = 0
    Serbo-Croatian = d
    Slovakian = Q
    Slovene = 5
    Spanish = S
    Swedish = V
    Thai = 2
    Turkish = T
    Ukranian = 8

  • Different locale language

    if the mdl file exported from source environment has locale language as en_us and the environment where it is intended to import has locale language as en_GB what possible problem can arise in the target environment?
    Thanks in advance

    Hi,
    it does not matter how you do the import (whether by OMB*Plus or by Design Center), there is no problem if you use physical names as described above in both repositories.
    When you import into another repositories, I strongly recommend using physical names and name propagation turned on in the settings. For import, use match by name.
    Regards,
    Carsten.

Maybe you are looking for

  • How can I disable files from being shown in spotlight?

    Hi All, In my spotlight preferences I've enabled only Applications, Folders, and System Preferences. However, in almost all of my searches, many individual files are shown. These are usualy .java, .jar, or .html even. To exacerbate the problem, spotl

  • My iPhone 5 battery died and will no longer turn on. What do I do?

    Just got my new iPhone 5 two days ago. My battery died and I tried to charge it for the first time but nothing happens. It won't charge via USB or the wall plug. The only thing that happens is the picture of the phone with the arrow pointing to the b

  • Malicious Javascript code added to the bottom of my HTML

    Hello, Below is the code to my main page, called index.php.  It is what shows when I type my domain into the browser.  On a few occasions, when I open it in Internet Explorer, some malicious javascript code has been added to the bottom of the code. 

  • Apache http server won't run - error 1067 - after installing forms

    Hi, I succesfully installed the 9i on a Windows XP machine. I included the Apache HTTP server in the install. It all worked fine. Then I installed the Oracle development suite (rapid application development selection), and since cannot get the Apache

  • Bluetooth between iPad mini retina and iPhone 5

    Hi All. Post upgrade to iOS 8 on both my iPad and iPhone i am unable to pair the 2 devices over Bluetooth. I Have restored both my devices through iTunes and set up as new devices but I am still unable to pair together. This is stopping my from tethe