DBAsupport.com Forums - Powered by vBulletin
Results 1 to 3 of 3

Thread: Output Oracle raw data to Excel using SQL Plus but decoding special characters

  1. #1
    Join Date
    Apr 2015
    Posts
    1

    Output Oracle raw data to Excel using SQL Plus but decoding special characters

    Hello all,

    I wonder if any of you would be able to help me (or indeed let me know if it is possible).

    The question is this: when I run a query against a Oracle database that has special characters encoded like &x1234; directly/raw on the tables, I would like to see it as ã instead of ã both on screen and in Excel export when using SQL Plus.

    Is there settings that need to be changed in SQL Plus or in the windows registry that will display the correct character?

    Thanks in advance.

    Alan

  2. #2
    Join Date
    Nov 2000
    Location
    Pittsburgh, PA
    Posts
    4,166
    You can try using utl_file if you are doing it from the server, you can try dbms_output, you can
    try Perl if you know Perl programming. Ultimately you need to build your own solution and test it.

  3. #3
    Join Date
    Nov 2000
    Location
    Pittsburgh, PA
    Posts
    4,166
    You can try using utl_file if you are doing it from the server, you can try dbms_output, you can
    try Perl if you know Perl programming. Ultimately you need to build your own solution and test it.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width