What I ment Was that: No more data are being ploted anymore when clearing the graphs

When I clear the graphs or clicking the stop, the data that shall be plotted afterwards are not visible any more. The graphs stays empthy !
regards
zamzam
HFZ
Attachments:
FlowReadChartHist1_mod2.vi ‏79 KB

What exactly do you mean? I run the VI you posted and after clicking the clear, data is plotted again.

Similar Messages

  • My performance is very slow when I run graphs. How do I increase the speed at which I can do other things while the data is being updated and displayed on the graphs?

    I am doing an an aquisition and displaying the data on graphs. When I run the program it is slow. I think because I have the number of scans to read associated with my scan rate. It takes the number of seconds I want to display on the chart times the scan rate and feeds that into the number of samples to read at a time from the AI read. The problem is that it stalls until the data points are aquired and displayed so I cannot click or change values on the front panel until the updates occur on the graph. What can I do to be able to help this?

    On Fri, 15 Aug 2003 11:55:03 -0500 (CDT), HAL wrote:
    >My performance is very slow when I run graphs. How do I increase the
    >speed at which I can do other things while the data is being updated
    >and displayed on the graphs?
    >
    >I am doing an an aquisition and displaying the data on graphs. When I
    >run the program it is slow. I think because I have the number of
    >scans to read associated with my scan rate. It takes the number of
    >seconds I want to display on the chart times the scan rate and feeds
    >that into the number of samples to read at a time from the AI read.
    >The problem is that it stalls until the data points are aquired and
    >displayed so I cannot click or change values on the front panel until
    >the updates occur on the graph. What can I do to be a
    ble to help
    >this?
    It may also be your graphics card. LabVIEW can max the CPU and you
    screen may not be refreshing very fast.
    --Ray
    "There are very few problems that cannot be solved by
    orders ending with 'or die.' " -Alistair J.R Young

  • Waveform Graphs: Is there a way to save data to a file and then clear the graph after each run?

    This is just an added feature that I would like to insert because I end up having to erase the previous graph(for viewing and simplification purposes) after almost every plot cycle. Does LabVIEW 7.0 have a built-in feature that allows the user to automatically clear the graph after each run.
    Thank you,
    Keith Blackwell

    May I recall you that to clear a graph you have to create a property node,
    choose value and connect an 1D array with its first value to zero.
    Then using a Select vi enables you to choose from clear or graph value.
    Gérard
    Gérard Férini
    Switzerland
    http://home.tiscalinet.ch/gferini/
    remove -move to reply personally
    "Greg McKaskle" wrote in message
    news:xEmJc.43762$[email protected]..
    > > I went into the function pallette-->signal manipulation-->align and
    > > resample
    > >
    > > and found something that may be useful, but I'm not sure how to use
    > > it. I guess I have to play around with it by trial and error. Was this
    > > the VI seetting that you were referring t
    o?
    > >
    >
    > The option I was talking about is for the entire VI. It resets the
    > value of all indicators prior to running. The setting is located in the
    > VI Properties dialog on the execution page I believe. In the end, there
    > are multiple ways to get this to work, and if you want just a few
    > indicators to be reset, you want to use locals or control methods, but
    > th eVI Properties is a convenient way to get all indicators cleared at
    once.
    >
    > Greg McKaskle
    >

  • I can't connect to my school's free wifi. i was able to do it before but not anymore i get the self assign ip agrees message .it has no password only a pop up window before you connect to agree to school terms for wifi use. i don't get that window anymore

    I can't connect to my school's free wifi. i was able to do it before but not anymore i get the self assign ip addrees message .it has no password only a pop up window before you connect to agree to school terms for wifi use. i don't get that window anymore. i tried everything I can think of. It is a 2010 macbook pro but i recentrly updated to osx lion and even with lion it was working fine so I nkow it is not the update. also Im able to connect to other internets at home it works great. starbucks too.  but i became so frustated that i reset my computer to manufactuter setting and reinstall snow leopard on it. still I cant connect. I need help please i have been searching all over the web for help and i see people has been having this same problem for years now.. oh yeah and i know it is not the internet cuz there are other macs connecting to it without a single problem so i think it is an isolated problem plase help....i have follow many advises such as delete the internet from your prefered netwoks. restar your commputer etc etc.

    Be sure Safari does not have the Block Pop-Up Windows preference set.
    Where I work now there are several unencrypted VLANs that require authentication, and Safari promptly pops up a window for me to register every time.

  • HT1620 where are the patches that are being discussed all over in the media???  i have an iphone and ipad and had no APPLE updates for a long time.

    where are the patches that are being discussed all over in the media???  i have an iphone and ipad and have had no APPLE updates for a long time.

    Thank you... one would think that if Apple needed to push out something so important they would make it more obvious!!!

  • When two or more tabs are opened after this when I click on another tab which is opened then firfox stopped responding and open automatically all the tabs in diffreent windows

    <blockquote>Locking duplicate thread.<br>
    Please continue here: [[/questions/873886]]</blockquote>
    when two or more tabs are opened after this when I click on another tab which is opened then firefox stopped responding and open automatically all the tabs in different windows

    If it works in a new window then you can drags tabs from the not working window to that new window.
    You can also try to close the tabs via Ctrl+W and restore the closed tabs via Shift+Ctrl+T

  • Exactly what IPod's are being received as replacement for the recalled 1st generation

    Exactly what IPod's are being received as replacements for the recalled 1st generation one's

    6th Generation Silver Nano 8GB

  • Error report:No more data to read from socket  when compile package

    We are going to migrate db from oracle 10g to oracle 11g. But when compile a package which is fine on oracle 10g, an exception "Error report:No more data to read from socket" throws on sql developer and break the connection. We have researched the issue and found if modify some code on a cursor, the issue will not happen.
    code:
    PROCEDURE DELETE_MANU_INTERV_BORROWS(
    p_borrow_id IN NUMBER,
    p_asset_id IN NUMBER,
    p_nsb_coll_type IN VARCHAR2,
    p_nsb_coll_code IN VARCHAR2,
    p_branch_code IN VARCHAR2,
    p_settle_date IN NUMBER,
    p_trans_type IN VARCHAR2,
    p_status OUT VARCHAR2,
    p_shorts_cursor OUT SYS_REFCURSOR
    IS
    var_end_settle_date GEC_IM_ORDER.SETTLE_DATE%type;
    CURSOR exist_allocation IS
    SELECT out_a.ALLOCATION_ID FROM
    GEC_ALLOCATION out_a,
    GEC_BORROW b,
    GEC_IM_ORDER o,
    GEC_TRADE_COUNTRY gc,
    (SELECT f.FUND_CD, f.BRANCH_CD, tc.TRADE_COUNTRY_CD, NVL(gc.COLLATERAL_CURRENCY_CD, gbk.COLLATERAL_CURRENCY_CD) as COLLATERAL_CURRENCY_CD
    FROM GEC_FUND f
    LEFT JOIN GEC_G1_BOOKING gbk ON f.fund_cd = gbk.fund_cd AND gbk.TRANSACTION_CD = 'G1L' AND gbk.POS_TYPE = 'NSB'
    LEFT JOIN GEC_G1_COLLATERAL gc ON gc.G1_BOOKING_ID = gbk.G1_BOOKING_ID
    LEFT JOIN GEC_TRADE_COUNTRY tc ON gc.TRADE_COUNTRY_CD = tc.TRADE_COUNTRY_CD
    ) loan_info
    WHERE b.BORROW_ID = out_a.BORROW_ID AND
    out_a.IM_ORDER_ID = o.IM_ORDER_ID AND
    o.FUND_CD = loan_info.FUND_CD AND
    o.ASSET_ID = p_asset_id AND
    gc.TRADE_COUNTRY_CD = o.TRADE_COUNTRY_CD AND
    o.TRANSACTION_CD = p_trans_type AND
    loan_info.COLLATERAL_CURRENCY_CD = p_nsb_coll_code AND
    loan_info.BRANCH_CD = p_branch_code AND
    o.SETTLE_DATE >= p_settle_date AND
    o.SETTLE_DATE <= var_end_settle_date AND
    b.STATUS = GEC_CONSTANTS_PKG.C_BORROW_MANUAL
    ORDER BY out_a.ALLOCATION_ID ASC
    FOR UPDATE OF out_a.ALLOCATION_ID;
    If delete the "OF out_a.ALLOCATION_ID" of the for update clause of CURSOR exist_allocation, this prolbem will not happen, and the code is comple succesfully on sql developer for oracle 10g.
    Does anybody have any idea? I've googled the similer problems but still can't find a clue. I'll appreciate any help.

    Welcome to the forum!
    Please provide the 4 digit Oracle version (result of SELECT * FROM V$VERSION) for the source and target servers; 10g and 11g are not versions. You also mention sql developer so what is the exact version you are using?
    >
    If delete the "OF out_a.ALLOCATION_ID" of the for update clause of CURSOR exist_allocation, this prolbem will not happen, and the code is comple succesfully on sql developer for oracle 10g.
    >
    Please clarify what works and what doesn't work because your statements are both incorrect and misleading.
    You can't delete the "OF out_a.ALLOCATION_ID" of the for update clause or you would get a syntax error by leaving FOR UPDATE OF with nothing specified after it.
    Also you original statement said
    >
    But when compile a package which is fine on oracle 10g
    >
    But now you say that if you delete the "OF..." the problem doesn't happen and the code compiles on 10g.
    Does the original code compile on 10g or not? Does it compile on 11g or not? After the original code is migrated to 11g does it compile? That is, the code is there can you manually compile it?

  • No more data to read from socket when I try to open the control center

    Hi everybody,
    I'm using on production environment the following OWB:
    Client: 10.2.0.3.33
    Repository: 10.2.0.3.0
    The control center worked very fine since a week ago, and now suddently when I try to login from the Design Center I get the error "No more data to read from socket"
    I saw on the forum many thread relating the problem "No more data to read from socket", and my case is very close to the thread
    Warehouse Builder error no more data to read from socket.
    even if I'm using a different version of OWB...
    Now, I found on metalink the Doc ID: 549303.1 "*Opening of The Control Center Manager Fails with: No More Data To Read From Socket*" , where there are 2 solutions:
    1)This bug has been fixed in the Oracle 10.2.0.4 patchset and Oracle 11g database.
    2) To workaround the issue change the value of the parameter "optimizer_mode" from ALL_ROWS into FIRST_ROWS.
    In the thread above they found the solution setting the optimizer_mode=first_rows
    ....but I have two questions:
    1) I have another envinronment (development) completely equal to the production env. (same OWB versions), where the Control Center works perfectly and the optimizer_mode=ALL_ROWS
    Why in the development env., even if the optimizer_mode=ALL_ROWS, the control center works perfectly ???
    2) How it's possible that suddently the control center crashed with this error ? I didn't change nothing (at the Db level and at the OWB level)
    My last chance is to apply the Oracle 10.2.0.4 patchset, but I can't change the db version (actually I have 10.2.0.3.0)
    I will appreciate any suggestion
    Thanks in advance
    Alex

    This problem still exists in OWB 11g R2. I hit this same issue yesterday. Not sure why its claimed to be resolved

  • Error when more data are acquired

    i'm using usb 6259 to acquire data.
    I get error when I try to increase the samples per loop. If I increase the sample rate, I get a new problem, a buffer size must be increased also. I can't edit the buffer size because it's modified automatically in this program, an external buffer block is not allowed.
    what should I do ? 

    Your problem is one of misunderstanding basic arithmetic. If you have a sample rate of 1000 Samples/sec and request 10000 samples, then it's pretty clear that the acquisition is going to take 10 seconds. That is why the error message says to increase the timeout value. If you want 10000 samples, you can lower the number of samples requested and just run the loop x number of times.

  • How can I find out what type of data is being sent over one of the phones on my plan?

    I have a few phones under a shared family plan.
    I wanted to know what type of data is being sent over them, wether this is VOIP, Streaming Audio or Video.

    I think the only way you can find out is if you look at the device itself.

  • BPC 10.0 NW - Journal data when clearing the data

    Hej Gurus,
    I have a quite simple question:
    When a journal i created and posted in the system, the journal is stored in a specific table for the model, and the data is stored in the cube. What is going to happen with the journals, if we clear the cube for all data, both journal and non-journal data. Will the journals still be posted in the journal table?
    The reason is, we have some scattered bad data that we would like to have cleared, and we want to know, if we can delete all data and import everything again without the journal postings are gone.
    Best regards,
    Mikkel Kristensen

    Hi Mikkel
    Journal stored in Journal Table along with BP Cube. Any point of time you want to delete due to Bad data. First you have to Unpost Journals that means No Effect in Journals or No Financials update. Then you can clear BPC Cube data.
    When you are ready for Journals  just simply Post from Unpost Journals. This process will ensure your data integrity.
    Otherwise you will have to face again bad data issue.
    In Short :
    When you decide to Delete Data from Cube:
    1. Unpost Journals from Post
    2. Delete Data from BPC Cube( from Backend)
    3,  Re-load Transactional Data
    4. Post Journals from Unpost
    Hope this will help you
    Thanks
    Venkat

  • How can you rotate the labels on the category axis of a graph in Illustrator and have it stay the same when updating the graph data?

    I am needing to create a line graph with dates consisting of MM/DD/YY along the category axis. I would like to rotate the labels 45 degrees and have them stay when I update the graph. I have read about manually doing it, I even made an action to make it faster, but it still seems inefficient. Is there a setting that I could use to automatically create my labels as rotated? Thanks.

    Hi Gravy Train,
    I'm curious about why you are using 2 loops.   You mentioned one is for monitoring and one is for DAQ....what do you mean by that?   What is the overall goal of this piece of code.   Also, I noticed that you are not closing the task.   Since this is just a subset, I realize you could be closing it in your actual code, but just in case you're not.....it is very important that you close all tasks when you are down acquiring data.
    Best Regards,
    Starla T  

  • My pages are being redirected even when I don't move or click anything, what's going on?

    My pages either won't load or are being redirected to another place and the http://us.data.toolbar.yahoo.com/bh/v3/epa/?.sc=yff50&.tc=&.intl=us&.cv=2.3.11.20110727115843&url=http%3A//us.data.toolbar.yahoo.com/bh/v3/epa/%3F.sc%3Dyff50%26.tc%3D%26.intl%3Dus%26.cv%3D2.3.11.20110727115843%26url%3Dhttp%253A//us.data.toolbar.yahoo.com/bh/v3/epa/%253F.sc%253Dyff50%2526.tc%253D%2526.intl%253Dus%2526.cv%253D2.3.11.20110727115843%2526url%253Dhttp%25253A//us.data.toolbar.yahoo.com/bh/v3/epa/%25253F.sc%25253Dyff50%252526.tc%25253D%252526.intl%25253Dus%252526.cv%25253D2.3.11.20110727115843%252526url%25253Dhttp%2525253A//us.data.toolbar.yahoo.com/bh/v3/epa/%2525253F.sc%2525253Dyff50%25252526.tc%2525253D%25252526.intl%2525253Dus%25252526.cv%2525253D2.3.11.20110727115843%25252526url%2525253Dhttp%252525253A//us.data.toolbar.yahoo.com/bh/v3/epa/%252525253F.sc%252525253Dyff50%2525252526.tc%252525253D%2525252526.intl%252525253Dus%2525252526.cv%252525253D2.3.11.20110727115843%2525252526url%252525253Dhttp%25252525253A//us.data.toolbar.yahoo.com/bh/v3/epa/%25252525253F.sc%25252525253Dyff50%252525252526.tc%25252525253D%252525252526.intl%25252525253Dus%252525252526.cv%25252525253D2.3.11.20110727115843%252525252526url%25252525253Dhttp%2525252525253A//us.data.toolbar.yahoo.com/bh/v3/epa/%2525252525253F.sc%2525252525253Dyff50%25252525252526.tc%2525252525253D%25252525252526.intl%2525252525253Dus%25252525252526.cv%2525252525253D2.3.11.20110727115843%25252525252526url%2525252525253Dhttp%252525252525253A//us.data.toolbar.yahoo.com/bh/v3/epa/%252525252525253F.sc%252525252525253Dyff50%2525252525252526.tc%252525252525253D%2525252525252526.intl%252525252525253Dus%2525252525252526.cv%252525252525253D2.3.11.20110727115843%2525252525252526url%252525252525253Dhttp%25252525252525253A//us.data.toolbar.yahoo.com/bh/v3/epa/%25252525252525253F.sc%25252525252525253Dyff50%252525252525252526.tc%25252525252525253D%252525252525252526.intl%25252525252525253Dus%252525252525252526.cv%25252525252525253D2.3.11.20110727115843%252525252525252526url%25252525252525253Dhttp%2525252525252525253A//us.data.toolbar.yahoo.com/bh/v3/epa/%2525252525252525253F.sc%2525252525252525253Dyff50%25252525252525252526.tc%2525252525252525253D%25252525252525252526.intl%2525252525252525253Dus%25252525252525252526.cv%2525252525252525253D2.3.11.20110727115843%25252525252525252526url%2525252525252525253Dhttp%252525252525252525253A//us.data.toolbar.yahoo.com/bh/v3/epa/%252525252525252525253F.sc%252525252525252525253Dyff50%2525252525252525252526.tc%252525252525252525253D%2525252525252525252526.intl%252525252525252525253Dus%2525252525252525252526.cv%252525252525252525253D2.3.11.20110727115843%2525252525252525252526url%252525252525252525253Dhttp%25252525252525252525253A//us.data.toolbar.yahoo.com/bh/v3/epa/%25252525252525252525253F.sc%25252525252525252525253Dyff50%252525252525252525252526.tc%25252525252525252525253D%252525252525252525252526.intl%25252525252525252525253Dus%252525252525252525252526.cv%25252525252525252525253D2.3.11.20110727115843%252525252525252525252526url%25252525252525252525253Dhttp%2525252525252525252525253A//us.data.toolbar.yahoo.com/bh/v3/epa/%2525252525252525252525253F.sc%2525252525252525252525253Dyff50%25252525252525252525252526.tc%2525252525252525252525253D%25252525252525252525252526.intl%2525252525252525252525253Dus%25252525252525252525252526.cv%2525252525252525252525253D2.3.11.20110727115843%25252525252525252525252526url%2525252525252525252525253Dhttp%252525252525252525252525253A//us.data.toolbar.yahoo.com/bh/v3/epa/%252525252525252525252525253F.sc%252525252525252525252525253Dyff50%2525252525252525252525252526.tc%252525252525252525252525253D%2525252525252525252525252526.intl%252525252525252525252525253Dus%2525252525252525252525252526.cv%252525252525252525252525253D2.3.11.20110727115843%2525252525252525252525252526url%252525252525252525252525253Dhttp%25252525252525252525252525253A//us.data.toolbar.yahoo.com/bh/v3/epa/%25252525252525252525252525253F.sc%25252525252525252525252525253Dyff50%252525252525252525252525252526.tc%25252525252525252525252525253D%252525252525252525252525252526.intl%25252525252525252525252525253Dus%252525252525252525252525252526.cv%25252525252525252525252525253D2.3.11.20110727115843%252525252525252525252525252526url%25252525252525252525252525253Dhttp%2525252525252525252525252525253A//us.data.toolbar.yahoo.com/bh/v3/epa/%2525252525252525252525252525253F.sc%2525252525252525252525252525253Dyff50%25252525252525252525252525252526.tc%2525252525252525252525252525253D%25252525252525252525252525252526.intl%2525252525252525252525252525253Dus%25252525252525252525252525252526.cv%2525252525252525252525252525253D2.3.11.20110727115843%25252525252525252525252525252526url%2525252525252525252525252525253Dhttp%252525252525252525252525252525253A//us.data.toolbar.yahoo.com/bh/v3/epa/%252525252525252525252525252525253F.sc%252525252525252525252525252525253Dyff50%2525252525252525252525252525252526.tc%252525252525252525252525252525253D%2525252525252525252525252525252526.intl%252525252525252525252525252525253Dus%2525252525252525252525252525252526.cv%252525252525252525252525252525253D2.3.11.20110727115843%2525252525252525252525252525252526url%252525252525252525252525252525253Dhttp%25252525252525252525252525252525253A//us.data.toolbar.yahoo.com/bh/v3/epa/%25252525252525252525252525252525253F.sc%25252525252525252525252525252525253Dyff50%252525252525252525252525252525252526.tc%25252525252525252525252525252525253D%252525252525252525252525252525252526.intl%25252525252525252525252525252525253Dus%252525252525252525252525252525252526.cv%25252525252525252525252525252525253D2.3.11.20110727115843%252525252525252525252525252525252526url%25252525252525252525252525252525253Dhttp%2525252525252525252525252525252525253A//us.data.toolbar.yahoo.com/bh/v3/epa/%2525252525252525252525252525252525253F.sc%2525252525252525252525252525252525253Dyff50%25252525252525252525252525252525252526.tc%2525252525252525252525252525252525253D%25252525252525252525252525252525252526.intl%2525252525252525252525252525252525253Dus%25252525252525252525252525252525252526.cv%2525252525252525252525252525252525253D2.3.11.20110727115843%25252525252525252525252525252525252526url%2525252525252525252525252525252525253Dhttp%252525252525252525252525252525252525253A//us.data.toolbar.yahoo.com/bh/v3/epa/%252525252525252525252525252525252525253F.sc%252525252525252525252525252525252525253Dyff50%2525252525252525252525252525252525252526.tc%252525252525252525252525252525252525253D%2525252525252525252525252525252525252526.intl%252525252525252525252525252525252525253Dus%2525252525252525252525252525252525252526.cv%252525252525252525252525252525252525253D2.3.11.20110727115843%2525252525252525252525252525252525252526url%252525252525252525252525252525252525253Dhttp%25252525252525252525252525252525252525253A//us.data.toolbar.yahoo.com/bh/v3/epa/%25252525252525252525252525252525252525253F.sc%25252525252525252525252525252525252525253Dyff50%252525252525252525252525252525252525252526.tc%25252525252525252525252525252525252525253D%252525252525252525252525252525252525252526.intl%25252525252525252525252525252525252525253Dus%252525252525252525252525252525252525252526.cv%25252525252525252525252525252525252525253D2.3.11.20110727115843%252525252525252525252525252525252525252526url%25252525252525252525252525252525252525253Dhttp%2525252525252525252525252525252525252525253A//us.data.toolbar.yahoo.com/bh/v3/epa/%2525252525252525252525252525252525252525253F.sc%2525252525252525252525252525252525252525253Dyff50%25252525252525252525252525252525252525252526.tc%2525252525252525252525252525252525252525253D%25252525252525252525252525252525252525252526.intl%2525252525252525252525252525252525252525253Dus%25252525252525252525252525252525252525252526.cv%2525252525252525252525252525252525252525253D2.3.11.20110727115843%25252525252525252525252525252525252525252526url%2525252525252525252525252525252525252525253Dhttp%252525252525252525252525252525252525252525253A//us.data.toolbar.yahoo.com/bh/v3/epa/%252525252525252525252525252525252525252525253F.sc%252525252525252525252525252525252525252525253Dyff50%2525252525252525252525252525252525252525252526.tc%252525252525252525252525252525252525252525253D%2525252525252525252525252525252525252525252526.intl%252525252525252525252525252525252525252525253Dus%2525252525252525252525252525252525252525252526.cv%252525252525252525252525252525252525252525253D2.3.11.20110727115843%2525252525252525252525252525252525252525252526url%252525252525252525252525252525252525252525253Dhttp%25252525252525252525252525252525252525252525253A//us.data.toolbar.yahoo.com/bh/v3/epa/%252525252525252525252525252525
    comes up. I end up playing with it going back to where I was or trying to reload it and after a few tries it will let me go to the page i want and then it will do it again even if I'm not touching anything. What's going on? This has been happening a lot. I came to this page and it doesn't seem to be doing it with this but I can't say why. I've tried to search through the Q&A but haven't found anything so far.

    Video playback issues

  • Ü Character being replaced ? when writing the data to CSV from DB in Linux

    Hi All,
    Can anyone help me in understanding the exact cause of my issue
    Issue Description: Ü Character being replaced ? or when writing the data to CSV from DB in Linux.
    Shell used: ksh
    Actual string: MÜNCHENER RÜCKVERSICHERUNGS-GESELLSCHAFT AG
    Output String: M?NCHENER R?CKVERSICHERUNGS-GESELLSCHAFT AG
    locale ouput:
    LANG=en_US.UTF-8
    LC_CTYPE="en_US.UTF-8"
    LC_NUMERIC="en_US.UTF-8"
    LC_TIME="en_US.UTF-8"
    LC_COLLATE="en_US.UTF-8"
    LC_MONETARY="en_US.UTF-8"
    LC_MESSAGES="en_US.UTF-8"
    LC_PAPER="en_US.UTF-8"
    LC_NAME="en_US.UTF-8"
    LC_ADDRESS="en_US.UTF-8"
    LC_TELEPHONE="en_US.UTF-8"
    LC_MEASUREMENT="en_US.UTF-8"
    LC_IDENTIFICATION="en_US.UTF-8"
    LC_ALL=
    Environment variable set: NLS_LANG=AMERICAN_AMERICA.WE8ISO8859P1
    Linux Version: 2.6.18-128.el5 128 bit
    java Version: 1.6
    Oracle DB version: Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - 64bi
    When i query directly from DB i get the data in right format but when i write the same data to a csv file then the above problem occurs.
    Can anyone please suggest me what could be the cause for this issue?
    Regards,
    Shiva

    Hi Srini,
    We are using Java based ETL specifically written for our application. we are using sqlplus to make DB connections. am using vi editor to see the data. After the Extraction process the data processed in also in the wrong format.
    Regards,
    Shiva

Maybe you are looking for