Support for Double Byte Chars in Table Names

Can you please tell me if double byte characters are supported in table names? Thanks.

Assuming you are using the same double byte character set as your db character set, then the answer is yes. Check out this table in the 9i Database Globalization Support Guide, for more info.
http://technet.oracle.com/docs/products/oracle9i/doc_library/release2/server.920/a96529/ch2.htm#103678
Schema objects refer to table/index/view names etc.

Similar Messages

  • Support for double-byte characters

    Does RH6 have support for double-byte characters for
    localization/translation to Asian languages? This feature was in
    X3, removed from X5, but did it make it into 6?
    Thanks,
    Mike

    Sorry but no.
    Here's a link to what did go into RH6.
    http://www.adobe.com/devnet/logged_in/mhu_rh_whatsnew.html

  • Exception when trying to use 1-char long table name (or bug in ojdbc?)

    Hello,
    I`ve got exception while trying to prepare SQL statement using "prepareStatement(String sql, String columnNames[])"
    Please have a look at the following test
            Connection con = null;
            String tblName = "k";
            try
                Class.forName("oracle.jdbc.driver.OracleDriver");
                con = DriverManager.getConnection("jdbc:oracle:thin:@oracle:1521:server", "usr", "passwd");
                con.prepareStatement("create table "+tblName+"(id number primary key)").execute();
                PreparedStatement stmt = con.prepareStatement("insert into "+tblName+"(id) VALUES (?)", new String[] {"id"});
                stmt.setInt(1, 1);
                stmt.executeUpdate();
            catch (Exception e)
                e.printStackTrace();
            finally
                try
                    con.prepareStatement("drop table " + tblName).execute();
                    con.close();
                catch (SQLException e)
                    e.printStackTrace();
            }The result of the above is the following stacktrace:
    java.sql.SQLException: Invalid argument(s) in call
         at oracle.jdbc.driver.AutoKeyInfo.getTableName(AutoKeyInfo.java:252)
         at oracle.jdbc.driver.T4CConnection.doDescribeTable(T4CConnection.java:3640)
         at oracle.jdbc.driver.PhysicalConnection.prepareStatement(PhysicalConnection.java:6427)
         at X.tst(X.java:22)
         at X.main(X.java:46)Now, if I change tblName to be kk (two characters long), it runs with no exceptions.
    Has anyone ever faced the same problem?
    Looks like a bug in JDBC driver... Or may be it is a known issue which I`m now aware of.
    p.s. I`m using Oracle JDBC v. 11.2.0.1.0.

    Well... this is definitelly not a requirement.
    The code snippet came from the test (junit) for something which is much bigger. And of course the 1-char long table name has nothing to do with desing. At all.
    We have a system where a user defines (named) xml structures, so to say. The structures are then "translated" into DB entities. So the result DB schema is fully auto-generated. The system supports 4 different SQL dialects. Oracle is just one of them.
    Having restrictions like "name of a structure must be at least two characters" is no problem. But I still can`t believe Oracle has such a limitation. It does not sound logical (to me at least). And I had a hope may be someone has an explanation for that thing.
    The code above works just fine if I do not request certain columns back after the statement is executed. (e.g. without the second parameter).
    But anyway... I would post a bug for this, if I knew where to post it to :)
    Thanks.

  • Double byte chars in URI

    Is it possible to send double byte chars through a URI? Is this possible to send from a servlet to a client browser then the client browser will just forward it on back to a server. What would have to happen on the server and client side for this to happen?
    I guess I have basic non-understanding on how encoding works through http, using a client browser and also sending a response to a servlet container. Can anyone tell me how this process works? What are the default encodings, what is configurable on the client side or server side, etc.? Thanks.

    I believe the rule is that you first have to encode the string into UTF-8 bytes, then apply the URL-encoding rules to that array of bytes. At least, that's how I understand the most recent rules for HTTP. But it's likely that most browsers don't follow this rule properly, so be prepared for a rough ride if you try this.

  • FM to convert double byte chars

    Hi All,
    Is there anyone know what are the function module to convert double-byte chars? Thanks.

    Seems like Blue Sky is not clear
    You want to convert what into what?
    Whats the purpose of this requirement, kindly give more details.
    Regards
    Karthik D

  • URLEncoder.encode() for double-byte characters

    I use URLEncoder.encode(String s) and I know that this api is deprecated.
    Instead I use URLEncoder.encode(String s, String enc) api and I pass-in a URL as the value for 1st parameter which is "http://regexp.tistory.com/entry/깨진-한글-URL-변환" and for the 2nd parameter I pass in "UTF-8".
    But I believe that the double-byte characters in this URL is not encoded properly.

    Sorry but no.
    Here's a link to what did go into RH6.
    http://www.adobe.com/devnet/logged_in/mhu_rh_whatsnew.html

  • Sun ONE Portal Server 6.1 - Support for doble-byte characters - China/Korea

    Hi,
    Can somebody help me in understanding whether Sun ONE Portal Server support double-byte characters. This is basically to support Chinese & Korean languages. If yes, please guide me through the steps to enable the same.
    Thank you,
    V

    First I tried to force the monitor into 1280x1024@75 mode which does not show the flicker. In three horizontal areas in the screen, the display was very fuzzy. So I had to decide whether use 60Hz mode with the flicker problem or use 75 Hz mode with the fuzzyness problem.
    I tried the first alternative by ignoring the EDID data and force the display mode but I didn't succeed with solving the fuzzyness problem. So I decided to go back to 60 Hz mode and try to solve the flicker problem. (I already tried 'Option "Flicker"  "false" - no effect!) I have no more ideas.
    Last edited by Tristero (2009-06-15 08:37:23)

  • Carriage return for double byte

    Does the carriage retrun ( 0D in hex ) differs for single byte and double byte?

    Look here:
    http://www.unicode.org/charts/
    CR seems to have 000D.
    Regards
    Stefan

  • Related to ACD(Add chage Delete) for extend button  need update table name.

    In which table the data(new material number , the plant number etc.) are updated for ACD(Add Change Delete) when a new material is included in plant or extend from one plant to another plant in material Management(MM).Any pointer from any side will help me a lot...
    Thanks in advance
    Azizur.

    Hi,
    You can check all the material master tables and
    other material related tables from t-code SE11.
    There in the table name area you have to write
    MA* and press F4,it will fetch you all the material
    related tables in a drop down.
    Hope it helps
    Regards
    Mansi

  • DOUBLE BYTE chars

    Hi All,
    While uploading some multi-lingual text from a application
    server file, is there any way to treat DOUBLE BYTE characters
    as DOUBLE BYTE ?
    Currently, it is treated as SINGLE BYTE character.
    With Thanks and Regards,
    R.Nagarajan.
    We can -

    No response.

  • ODSI support for return type "PL/SQL TABLE"?

    Hello!
    We are trying to connect our ODSI to an Oracle function with return type "PL/SQL TABLE". The ODSI "wizard" (used to create the physical data service) seems to understand the interface during creation, but when executed it fails. The ODSI server complains about wrong type (PLS-00382: expression is of wrong type) when we execute it from the "test tab".
    The function's metadata is looks like this:
    <params xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xdt="http://www.w3.org/2004/07/xpath-datatypes" xmlns:pn1="ld:physical/rekondis/CALC_DEBITING" >
    <param name="RETURN_VALUE" kind="return" xqueryType="pn1:RETURN_VALUE_ROW" nativeTypeCode="1111" nativeType="PL/SQL TABLE"/>
    <param name="PIN_CASE_ID" kind="in" xqueryType="xs:decimal" nativeTypeCode="3" nativeType="NUMBER"/>
    <param name="PIN_ACTION_CODE" kind="in" xqueryType="xs:decimal" nativeTypeCode="3" nativeType="NUMBER"/>
    <param name="PI_AD_NAME" kind="in" xqueryType="xs:string" nativeTypeCode="12" nativeType="VARCHAR2"/>
    </params>
    Any ideas how we can make this work!? Or is this not even supported in ODSI 10.3?
    Thanks!
    // Mikael

    Please refer to the documentation - http://download.oracle.com/docs/cd/E13162_01/odsi/docs10gr3/datasrvc/Create%20Physical%20Data%20Services%20from%20Stored%20Procedures.html

  • Regardibg double byte data type in Xi(japanese character)

    hi am giving japanese character(double byte) as a input data types, will you please tell me how to give whether as a string or constant ..etc. and please give information generally about double byte data type
    regards,
    S.K.Karthikeyan.

    Hi Stefan,
    I got your point it's really helpful for me.
    I have one more doubt;
    Is there any equivalent type for double byte char in XI ?
    regards,
    S.K.Karthikeyan.

  • Does Oracle XML Parser support double byte charset?

    Hi,
    Does Oracle XML Parser support double byte characters such as Korean or Chinese? If so, please tell me what version and how to construct xml/xsl files (...encoding="???")?
    Thanks for any help,
    Tuan

    Hi Raymond,
    Thank you for your help. It worked when I running in JDeveloper with your posted code. However, when I tried in my real application, it won't work.
    The problem is for localization purposes, my application using some texts display in browsers are saved in Unicode file. Later, application runs and depends on languages setting in browsers, with JavaServlet retrieves those texts and saves in formated xml StringBuffer. Then, using existed XSL Stylesheet file and OracleXMLParser to generate an output HTML.
    It has worked fine with English, France or others (single byte characters), but it can't
    for double bytes character such as Korean or Chinese. I also tried different charset in xml file.
    The following is one of returning errors:
    -- oracle.xml.parser.v2.XSLException: XSL-1004: Error while parsing input XML document (<Line 1, Column 552>: XML-0221: (Fatal Error) Invalid char in text.)
    I run this app in win2000/IIS with ServletExec3.0, JDK1.2.2 and OracleXMLParser v2.0.2.10
    Thank you for any helps,
    Tuan
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Raymond Hayes Jr ([email protected]):
    Nothing fancy 'cause I'm half asleep but I used your xml/xsl and it seemed to work. No errors anyway. This is what I put together in JDeveloper 3.2
    package demo;
    import javax.servlet.*;
    import javax.servlet.http.*;
    import java.io.*;
    import java.net.*;
    import java.util.*;
    import oracle.xml.parser.v2.*;
    public class CuriosityKilledTheCat extends HttpServlet {
    * Initialize global variables
    public void init(ServletConfig config) throws ServletException {
    super.init(config);
    * Service the request
    public void service(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {
    try
    XSLStylesheet xsl = new XSLStylesheet( new URL ("file:///c:\\temp\\input.xsl") , null );
    XSLProcessor xp = new XSLProcessor();
    XMLDocument xd = new XMLDocument ();
    XMLDocumentFragment xf = new XMLDocumentFragment();
    xf = xp.processXSL ( xsl , new URL ( "file:///c:\\temp\\input.xml") , null );
    System.out.println ( "here" );
    xd.appendChild( xf );
    xd.print ( response.getOutputStream() );
    catch ( Exception e )
    System.out.println ( e.getMessage() );
    * Get Servlet information
    * @return java.lang.String
    public String getServletInfo() {
    return "demo.CuriosityKilledTheCat Information";
    }<HR></BLOCKQUOTE>
    null

  • Solman table names for BP creation and others

    Dear All
                  I am the new one to Solman.here i want some relevant information
    i want the Table names for the follwing areas.
    if you have all the table names can u tell me the table names and descriptions
    1. Business partner creation.
    2.Supports message and its entry flows updated in which table.
    3.Change request and its entry flows saved in which table.
    Regards
    Anand

    Hi,
    For lead, activity and opportunity table name is:
    1. CRMD_ORDERADM_H - Business Transaction
    2. CRMD_ORDERADM_I - Business Transaction Item
    Reward points if helpful.
    Shridhar
    Edited by: Shridhar Deshpande on Jan 30, 2008 7:52 AM

  • Using Double Byte Characters in URL For Session Variables

    When I supply the value for a session variable in the URL for an IRPT page where the value contains double byte characters, Japanese in this case, the characters are corrupted by the time they are entered for the session variables.  Does anyone know a solution to this problem or experience in this area?  Currently using xMII 11.5 SR3.

    Hi Bryan,
    I would suspect that under the covers the session variable is of datatype string.  For double byte characters, it would need to be wstring.  There is a better explanation to be found at:
    Link: [Kanji and Java Datatypes|http://www.unix.com.ua/orelly/java-ent/jenut/ch10_04.htm] or you can try google on  Kanji Datatype  OR Kanji Java Datatype
    It could also be a problem with the operating system which I ran into about 10 years ago, but I would hope that Microsoft had moved beyond that by now.
    Maybe some more technical folks could chime in to confirm or deny my explanation.
    Mike
    Edited by: Michael Appleby on Jul 8, 2008 5:23 PM

Maybe you are looking for

  • Error while making vendor rejection through 122 mvt

    Dear Friends, User made GR for a Subcontract Material against a Scheduling Agreement. Then part qty he wanted to reject through 122 mvt. System gives the following error. Purchase order 8101000081 00210 has no component 000ADC120000 in plant 1000 Mes

  • LIghtroom 5.7 Freeze and not answering MAC OS/X  10.9.5

    Hi After installing lightroom 5.7 I get some performances issues. Lightroom is using a lot of memory," free memory available" is decreasing even I am doing nothing. In  all modules, when I want to go from on image to an other, there are freeze every

  • Workflow Java Mailer - Where is it?

    Hi, I have installed Oracle Workflow Server Release 10.1.0.3 for Linux x86 standalone on a on a 10.1.0.4 database run the configuration assistant. The DAD is configured in the 10G Standalone HTTPD which i installed from the 10.1.0.3 companion CD and

  • Upload Sandvox Site to .Mac

    Anybody done this, or can point me to instructions on how to? We have the site down in Sandvox and exported to a folder. We just bought .Mac. Any help or pointers to other info would be appreciated.

  • A fresh setup Hyper-V server has lots errors

    Hi Everyone, I just setup a fresh Hyper-V server, installed 2012 R2, and changed IP address, DNS and join domain, nothing else. Then, I checked event log, there were 16 events, see screenshot below. Any idea or suggestion? Thanks,