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.

Similar Messages

  • Configuring reports for express data(2)

    We are in the process of configuring reports for express data.
    In this regard we have done the following steps:
    1.In the machine A reports 9i developer suite release 2 has been installed on Windows 2000
    Professional Edition with the following utilities - (a) Oracle Reports Builder and runtime
    support,(b) Oracle Express Connection Editor and (c) Oracle SNAPI are installed.
    2.Express Server 6.3.4 has been installed on Windows 2000 Professional Edition in machine
    B with Remote Operation SNAPI 6.3.4.0.
    3.Oracle 8i has been installed on Solaris and the Express Support Administrator and User
    Accounts have created and the xrb_admin.sql and xrb_user.sql have been run through the
    respective accounts.
    Queries
    1.We have still not run the Express Oracle8 External Procedures on the Oracle8
    gateway. Should we run this in order to get Express Data in Reports9i incase of the General
    Maintenance where the Express data fetches the data from the Oracle8 gateway on the fly
    ?We are also not able find the Express Oracle8 External Procedures downloads after
    extensive search on OTN.Please guide as to where can we find the downloads.
    2.What are the configurations settings that have to be done in the tnsnames.ora,sqlnet.ora
    and listener.ora ?

    Ramakrishnan,
    Express connectivity for Oracle9i Reports is installed by default as one of your pluggable data sources and it communicated directly with Express, which is a large change over Reports 6i in which you needed an Oracle8i database to talk to the Express database.
    For Oracle9i Reports, you need to have:
    1 - Express installed 6.3 or later.
    2 - Oracle9i Reports
    3 - The connection dialog (which is documented in the release notes if you need to set this up)
    That's it. When you click on the Express PDS to access the data, it will read the connection dialog information and you need to supply the logon information to the Express database.
    You should also look at the help topic for Express and you will find all the necessary documentation on configuring Reports and how to connect.
    Regards,
    The Oracle Reports Team jls

  • SQL ENTERPRISE: The edition of Reporting Services that you are using requires that you use local SQL Server relational databases for report data sources and the report server database

    The error below makes absolutely no sense! I'm using Enterprise Core...yet I'm being told I can't use remote data sources:
    w3wp!library!8!03/05/2015-19:08:48:: i INFO: Catalog SQL Server Edition = EnterpriseCore
    w3wp!library!8!03/05/2015-19:08:48:: e ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities.OperationNotSupportedException: , Microsoft.ReportingServices.Diagnostics.Utilities.OperationNotSupportedException: The feature: "The edition of Reporting
    Services that you are using requires that you use local SQL Server relational databases for report data sources and the report server database." is not supported in this edition of Reporting Services.;
    Really? This totally contradicts the documentation found here:
    https://msdn.microsoft.com/en-us/library/ms157285(v=sql.110).aspx
    That article says remote connections are completely supported.
    ARGH! Why does this have to be so difficult to setup?!?

    Hi jeffoliver1000,
    According to your description, you are using Enterprise Core edition and you are prompted that you can’t use remote data sources.
    In your scenario, we neither ignore your point nor be doubt with what you say. But actually we have met the case before that even though the SQL Server engine is Enterprise but the reporting services is still standard. So I would recommend you to find the
    actual edition of reporting services you are using. You can find Reporting Services starting SKU in the Reporting Service logs ( default location: C:\Program Files\Microsoft SQL Server\<instance name>\Reporting Services\LogFiles). For more information,
    please refer to the similar thread below:
    https://social.technet.microsoft.com/Forums/en-US/f98c2f3e-1a30-4993-ab41-acbc5014f92e/data-driven-subscription-button-not-displayed?forum=sqlreportingservices
    By the way, have you installed the other SQL Server edition before?
    Best regards,
    Qiuyun Yu
    Qiuyun Yu
    TechNet Community Support

  • Configuring reports for express data

    I am trying to configure reports for express data and in this regard I have done the following :
    1.Machine A having reports 9i Developer suite Release 2 and Pluggable Express Connection Editor
    installed on Windows 2000 professional.
    2.Machine B having which Express Server 6.3.4 installed on Windows 2000 professional.
    3.In Machine A created user OESDBA with Administrator privilige.
    In the reports I am able to connect to the Express Server and attach the database and choose the
    measure.Once all the other steps are done I am able to print the data on the reports.
    But if I use a parameter form in which I give the HOST,USER and PASSWORD then substitute the
    same in the express_server parameter value in the AFTER PARAMETER FORM trigger block then
    the report gives an error saying that
    Express query contains incorrect,missing or damaged information.
    How to solve this error ?
    Can any one help me out.

    Ramakrishnan,
    Express connectivity for Oracle9i Reports is installed by default as one of your pluggable data sources and it communicated directly with Express, which is a large change over Reports 6i in which you needed an Oracle8i database to talk to the Express database.
    For Oracle9i Reports, you need to have:
    1 - Express installed 6.3 or later.
    2 - Oracle9i Reports
    3 - The connection dialog (which is documented in the release notes if you need to set this up)
    That's it. When you click on the Express PDS to access the data, it will read the connection dialog information and you need to supply the logon information to the Express database.
    You should also look at the help topic for Express and you will find all the necessary documentation on configuring Reports and how to connect.
    Regards,
    The Oracle Reports Team jls

  • Building a Oracle 10g db from the scratch for arabic data

    I want to create a new db in Oracle 10g for storing the arabic data.
    My client machine is Arabic Windows XP.
    What are the steps that i will need to follow to make the db arabic supported.
    What streps will be required if i choose to make it unicode supported?

    Configuring the database character set to AL32UTF8 will allow the database to store any character that can be represented in the UTF-8 character set in a CHAR/ VARCHAR2 column. So that would allow you to store Arabic data in CHAR/ VARCHAR2 columns.
    The client-side configuration that is necessary will depend on the sorts of client applications you are using. Normally, you would set the NLS_LANG to match the client code page, which is presumably one of the Windows code pages (probably Windows 1256 if you're using an Arabic install).
    Justin

  • Oracle Driver For Arabic Data

    hi all,
    My problem is, in my oracle UI, i can write an insert statement and enter arabic data into my oracle database. But if i try to execute the same SQL statement from VB, the data goes all corrupted, and i cannot retrieve the arabic data in arabic format from the database. Am trying to find out, what driver i shud use so that i can update and retrieve arabic data from my database. When i give a select statement in oracle the data appears as ??????????. Please help.
    Thankx in advance
    Vinod Cherian

    Vinod ,
    Try setting the following custom command property for the provider.
    myCommand.Properties("NDatatype") = True.
    Also set the font of the text field in which you are taking the input
    to Tahoma or some font supporting unicode.
    regards
    Jagriti

  • Character Set Migration - Arabic & English Language Support

    Hi,
    Sofware Specifications:
    OS Version : Windows 2003 EE Server, SP2, 32-Bit
    DB Version : 9.2.0.1
    Application : Lotus Domino 6.5
    Existing Set Up:
    DB CHAR SET : WE8MSWIN 1252
    National Character Set : AL16UTF16
    NLS_LANG : NA
    Now the customer extended their business in EGYPT.
    They need the existing database to support ARABIC & ENGLISH Languages.
    Kindly let me know how to do this character set migration and achieve the client specification.
    Regards
    Suresh

    Check Metalink
    Note:179133.1
    Subject:      The correct NLS_LANG in a Windows Environment
    Note:187739.1
    Subject:      NLS Setup in a Multilingual Database Environment
    Note:260023.1
    Subject:      Difference between AR8MSWIN1256 and AR8ISO8859P6 characterset
    Also, please list all the steps you have performed till now

  • Oracle Provider for Arabic Data

    hi,
    i was using "OraOLEDB.Oracle" provider with VB 6.0 for my oracle application uptill now. This provider worked fine untill i wanted to work with arabic data. I have my oracle code page set to arabic with NLS_Lang = Arabic_Kuwait.AR8MSWIN1256
    Thus i can enter and retrive arabic data from the SQL interface, but if i try to enter arabic data thro VB, i get junk data.
    Pls help.
    Thankx in advance.
    Vinod

    Vinod ,
    Try setting the following custom command property for the provider.
    myCommand.Properties("NDatatype") = True.
    Also set the font of the text field in which you are taking the input
    to Tahoma or some font supporting unicode.
    regards
    Jagriti

  • Error while configuring database for foundation service on EPM 11.1.2.1

    Hi,
    I have installed the foundation service and the database is Oracle. Before I tried to configue database for it, I created a tablespace naming HYPFS in Oracle and also I created a user HYPFS whose default tablespace is HYPFS. I gave the user CONNECT and RESOURCE role, the privilege is also enough as SYSDBA.
    In the configue panal, I entered the sid as orcl, the username is HYPFS and password *********, but I clicked the next step ,there came out an error. When I read the relavent log, the error is as folllows:
    [2012-05-22T14:34:18.718-12:00] [EPMREG] [ERROR] [EPMREG-11073] [oracle.EPMREG.REG] [tid: 35] [ecid: 0000JTrYrcZFs1apxKc9yW1Fj45I00000N,0] execute SQL INSERT INTO HSS_COMPONENT_PROPERTY_VALUES(PROPERTY_VALUE, PROPERTY_NAME, COMPONENT_ID) VALUES(?, ?, ?) error。
    [2012-05-22T14:34:18.718-12:00] [EPMREG] [ERROR] [EPMREG-11099] [oracle.EPMREG.REG] [tid: 35] [ecid: 0000JTrYrcZFs1apxKc9yW1Fj45I00000N,0]
    java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist.
    Should these tables like HSS_* be created automatically? How comes out such kind of error? Does anyone have any idea? Thanks in advance.

    Hi,
    How are you creating the tablespace and user?
    Name of the Tablespace and User should be in Capslock otherwise it gives issues
    Is it through SQL Plus or through the Web Console?
    Login to SQL Plus and try to execute the following query. I am assuming that oracle is installed on the C drive. The path of data file is valid only if it is on C drive
    CREATE SMALLFILE TABLESPACE "HYPFS1" DATAFILE 'C:\app\Administrator\oradata\orcl\HYPFS1' SIZE 100M REUSE AUTOEXTEND ON NEXT 100M MAXSIZE 32767M LOGGING EXTENT MANAGEMENT LOCAL SEGMENT SPACE MANAGEMENT AUTO DEFAULT NOCOMPRESS;After the tablespace is created provide with the following rights
    CREATE USER "HYPFS1" PROFILE "DEFAULT" IDENTIFIED BY "password" DEFAULT TABLESPACE "HYPFS1" TEMPORARY TABLESPACE "TEMP" ACCOUNT UNLOCK;
    GRANT UNLIMITED TABLESPACE TO "HYPFS1" WITH ADMIN OPTION;
    GRANT "CONNECT" TO "HYPFS1" WITH ADMIN OPTION;
    GRANT "DBA" TO "HYPFS1" WITH ADMIN OPTION;Then try to connect
    Database Type : Oracle's Driver(Thin)
    Server : localhost
    Port : 1521
    SID: orcl
    Username : Whatever username you have provided/HYPFS1
    Password : Password provided for the userand then try to connect.
    Thanks
    Saurabh
    Edited by: Saurabh on May 22, 2012 2:09 AM

  • Unable to configure database for a domain

    When I try to configure the database for example for the WLI domain starting Weblogic
    Integration database configuration wizard (Start -> Programs -> BEA Weblogic E-Business
    Platform -> Weblogic Integration 2.1 -> Configure), I'll get the following message:
    No product directory containing domain c:\bea\wlintegration2.1\config\wlidomain
    in any of your BEA Home registries.
    Thanking in advance
    Jani

    I see. It seems there was a change in assumptions when Novell moved from
    Zenworks 4 to 6.5. Previously it seems there was the assumption that since
    desktop computers weren't that powerful it might overwhelm them to scan for
    both hardware and software. Therefore, these options were put next to each
    other so you could choose. In Zenworks 6.5 the assumption is that, since
    client computers have become more powerful, if you're scanning the client
    hardware you're going to want to scan the software as well. Therefore they
    took away the use of the software tab and made it less obvious on how to
    disable scanning.
    Everything seems to be working for me now on Zenworks Inventory. It's been
    inventorying for about 48 hours now and has updated most of my stale
    records. I want to thank Shaun for all the posts he replies to on the
    Zenworks newsgroups. I've seen his replies all over the place as I was
    searching through Google Groups trying to fix this and they helped me fix my
    problems.
    Matthew

  • SIT API for Arabic Data

    Dear All,
    i am facing problam in uploading the arabic data to SIT throw API. when i import the data from excel to staging table. the arabic text is showing as question marks. if i upload throw SIT API the same question marks are showing in SIT front end screen.
    Can you help me how to solve this issue.
    Regards
    Sai
    Edited by: `sai on Nov 10, 2011 10:05 AM

    Hi Hussein,
    Applicaiton: 12.0.6
    Database: 10.2.0.4.0
    Character Set: UTF8
    I am using hr_sit_api.update_sit.
    In excel i have arabic Data. i have imported to the staging table. In Staging table the arabic text is showing as question markts.
    I have uploaded the same Data form staging table to Oracle tables. It is uploaded successfully. After that i went and see the data from front end in SIT screen.
    The data is showing as same question marks.
    I want to see the arabic text in Staging tables. if arabic text is came in staging tables. then the same data will move to oracle tables.
    Regards
    Sai

  • Reuse Dimdate across different database for different data models

    Hi,
    I am designing a new data model for a data mart. I need to add dimdate dimension in this data model. I noticed that dimdate already exists in another database and being used by another
    data model. Is it possible to re-use the existing dimdate table for my new data model? If so, what about the foreign key constraints? Normally we link the date columns from fact table to the dimdate keys. How would we achieve that in case we are using the
    same table across different databases?
    Any opinion on this will be highly appreciated.
    Thanks in Advance.
    Cheers!!

    You can create a copy of dimdate table to your new data warehouse.
    If both data marts were in a single data warehouse, then you don't required to copy. but as these are in two different databases then you just copy that.
    regarding FK relationship. you can connect any fact table to you date dimension. even if you want to use more than one instance of your date dimension, it would be simply adding multiple FK columns in your fact table (role playing dimension).
    For date dimension be sure that your date dimension covers most of the attributes required. here is an example of date dimension:
    http://www.rad.pasfu.com/index.php?/archives/156-Script-to-Generate-and-Populate-Date-Dimension-Version-2-Adding-Multiple-Financial-Years.html
    Regards,
    Reza
    SQL Server MVP
    Blog:  
    http://rad.pasfu.com  Twitter:
      LinkedIn:
    SQL Server Integration Services 2012 Tutorial Videos:
    http://www.radacad.com/CoursePlan.aspx?course=1

  • The feature: "The edition of Reporting Services that you are using requires that you use local SQL Server relational databases for report data sources and the report server database." is not supported in this edition of Reporting Services.

    Hello all,
    I have SQL express 2014 advance edition installed ..
    and i am connecting SQl server 2008 r2 instance which is in network 
    while creating datasource in Reportserver which has Express installed ..
    got this error ..
    please help me how to connect to remote server
    Dilip Patil..

    Error message says it all.
    With SQL Express, Data source should be local SQL DB.
    With SQL Enterprise, Standard, BI edition, you can create Data soruce which are hosted on other servers.
    Please refer similar thread:
    https://social.msdn.microsoft.com/Forums/en-US/c0468e3f-bad7-47a7-a695-75c13762280a/the-feature-the-edition-of-reporting-services-that-you-are-using-requires-that-you-use-local-sql?forum=sqlreportingservices
    Cheers,
    Vaibhav Chaudhari
    [MCTS],
    [MCP]

  • Best suited CHARSET for ARABIC DATA STORAGE ???

    HI,
    I need to design an Web based application (with database as Oracle 8.1.7 and on WINDOWS NT4.0 platform), that would handle ENGLISH as well as ARABIC (SAUDI ARABIA) data. So i need to store data in both languages.
    Which is the best suited CHARSET that you would suggest me to use?
    - UTF-8 format.
    - AR8ISO8859P6.
    I have tried using AR8ISO8859P6 setting , but when i try save data from any front end , it stores junk data "??????". i even tried created table withNVARCHAR2 field type.
    also i have tried out UTF-8 format ,it works fine for me, but still i need to know why the "AR8ISO8859P6" format CHARSET does'nt work fine for me .
    pasted below is my NLS_DATABASE_PARAMETERS display.
    SQL> select * from nls_database_parameters;
    PARAMETER VALUE
    NLS_LANGUAGE AMERICAN
    NLS_TERRITORY AMERICA
    NLS_CURRENCY $
    NLS_ISO_CURRENCY AMERICA
    NLS_NUMERIC_CHARACTERS .,
    NLS_CHARACTERSET AR8ISO8859P6
    NLS_CALENDAR GREGORIAN
    NLS_DATE_FORMAT DD-MON-RR
    NLS_DATE_LANGUAGE AMERICAN
    NLS_SORT BINARY
    NLS_TIME_FORMAT HH.MI.SSXFF AM
    NLS_TIMESTAMP_FORMAT DD-MON-RR HH.MI.SSXFF AM
    NLS_TIME_TZ_FORMAT HH.MI.SSXFF AM TZH:TZM
    NLS_TIMESTAMP_TZ_FORMAT DD-MON-RR HH.MI.SSXFF AM TZH:TZM
    NLS_DUAL_CURRENCY $
    NLS_COMP BINARY
    NLS_NCHAR_CHARACTERSET AR8ISO8859P6
    NLS_RDBMS_VERSION 8.1.7.0.0
    18 rows selected.
    Please help......
    You can also contact me on [email protected]

    try this american_america.ar8msawin
    good luck
    or american_america.ar8mswin1256

  • MDSYS Schema in the Database for spatial data

    Hi
    As MDSYS Schema is required in the oracle database to hold the spatial data, The client database server has no MDSYS schema installed.
    So, when i import the mvdemo.dmp file in the database it is erroring out since there is no spatial data, Please let me know how to get the MDSYS schema in the database.
    Thank You

    Hi thanks for your response, i found this out in the oracle site, DBA ran this script for creation of MDSYS..but there was no data in some of the tables which are needed for development.
    --- COMPATIBLE init.ora parameter is set to 9.0.0.0.0 or higher
    show parameter compat
    NAME TYPE VALUE
    compatible string 10.2.0.3.0
    If you create an Oracle database using the Database Configuration Assistant (DBCA), Spatial is installed by default and you do not need to perform the installation steps described in this section.
    Steps to create the MDSYS schema and objects
    1) Connect to the database instance specifying AS SYSDBA.
    2) Create the MDSYS user with a command in the following format:
    SQL> CREATE USER MDSYS IDENTIFIED BY <password>;
    3) Grant the required privileges to the MDSYS user by running the following procedure:
    SQL> @ORACLE_HOME/md/admin/mdprivs.sql
    4) Connect as MDSYS.
    5) Install Spatial by running the following procedure:
    SQL> @ORACLE_HOME/md/admin/catmd.sql
    SQL> ALTER USER MDSYS ACCOUNT LOCK;
    So this solution dint work out.......

Maybe you are looking for

  • Sending Purchase Order to XI(IDOC to File Scenario)

    Hi, I have imported IDoc type ORDERS05 for Message Type ORDERS in XI 7.0 & i have created the IDOC to File Scenario for Purchase Order & activated all the objects. Now in SAP ECC 6.0, i have created a purchase order using ME21N. No idocs created. Let

  • Why is my outlook account on iOS mail not logging in?

    I have an outlook account that was logged in and used to work on the mail app on my iPhone 4s. Then it stopped receiving mail so I logged the account out and logged back in and a message keeps on popping up saying that it is unable to verify the acco

  • How can I play videos on my Mac using my iPad?

    I have videos on my Mac mini that I want to watch on my iPad. All devices are on the same network.

  • Problems with document merge?

    Hi, I have installed JDeveloper 9i rc2 and the following code (it runs correctly on JDeveloper 3.2.3) Document d = new XMLDocument(); d.appendChild(d.createElement("d")); Document d2 = new XMLDocument(); d2.appendChild(d2.createElement("d2")); Docume

  • Problems getting exchange to update

    I am trying to use Adobe Exchange; have never used it to date.  Running PS CC on Windows 7; Norton installed. After trying to open/use Adobe Exchange, it prompts for Update, then "installs" a new version, but really it doesn't because then the messag