Arbic fields and english fields are mixed in exported data from oracle

I have a oracle db with character set UTF8.
I have exported some data from a table with arabic detail through sqlplus
and saved in a text file.The file is | sepereted.
I can view this file properly while using textpad.
But in note pad the arbic fields and english fields are mixed.
I have anothe application which is accept the data from note pad only.
so i am not able to export arabic data properly in notepad.
Can any one help from this issue.?
Thanks,
nash

Thanks for your reply.
i have saved the file in UTF8 format and still the same.
i will explian you the real issue.
We have one Dot net application and we need to upload some data to this application.
I can upload the data which is contain only English detail.
But i am not able to upload the arbic detail.So i ve checked the application and the data which i am uploading to this.
And i found that the data which i am uploading is mixed with arabic fields and english fields.
There is a field seperation in my data which is '|',So i can see some arabic field is mixed with some other english field
if i open the file through internet Exploreer or notepad able to see the mixed field detail.
But i can see the data in textpad are correctly.
The upload data file is taking from oracle database through toad.
I have tried with SQL plus also.But still the same.
Please help me out from this issue?

Similar Messages

  • Export Data from Oracle 10g and import in SQL server

    Hi Guys,
    I have assigned a task in which I am required to transfer data from oracle database to SQL server. I have not done this before. Can anybody help me the easiest way to accomplish this. Thanks

    One way of doing this is setup Heterogeneous Database connections
    http://www.dba-oracle.com/t_heterogeneous_database_connections_sql_server.htm
    I am sure there's other options out there.

  • If my Adobe Muse and Air apps are  both up to date as of today and I cannot open a Muse file, what are my options? I get an error message regarding the Progress Window showing and then Muse crashes.

    If my Adobe Muse and Air apps are both up to date (as of today) and I cannot open a Muse file, what are my options? While Muse is relinking assets I get an error message regarding the Progress Window "showing" and then Muse crashes.

    Hi there,
    Do you get this error while opening a particular file or all files?
    Please try opening a different .muse file, and check if it does the same?
    Ar you opening a .muse which is saved on a network drive?
    Thanks.

  • Extract of Data from Oracle in a Flat File with Column and Record seperator

    I have a case where I have to extract whole data froma Oracle Table where the Columns should be seperated by |@|
    and Records by ^*^.
    The reason for this is My data has Space and New line in it. So My Program to recoganize each column and record I want them to be seperated by special chars.
    Itried this but of no much help.
    set echo off newpage 0 space 0 pagesize 0 feed off head off trimspool on;
    spool on;
    set colsep '|@|';
    set recsepchar '^*^';
    spool "T_COMPLAINT.dat";
    select * from T_COMPLAINT where ROWNUM < '100' order by cptoid;
    spool off;

    Having '@' and '*' characters in the data will not make any difference if you are using a combined column separator of '|@|' - provided any process you use subsequently can handle it.
    However, the recsepchar parameter appears to be restricted to a single character which is repeated right across the page, so I don't think you could have a single iteration of '|*|' using this method:
    SQL> set  newpage 0 space 0 pagesize 0 feed off head off trimspool on
    SQL> set recsep EACH
    SQL> set recsepchar '*'
    SQL> set colsep '|@|'
    SQL> select * from testa;
    A         |@|1@        |@|22-JUN-2010
    B         |@|2*        |@|22-JUN-2010
    B         |@|2*        |@|22-JUN-2010
    ********************************************************************************Edited by: LindaA on 23-Jun-2010 08:33

  • Extracting data from Oracle GL and importing to FDM using ERPI adapter

    Hi,
    I am also trying to use ERPI adapter to directly extract data from Oracle GL. I am not finding sufficient information on this. It would be great if anyone can help me in this.
    I have one more doubt: Can we call the stored procedures in the FDM custom scripts, If so can I get the syntax of the script...I really don't have idea on this FDM part. I was working till now with the Flatfile input, But my client wants to make this change in the existing system. Accessing/Extracting data from Oracle GL. Experts who knows it can pls guide me.
    I am using FDM 11.1.2 and ERPI associated with 11.1.2.
    Thanks in Advance.
    [email protected]

    Hi,
    Is it possible to execute the stored procedures in FDM. Currently we are extracting data from oracle GL using SQl procedures (constaller tool is user to create the inteface) and storing the required data in the intermediate table in oracle GL, From which we are extracting data into a flat file and then loading it to FDM.
    So my question: is it possible to invoke the stored procedure from FDM scripts, If so can you pls let me know how to do that...
    Thanks In Advance,
    [email protected]

  • HT1766 I have an iphone 4.I upgraded it to 5.0.1 and so I have lost all the data from my iPhone,but i have a backup in my computer.How do I use the backup file ? i.e How will i get that backup file in my iPhone ?

    I have an iphone 4.I upgraded it to 5.0.1 and so I have lost all the data from my iPhone,but i have a backup in my computer.How do I use the backup file ? i.e How will i get that backup file in my iPhone ?

    Connect phone to computer.
    Select Restore.
    Tell iTunes which of the available backup files to use, let iTunes restore it.
    Also, try reading the User's Guide as it answers questions like this.

  • Export database from Oracle 8i and import to Oracle 10 g EX

    Hi
    I'm beginner Oracle user .Sorry for my english
    I have server oracle 8i on Novell system. Now I installed Oracle 10 g Expres on Windows XP. How move data from Oracle 8i to Oracle 10 g EX.
    Thanks for Your help

    Pl see the documentation - http://download.oracle.com/docs/cd/B25329_01/doc/admin.102/b25107/impexp.htm#CFHJAHAA
    You will need to export from the 8i database, copy the file (in binary format) to the Windows server, then import into the 10g database
    HTH
    Srini

  • I export dump from oracle database 8.1.7 and try to import in 10.2.0. while import its prompt error

    I export dump from oracle database 8.1.7 and try to import in 10.2.0. while import its prompt error as follow
    8.1.7
    SQL> select * from nls_database_parameters where parameter like '%SET%';
    PARAMETER                      VALUE
    NLS_CHARACTERSET               US7ASCII
    NLS_NCHAR_CHARACTERSET         US7ASCII
    10.2.0
    SQL> select * from nls_database_parameters where parameter like '%SET%';
    PARAMETER                      VALUE
    NLS_NCHAR_CHARACTERSET         AL16UTF16
    NLS_CHARACTERSET               WE8MSWIN1252
    C:\Documents and Settings\Administrator>imp system/manager file=H:\CGlByte\cglby
    te_03-07-2013Wed.dmp fromuser=system touser=cglbyte ignore=y
    Import: Release 10.2.0.4.0 - Production on Thu Jul 4 16:11:49 2013
    Copyright (c) 1982, 2007, Oracle.  All rights reserved.
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - Produc
    tion
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    Export file created by EXPORT:V08.01.07 via conventional path
    import done in US7ASCII character set and AL16UTF16 NCHAR character set
    import server uses WE8MSWIN1252 character set (possible charset conversion)
    export client uses WE8ISO8859P1 character set (possible charset conversion)
    export server uses US7ASCII NCHAR character set (possible ncharset conversion)
    Import terminated successfully without warnings.
    Pl suggest remedy
    Regards,

    8.1.7
    AMERICAN_AMERICA.WE8ISO8859P1
    10.2.0
    AMERICAN_AMERICA.WE8MSWIN1252
    exp system/manager file=d:\cgl.dmp owner=cgl, even i set character set before export but no impact

  • Just had a fatal crash of my new 1TB fusion drive on my 3 month old Imac 27". Is there anyone elese having this issue? And have you been able to recover data from that Crashed Fushion Drive?

    Just had a fatal crash of my new 1TB fusion drive on my 3 month old Imac 27". Is there anyone elese having this issue? And have you been able to recover data from that Crashed Fushion Drive?

    Since it's a new machine, contact Apple's Support, formerly Apple Express Lane and let them deal with it.

  • Lead's Indexedpick fields are not returning any data throught Cast Iron

    I am trying to fetch data from lead indexedpick4 and indexedpick5 off lead object through Cast Iron, no data comes back and I know there are data in those fields. All custom picklists in the same query are fetched correctly. Any ideas?
    Thanks in advance!
    Shilei G

    Problem solved.
    Issue was with the Record Delimiter. I had kept it as newline as I saw the contents in an editior where everything looked proper.
    The moment I switched to a much simpler editor, I could see the records ended with a different character which looked like a square to the naked eye.
    Upon applying the record delimiter as 0x'0a', the file translation started to work correctly.

  • How to extract data from Oracle Table to an Oracle XMLtype field

    All,
    I'm very new with ODI and I'm looking for a way to implement the following scenario:
    I have the Oracle table A, already mapped to Data Model A. This table has the following fields:
    field X (PK)
    field Y
    field Z
    field W
    I have a table B, already mapped to Data Model B. This table has the following fields:
    field X (PK)
    field V (XMLType)
    I want to extract the data from Table A to a XML file with the following structure:
    <X> yada yada yada </X>
    <Y> yada yada yada </Y>
    <Z> yada yada yada </Z>
    <W> yada yada yada </W>
    and then insert this file into the field V of Table B. How can I do that?
    TIA,
    Rodrigo

    You can use UDConnect to get from Oracle database in to BW
    <b>Data Transfer with UD Connect -</b>
    http://help.sap.com/saphelp_nw04/helpdata/en/78/ef1441a509064abee6ffd6f38278fd/content.htm
    <b>Prerequisites</b>
    You have installed the SAP WAS J2EE Engine with BI Java components.  You can find more information on this in the SAP BW installation guide on the SAP Service Marketplace at service.sap.com/instguides.
    Hope it Helps
    Chetan
    @CP..

  • Properties (group and channel) added are not a numeric data type.

    I am using a dataplugin to add both group and channel custom properties. The properties are both text and numeric, doubles and integers.
    When I create a query in Navigator, I select the custom property using the dropdown, but the operator dropdown only has "=" or "<>". The property displayed in the Data Portal is a float number. I was having this problem when I was adding custom properties using a script. I then tried "Navigatorettings/My DataFinder/Reset/Reset Index", then repopulated my Search Area, using the dataplugin on my raw data files. At this point, all my properties only have the "=" or "<>" operator choices in the query.
    So it appears that my properties are numeric in the Data Portal, but string in the Navigator Query.
    In advance, thanks
    Solved!
    Go to Solution.

    Hi Bill,
    could it be the properties you are talking about are already "optimized" for query?
    In case yes, did you do the optimization by script like
    Dim oMyDataFinderSettings
    Set oMyDataFinderSettings = Navigator.ConnectDataFinder("My DataFinder").GetSettings()
    Call oMyDataFinderSettings.OptimizeCustomProperty(eSearchChannel, "Author_age")
    And did you do this, before DataFinder has indexed some of your files?
    In case yes, DataFinder has to make a guess the datatype of the property without example - so always "string" is chosen.
    (If DataFinder has already indexed some(or better all) files containing the property, DataFinder will "optimze" the property in the datatype which occurs most for this property.)
    In case you know the datatype of the property you are about to "optimze", you can provide this information to DataFinder
    Call oMyDataFinderSettings.OptimizeCustomProperty(eSearchChannel, "myText", DataTypeString)
    Call oMyDataFinderSettings.OptimizeCustomProperty(eSearchChannel, "myInt", DataTypeInt32)
    Call oMyDataFinderSettings.OptimizeCustomProperty(eSearchChannel, "myFloat", DataTypeFloat64)
    Call oMyDataFinderSettings.OptimizeCustomProperty(eSearchChannel, "myDate", DataTypeDate)
    Stefan

  • Refresh table and display the records after insertion of data from back end

    Hi Experts,
    JDEV 11.1.2.1
    I have a useacase which needs data to be inserted from oracle back end procedure and displayed in a ADF Table Component, when a button is pressed.
    is this possible?..if yes , how?
    Is view object will automatically refreshed and fetches newly created(from back end) rows?
    thankz in advance
    PMS

    Hi user707,
    thankz for ur reply....
    i think after executing a procedure you want to call commit operation. better you can perform this.getDbtransaction().commit In Application Module;yes i want to commit transaction after executing back end procedure using preparedStatement.Procedure is for inserting data into same table , which used for creating VO and Read only ADF Table.Procedure is executed fine, but newly created records are not getting into ADF table.Once i did commit opeartion inside back end procedure, whole records are getting into ADF Table.
    Is there any way to get whole records without doing Commit operation inside Back end procedure?
    PMS

  • I was given a 2010 17" MacBook Pro. I want to reset it to new and then migrate only SOME of my data from my older Mac Book Pro to the newer one. How?

    A friend gave me a 17" MacBook Pro used for only one project. (Lucky me) I want to reset/register the laptop as new and need to know how to do that.
    THEN...
    I need to migrate data from my older Macbook Pro to the newer one. I don't want to migrate all of the data. I have been moving data from one computer to another for 15 years and want to move only what is current and what I now need (Good-bye Quark files)--can I do that? How? Also, the older laptop is running Lion. The "new" one is running Leopard. Is that an issue? Do I need to upgrade the newer laptop to Lion first?
    Thanks.

    Install or Reinstall Lion from Scratch
    If possible backup your files to an external drive or second internal drive.
    Boot to the Recovery HD:
    Restart the computer and after the chime press and hold down the COMMAND and R keys until the menu screen appears. Alternatively, restart the computer and after the chime press and hold down the OPTION key until the boot manager screen appears. Select the Recovery HD and click on the downward pointing arrow button.
    Erase the hard drive:
    Select Disk Utility from the main menu and click on the Continue button.
    After DU loads select your hard drive (this is the entry with the mfgr.'s ID and size) from the left side list. Note the SMART status of the drive in DU's status area.  If it does not say "Verified" then the drive is failing or has failed and will need replacing.  SMART info will not be reported  on external drives. Otherwise, click on the Erase tab in the DU main window.
    Set the format type to Mac OS Extended (Journaled.) Click on the Erase button and wait until the process has completed.
    Quit DU and return to the main menu.
    Reinstall Lion: Select Reinstall Lion and click on the Install button.
    Note: You can also re-download the Lion installer by opening the App Store application. Hold down the OPTION key and click on the Purchases icon in the toolbar. You should now see an active Install button to the right of your Lion purchase entry. There are situations in which this will not work. For example, if you are already booted into the Lion you originally purchased with your Apple ID or if an instance of the Lion installer is located anywhere on your computer.
    Unfortunately, Setup Assistant or Migration Assistant are set up to migrate your entire Home folder, third-party applcations and support files, and system preferences. If you use the Setup Assistant that opens the first time you boot Lion after installing, then you should migrate your Home folder, etc. This is the easiest way to do it.
    Once migration is finished you can delete what you don't want.

  • What are the Issues in Migration from oracle 8i to oracle 10g

    Hi,
    Can you let me know what are the issues that i face when i migrate from oracle 8i to oracle 10g. I will be very thankful if you give me a list of issues that you face while migrating from 8i to 10g

    In addition to Max's reply, you must be aware that you have to test your applications agains 10g database before you actually upgrade the database.
    If you use CBO, it may produce different execution plans for one query when you run it in 8i and 10g. This may affect your application performances, which you don't like to happen.
    Also you have to decide how much downtime you can afford during the migration. Can you afford some downtime and how much? If you can't than this makes the situation more complicated.
    How big is your database? You may end up only with simple export/import solution using export import utility.
    The bottom line is, whatever you decide, you must test your applications running against 10g database before you actually upgrade your database.

Maybe you are looking for

  • Email Notification: too many emails

    Hello! My environment is EP 7.0 SP14. I use notification option of action (notification tab) and com.sap.caf.eu.gp.callobj.mail.NotificationCO callable object.  Parameters: Event - On Assign, Send to - Current processors. The problem: Each processor

  • IPhone will not sync music, movies etc since upgrading to Mavericks...

    Upgrade to Mavericks on Tuesday.  I also upgraded to iTunes 11.1.2 and iOS 7 7.0.3.  Since this time iTunes will not sync my music movies or TV shows to my iPhone five. I have tried everything  can't find a solution. Is anyone else having this issue?

  • Convert Report Writer Report to ABAP Report

    Hi, does anyone know if there is an easy way to kind of export a report writer report to a abap programm, that can then be changed or enhanced? ths in advance.

  • Migration Assistant as backup tool to external HD

    I was told that Migration Asst (MA) can be used to back up my mac and the data could be sent to an external HD (mine is 3rd party, using firewire). I finally launched MA tonight to do it, but it doesn't look possible. 1) If it can be done, please dir

  • HT1349 iTunes won't launch on office PC

    I have to go out to the web and re-download iTunes EVERY MORNING in order to play my iTunes on my office computer.  Anybody know the fix for this? I have an HP desktop, Windows 7.