Which SQL editor supports Multilanguage insertion

Hi,
Which editor will support multilanguage insertion to oracle database. I have tried Toad, it doesn't support insertion as well as display
SQL Developer, will display multi language dispaly but not supporting the insertion. On insertion it shows junk characters.
Please let me know which editor would be useful for inserting multilingual characters..
thanks
Jino

If you set NLS_LANG and database character set correctly. almost all SQL utilities support multilanguage.
including sqlplus
check
[NLS_LANG FAQ|http://www.oracle.com/technology/tech/globalization/htdocs/nls_lang%20faq.htm]
C:\Documents and Settings\>sqlplus / as sysdba
SQL*Plus: Release 10.2.0.1.0 - Production on Mon Sep 22 22:07:28 2008
Copyright (c) 1982, 2005, Oracle.  All rights reserved.
Connected to:
Oracle Database 10g Express Edition Release 10.2.0.1.0 - Production
SQL>
C:\Documents and Settings\>set NLS_LANG=SIMPLIFIED CHINESE_CHINA.ZHS16GBK
C:\Documents and Settings\>sqlplus / as sysdba
SQL*Plus: Release 10.2.0.1.0 - Production on 星期一 9月 22 22:08:21 2008
Copyright (c) 1982, 2005, Oracle.  All rights reserved.
Connected to:
Oracle Database 10g Express Edition Release 10.2.0.1.0 - Production
SQL>

Similar Messages

  • Which sql developer version will support oracle 8.1.7

    hi
    which sql developer version will support oracle 8.1.7 or is it necessary to use plsql developer to connect to database (oracle 8.1.7)

    Hi,
    SQL Developer version 1.2.1 is able to connect to 8.1.7 with limited functionality (prepared reports and browser for objects could not work)..
    Next version (tested with 3.2 64-bit) of SQL developer could be "hacked" to connect to 8.1.7 by simply copy file C:\oracle\product\10.2.0\client_1\jdbc\lib\classes12.zip from Oracle client prior 11
    into appropriate jdk\jre\lib\ext folder.

  • What is the latest version of SQL Server which ColdFusion 7 supports?

    What is the latest version of SQL Server which ColdFusion 7 supports? For example can Cold Fusion 7 connect to SQL Server 2012 or 2008 without any problem? Thanks

    First things first, I would advise you to apply the upgrades, if you haven't yet done so. I remember Coldfusion MX7 to be quite buggy. We could not wait to apply the upgrades and hotfixes. Version MX7.0.2 turned out to be the lasting upgrade. We used MySQL, however, not SQL Server.
    You can get the information you want from Adobe Support. But you can think it through yourself. The way I think about it is as follows.
    Coldfusion is an application that includes database functionality. I may therefore assume that Coldusion would be backwardly compatible in its support of database server versions. In other words, a new version of Coldfusion, say 9 or 10, would work with an older database server like SQL Server 2005.
    However, I would not expect a previous version of Coldfusion, say MX7, to be compatible with newer database server versions like SQL Server 2008 and SQL Server 2012. Even if someone told me they were compatible, I would still expect such a set-up to be an accident waiting to happen.

  • [HELP] How to records user who use SQLPlus or SQL editor?

    Dear Gurus,
    Is onyone know how to record user who use SQLplus or any SQL editor?
    for instance...
    user1 using SQLplus on monday august 9.30.21 PM...and I have table which record this for audit user.
    Or..
    Can I block user who connect to oracle using SQLPlus?
    If anyone know how to do this..please inform me...
    Thanks and Regards
    Erie

    You can enable Auditing (AUDIT_TRAIL) and audit at the Session Level to record Logon and Log off of a required user. This can be enabled to be recorded in the audit table or operation system file. You can also audit user statements etc.
    For example, to enable auditing connect for user UGONIC
    SQL>audit connect by UGONIC;
    TO disable it
    SQL>noaudit connect by UGONIC;
    Check in the SQL Reference for the AUDIT statement and requirements.
    If you do not want the user to connect at all via SQL*Plus, you can use PRODUCT_USER_PROFILE to disable a users access to SQL*Plus or at the lower level, disable specified SQL*Plus and SQL commands for the user. You need to run the PUPBLD.SQL script as system user (if not run yet) and add records to it as required.
    Example: After running PUPBLD.SQL. This entry stops the user UGONIC from using the drop command at the backend in SQL*Plus.
    INSERT into product_user_profile (product,userid,attribute,char_value,date_value)
    values('SQL*Plus','UGONIC','DROP','DISABLED',NULL);
    Note that if a user is already connected by the profile entry, it is not activated on that session, but on subsequent logons. Again read the requied security documentations for this.
    For both auditing, you need to set the required database intialisation parameters and know where to get the audit records (in tables, views or OS file). For instance, when using tables, you maintain and query tables like audit$ to view the logs. When using OS type logging, it is recorded on the path specified in the AUDIT_FILE_DEST init parameter (In Windows, it is logged in the Windows Event and you can view it from the event viewer).

  • MS05 transaction throws "SQL error: error during INSERT (table: &)"

    Hi Team,
    I am a BASIS engineer on MM system. we have a strange problem from customers we see an error on the MS05 screen with "SQL error: error during INSERT (table: &)" and when the support team runs MS01 transaciton this error gets resolved.
    What I would like to know is what could be the likely cause of this error and how we can prevent it.
    When I check the SM21 logs i noticed one log with "Transaction cancellation 61 204 ( PLAF )"
    and under additional document section is the log I see the below information
    Usually, the reason for this error is that an entry already exists
    with the same key.
    This problem can occur if the client was copied with the movement data
    without adjusting the number range intervals.
    Please check if the number ranges for this table have been set
    correctly and, if necessary, correct the number range interval.
    I am from BASIS and I have no clue in how the MM transactions are linked can any MM gurus help in identifying the root cause for this problem.
    any help on this is highly appreciated
    thanks
    Vijay

    Hi
    Are MS05 & MS01 you're referring is a T-code?. if so, then they are associated with planning and a PP consultant can give a more clear picture on it. Try posting this to a PP forum.
    Based on the error log, i guess this may arise because of the number range problem, when the document is getting saved and record is being tried to inserted into a table.
    Thanks
    E.Avudaiappan

  • How to define the tab space in the PL/SQL editor with Oracle Forms 4.5?

    When I use the PL/SQL editor with Oracle Form Builder, I found the tab space is very long that affects my programs readability quite a lot. Then, I tried to use Textpad to type my program. It looks fine with Textpad. However, when i tried to 'cut and paste' my code back to the PL/SQL editor, all tab spaces (approx. 8-character) are detected and the program looks awful again ~~ Would any one help me to solve my mentioned problem?
    Thanks for any advices!

    In 4.5 you cannot change this. In Forms 5.0 and above there is a registry value DE_PREFS_TABSIZE which allows you to set a value for the tabsize.

  • SQL editor with tree view

    We are working on some extraordiary long SQL stored procedure. Due to the shear size and IF/ELSE nesting it is very tedious to understand the logic .
    What I am looking for is an SQL editor with tree view, where we can see IF/ ELSE, LOOP etc block as nodes. For example expand a node and see all blcoks of code within it.
    + IF block 1
    expand---
    -IF blcok 1
    +IF block 1.1
    +IF block 1.2
    further expand
    -IF blcok 1
    +IF block 1.1
    -IF block 1.2
    IF block 1.2.1

    Do some Google searches for a text editor that supports "folding".

  • Error on using CLOB in Report's PL/SQL Editor

    Hi Guys,
    I am using the Reports 9i (2.9.0.1.0) and using a field in Format Trigger to check is null or not. Field's datatype is CLOB. I am getting error on using this field in PL/SQL Editor otherwise data is showing on Layout Editor nicely.
    Does CLOB is not support in PL/SQL in Report Writer? Any Solution or work around?
    Thanks in Adv.

    I see Scott,
    well, the tricky bit is in that one must guess the maximum number of elements as one cannot just truncate the string somewhere because it is made up of html tags.
    What is the maximum string length permitted inside substitution strings?
    May be I can work around the problem by using substitution strings placed inside the "custom heading", instead of using the PL/SQL heading.
    That would also make the heading easier to maintain, by separating each column logically.
    At any rate, I'd say that CLOBs are a possible alternative that you should be willing to support in a future release of HTML DB.
    Thanks and bye,
    Flavio

  • Which SQL function to use to get previous month's data?

    Hi
    The reporting need: Display of two month's payroll run results....current and previous (based on the parameter passed) in Oracle Discoverer.
    Data source: A table in which run result values are stored. Of course to be linked to number of other tables.
    Can somebody guide me on which SQL function to use to get the data for previous month?
    Secondly, as Discoverer does not support parameters, I cannot put parameter in the query itself. I'll be applying parameter later while generating my report.
    Please advice.
    Thanks and regards,
    Aparna

    It's not very clear in my head... but you can try :
    SQL> select * from test;
    ENAM        SAL DT
    TOTO       1000 30/05/06
    TOTO       1001 20/04/06
    TOTO       1002 11/03/06
    TATA       2000 30/05/06
    TATA       1500 20/04/06
    TUTU       3500 30/05/06
    6 rows selected.
    SQL> select ename, dt, sal currmonth,
                case when trunc(lag(dt,1,dt) over (partition by ename order by dt),'MM') = trunc(add_months(dt,-1),'MM')
                     then lag(sal,1,sal) over (partition by ename order by dt)
                     else null end prevmonth
         from   test
    SQL> /
    ENAM DT        CURRMONTH  PREVMONTH
    TATA 20/04/06       1500
    TATA 30/05/06       2000       1500
    TOTO 11/03/06       1002
    TOTO 20/04/06       1001       1002
    TOTO 30/05/06       1000       1001
    TUTU 30/05/06       3500
    6 rows selected.
    SQL>
    SQL> Nicolas.
    Just an additional question : do the previous month is current month-1, or is there hole in month suite (e.g. the previous month can be current month-2) ?
    Message was edited by:
    N. Gasparotto

  • JDBC and MS SQL Server support

    Hi everyone,
    I'm using JDBC to access a MS SQL Server DB. To be more precise, I tried both the MS JDBC SQL Server driver as well as jTDS. Here's the question:
    I'm using scrolling and committable cursors. My application could definetely make good use of full detection of inserted, updated and deleted rows - that is, I would like to use
    ResultSet.rowInserted()
    ResultSet.rowUpdated()
    ResultSet.rowDeleted()
    to automatically detect each row's status. The problem is the following:
    DatabaseMetaData.insertsAreDetected() returns false
    DatabaseMetaData.updatesAreDetected() returns false
    DatabaseMetaData.deletesAreDetected() returns true
    i.e. I can only detect deletes using either of the two above mentioned drivers.
    Of course, I could construct an enhanced ResultSet class mimicking the behaviour I want, but I'd rather not.
    The question is: Does anyone know a JDBC MS SQL Server driver supporting automatic insert, update AND delete detection?
    If so, please give me a pointer.
    TIA,
    Carsten

    I am in serious problem.
    Jdbc doesnot support database connections without DSN.
    Oracle and MS SQL Server 2000 both provides ADO for
    connecting with their databases without DSN. But Java
    doesnot support ADO.
    Can anyone help me out?
    I never use a DSN when connecting to Oracle. Nor is ADO used.
    But then I do use the drivers that Oracle supplies.
    And there are a number of MS SQL Server drivers, and they don't use DSN nor do they use ADO.

  • What version of SQL Server support ssl connection with TLS. 1.2 (SHA-256 HASH)

    Hi,
    I just want to know,
    What version of SQL Server support ssl connection with TLS. 1.2 (SHA-256 HASH).
    if support already,
    how can i setting.
    plz.  help me!!! 

    The following blog states that SQL Server "leverages the SChannel layer (the SSL/TLS layer provided
    by Windows) for facilitating encryption.  Furthermore, SQL Server will completely rely upon SChannel to determine the best encryption cipher suite to use." meaning that the version of SQL Server you are running has no bearing on which
    encryption method is used to encrypt connections between SQL Server and clients.
    http://blogs.msdn.com/b/sql_protocols/archive/2007/06/30/ssl-cipher-suites-used-with-sql-server.aspx
    So the question then becomes which versions of Windows Server support TLS 1.2.  The following article indicates that Windows Server 2008 R2 and beyond support TLS 1.2.
    http://blogs.msdn.com/b/kaushal/archive/2011/10/02/support-for-ssl-tls-protocols-on-windows.aspx
    So if you are running SQL Server on Windows Server 2008 R2 or later you should be able to enable TLS 1.2 and install a TLS 1.2 certificate.  By following the instructions in the following article you should then be able to enable TLS 1.2 encryption
    for connections between SQL Server and your clients:
    http://support.microsoft.com/kb/316898
    I hope that helps.

  • VS 2010 and sql server support

    Hi,
    I'm currently using VS 2010 10.0.40219.1,Framework 4.5.50938 SP1 
    Is the above is supported with sql servers versions of 2012, 2014.
    What if i switch to  VS2012, will it support sql server 2008, 2008 R2.
    Pleas share your inputs
    Thanks

    SQL Server and Visual Studio are umbrella style marketing vehicles. Support varies by features. For example the
    SQL Server Data Tools team dropped VS2010 support and may be dropping VS2012 support once VS2015 is released. Visual Studio 2012 supports writing applications targetings .Net 2.0. .Net 2.0 in turn supports Windows 2000, which is not supported by Visual
    Studio 2012. 
    The ADO.Net team supports System.Data.OleDb, but if you use System.Data.OleDb to connect to the deprecated SQL Server Native Client OLE DB provider you will find your code stop working in a future version of SQL Server as the SQL Server team is dropping
    support for the provider.  
    .Net 4.5 is an in-place upgrade. Once you install VS2012, your VS2010 would be referencing .Net 4.5 even when it think itself was using .Net 4.0.
    This has caused some troubles in the past, especially when XP was still supported (your dev box would have bug fixes for .Net 4 that XP users won't ever receive). 
    Visual C++ MVP

  • Will SQL Developer support data type anydata

    Will SQL Developer support datatype sys.anydata in future releases?
    Currently SQL Developer will not show any data for columns of type anydata.
    Example:
    create table t1 (id number, col1 sys.anydata);
    insert into t1 values(1,sys.anydata.convertvarchar2('TEST'));
    IF I export data from this table something like
    Insert into T1 (ID,COL1) values (1,'SYS.ANYDATA'); will be generated.
    The grid will display 'sys.anydata' for this column
    Versions:
    WINXP SP3
    SQL Developer Version 2.1.1.64
    Build MAIN-64.39
    Ernst

    I added a feature request:
    https://htmldb.oracle.com/pls/otn/f?p=42626:39:528125578772603::NO::P39_ID:25161
    Regards,
    Ernst
    Edited by: Ernst Leber on May 31, 2010 12:36 PM

  • Do JSP Variables in the JSP Editor support Generics?

    Do JSP Variables in the JSP Editor support Generics?
    For example List<Client> clients and then introspect all Variables in the Generic Type <Client>?

    Not yet. But you can always "manually" select the list element type in the smart editors. For example the c:forEach, logic:iterate, h:dataGrid smart editors allow you to specify the iteration variable type. Same thing when you insert a list variable in the page.
    M7 Support

  • MS SQL Server supported?

    As I see, only derby, oracle, db2 and sysbase ase are listed as possible databases.
    Is there a timeline for MSSQL support?
    Regards
    Gerhard Lehner

    Hi all,
    I think SMP 3.0 SP5 supports SQL Server
    Microsoft SQL Server Database Support - Release Notes: SAP Mobile Platform Server - SAP Library
    "SAP Mobile Platform now supports Microsoft® SQL Server™ for use as the persistent database in a production cluster installation."
    Despite in http://service.sap.com/sap/support/notes/1934552 (v2 - 19.03.2014) it doesn't appears so I don't know which versions is supported.

Maybe you are looking for

  • Home Hub 3 Wireless Problems (V100R001C01B031SP09_...

    Dear all, I am a new BT infinity customer but have had about 5 different providers and about 7/8 wireless routers in the past - never had FTTC. BT infinity on a wired connection works great and I get approximately 65mbps (prediction 76mbps) which I'm

  • Can I use multiple p class="logos" tag with the same name within the same html page?

    I was told not to use <div class> tags too many times. I was using them for text, images, to clear floats, I basically built my website using multiple <div class> tags. So if I can't use multiple <div class> tags could I use <p class> tags multiple t

  • Why won't websites load?

    Only some websites work, but most of them don't. My other computers work fine in safari. I also reset my router. Nothing work

  • Iphone crashes after click yes for update

    Hi there, what a **** i try to install the update for my iphone. Butm when i press YES, my itunes crashes... I try on 2 diffrent computers. Vista 64 bit and Vista 32 bit. Any help out there? Gimei

  • Reg: POST GOODS ISSUE/Serial number.

    Dear Friends, we are facing one issue , with respect PGI. We are producing with serial number. In MMBE i can find sales order stock , which has serial Number. But at the time of Delivery i am getting an message Stock is not suitable for movement type